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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 } | 711 } |
712 | 712 |
713 mojom("mojo_bindings") { | 713 mojom("mojo_bindings") { |
714 visibility = [ "//content/*" ] | 714 visibility = [ "//content/*" ] |
715 visibility_blink = [ | 715 visibility_blink = [ |
716 "//content/common:mojo_bindings_blink", | 716 "//content/common:mojo_bindings_blink", |
717 "//third_party/WebKit/Source/platform", | 717 "//third_party/WebKit/Source/platform", |
718 ] | 718 ] |
719 sources = [ | 719 sources = [ |
720 "platform/display_mode.mojom", | 720 "platform/display_mode.mojom", |
| 721 "platform/media_download_in_product_help.mojom", |
721 "platform/mime_registry.mojom", | 722 "platform/mime_registry.mojom", |
722 "platform/modules/app_banner/app_banner.mojom", | 723 "platform/modules/app_banner/app_banner.mojom", |
723 "platform/modules/background_fetch/background_fetch.mojom", | 724 "platform/modules/background_fetch/background_fetch.mojom", |
724 "platform/modules/background_sync/background_sync.mojom", | 725 "platform/modules/background_sync/background_sync.mojom", |
725 "platform/modules/bluetooth/web_bluetooth.mojom", | 726 "platform/modules/bluetooth/web_bluetooth.mojom", |
726 "platform/modules/broadcastchannel/broadcast_channel.mojom", | 727 "platform/modules/broadcastchannel/broadcast_channel.mojom", |
727 "platform/modules/budget_service/budget_service.mojom", | 728 "platform/modules/budget_service/budget_service.mojom", |
728 "platform/modules/credentialmanager/credential_manager.mojom", | 729 "platform/modules/credentialmanager/credential_manager.mojom", |
729 "platform/modules/fetch/fetch_api_request.mojom", | 730 "platform/modules/fetch/fetch_api_request.mojom", |
730 "platform/modules/hyphenation/hyphenation.mojom", | 731 "platform/modules/hyphenation/hyphenation.mojom", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 sources = [ | 858 sources = [ |
858 "web/ConsoleMessageStructTraits.cpp", | 859 "web/ConsoleMessageStructTraits.cpp", |
859 "web/ConsoleMessageStructTraits.h", | 860 "web/ConsoleMessageStructTraits.h", |
860 ] | 861 ] |
861 deps = [ | 862 deps = [ |
862 ":blink_headers", | 863 ":blink_headers", |
863 ":mojo_bindings_shared__generator", | 864 ":mojo_bindings_shared__generator", |
864 "//mojo/public/cpp/bindings:struct_traits", | 865 "//mojo/public/cpp/bindings:struct_traits", |
865 ] | 866 ] |
866 } | 867 } |
OLD | NEW |