OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//mojo/public/tools/bindings/mojom.gni") | 5 import("//mojo/public/tools/bindings/mojom.gni") |
6 import("//third_party/WebKit/Source/config.gni") | 6 import("//third_party/WebKit/Source/config.gni") |
7 import("//tools/grit/grit_rule.gni") | 7 import("//tools/grit/grit_rule.gni") |
8 | 8 |
9 if (is_android) { | 9 if (is_android) { |
10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 "platform/modules/budget_service/budget_service.mojom", | 650 "platform/modules/budget_service/budget_service.mojom", |
651 "platform/modules/hyphenation/hyphenation.mojom", | 651 "platform/modules/hyphenation/hyphenation.mojom", |
652 "platform/modules/notifications/notification.mojom", | 652 "platform/modules/notifications/notification.mojom", |
653 "platform/modules/notifications/notification_service.mojom", | 653 "platform/modules/notifications/notification_service.mojom", |
654 "platform/modules/serviceworker/service_worker_event_status.mojom", | 654 "platform/modules/serviceworker/service_worker_event_status.mojom", |
655 "platform/modules/wake_lock/wake_lock_service.mojom", | 655 "platform/modules/wake_lock/wake_lock_service.mojom", |
656 ] | 656 ] |
657 public_deps = [ | 657 public_deps = [ |
658 ":android_mojo_bindings", | 658 ":android_mojo_bindings", |
659 ":new_wrapper_types_mojo_bindings", | 659 ":new_wrapper_types_mojo_bindings", |
660 "//device/bluetooth/public/interfaces:bluetooth_mojom_bluetooth_uuid", | 660 "//device/bluetooth/public/interfaces:bluetooth", |
661 "//mojo/common:common_custom_types", | 661 "//mojo/common:common_custom_types", |
662 "//url/mojo:url_mojom_origin", | 662 "//url/mojo:url_mojom_origin", |
663 ] | 663 ] |
664 | 664 |
665 use_new_wrapper_types = false | 665 use_new_wrapper_types = false |
666 | 666 |
667 # The chromium variant must be linked with content and use the same export | 667 # The chromium variant must be linked with content and use the same export |
668 # settings in component build because of the WebBluetoothDeviceId typemap | 668 # settings in component build because of the WebBluetoothDeviceId typemap |
669 # inside content. | 669 # inside content. |
670 export_class_attribute = "CONTENT_EXPORT" | 670 export_class_attribute = "CONTENT_EXPORT" |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" | 740 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" |
741 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" | 741 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" |
742 } | 742 } |
743 | 743 |
744 group("generate_mojo_bindings") { | 744 group("generate_mojo_bindings") { |
745 deps = [ | 745 deps = [ |
746 ":mojo_bindings_blink__generator", | 746 ":mojo_bindings_blink__generator", |
747 ":offscreen_canvas_mojo_bindings_blink__generator", | 747 ":offscreen_canvas_mojo_bindings_blink__generator", |
748 ] | 748 ] |
749 } | 749 } |
OLD | NEW |