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("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
7 import("//third_party/WebKit/public/public_features.gni") | 7 import("//third_party/WebKit/public/public_features.gni") |
8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 } | 709 } |
710 | 710 |
711 mojom("mojo_bindings") { | 711 mojom("mojo_bindings") { |
712 visibility = [ "//content/*" ] | 712 visibility = [ "//content/*" ] |
713 visibility_blink = [ | 713 visibility_blink = [ |
714 "//content/common:mojo_bindings_blink", | 714 "//content/common:mojo_bindings_blink", |
715 "//third_party/WebKit/Source/platform", | 715 "//third_party/WebKit/Source/platform", |
716 ] | 716 ] |
717 sources = [ | 717 sources = [ |
718 "platform/display_mode.mojom", | 718 "platform/display_mode.mojom", |
| 719 "platform/media_in_product_help.mojom", |
719 "platform/mime_registry.mojom", | 720 "platform/mime_registry.mojom", |
720 "platform/modules/app_banner/app_banner.mojom", | 721 "platform/modules/app_banner/app_banner.mojom", |
721 "platform/modules/background_fetch/background_fetch.mojom", | 722 "platform/modules/background_fetch/background_fetch.mojom", |
722 "platform/modules/background_sync/background_sync.mojom", | 723 "platform/modules/background_sync/background_sync.mojom", |
723 "platform/modules/bluetooth/web_bluetooth.mojom", | 724 "platform/modules/bluetooth/web_bluetooth.mojom", |
724 "platform/modules/broadcastchannel/broadcast_channel.mojom", | 725 "platform/modules/broadcastchannel/broadcast_channel.mojom", |
725 "platform/modules/budget_service/budget_service.mojom", | 726 "platform/modules/budget_service/budget_service.mojom", |
726 "platform/modules/fetch/fetch_api_request.mojom", | 727 "platform/modules/fetch/fetch_api_request.mojom", |
727 "platform/modules/hyphenation/hyphenation.mojom", | 728 "platform/modules/hyphenation/hyphenation.mojom", |
728 "platform/modules/keyboard_lock/keyboard_lock.mojom", | 729 "platform/modules/keyboard_lock/keyboard_lock.mojom", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 sources = [ | 847 sources = [ |
847 "web/ConsoleMessageStructTraits.cpp", | 848 "web/ConsoleMessageStructTraits.cpp", |
848 "web/ConsoleMessageStructTraits.h", | 849 "web/ConsoleMessageStructTraits.h", |
849 ] | 850 ] |
850 deps = [ | 851 deps = [ |
851 ":blink_headers", | 852 ":blink_headers", |
852 ":mojo_bindings_shared__generator", | 853 ":mojo_bindings_shared__generator", |
853 "//mojo/public/cpp/bindings:struct_traits", | 854 "//mojo/public/cpp/bindings:struct_traits", |
854 ] | 855 ] |
855 } | 856 } |
OLD | NEW |