| 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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 | 760 |
| 761 mojom("mojo_bindings") { | 761 mojom("mojo_bindings") { |
| 762 visibility = [ "//content/*" ] | 762 visibility = [ "//content/*" ] |
| 763 visibility_blink = [ | 763 visibility_blink = [ |
| 764 "//content/common:mojo_bindings_blink", | 764 "//content/common:mojo_bindings_blink", |
| 765 "//third_party/WebKit/Source/platform", | 765 "//third_party/WebKit/Source/platform", |
| 766 ] | 766 ] |
| 767 sources = [ | 767 sources = [ |
| 768 "platform/display_mode.mojom", | 768 "platform/display_mode.mojom", |
| 769 "platform/frame_broker.mojom", | 769 "platform/frame_broker.mojom", |
| 770 "platform/media_download_in_product_help.mojom", |
| 770 "platform/media_engagement.mojom", | 771 "platform/media_engagement.mojom", |
| 771 "platform/mime_registry.mojom", | 772 "platform/mime_registry.mojom", |
| 772 "platform/modules/app_banner/app_banner.mojom", | 773 "platform/modules/app_banner/app_banner.mojom", |
| 773 "platform/modules/background_fetch/background_fetch.mojom", | 774 "platform/modules/background_fetch/background_fetch.mojom", |
| 774 "platform/modules/background_sync/background_sync.mojom", | 775 "platform/modules/background_sync/background_sync.mojom", |
| 775 "platform/modules/bluetooth/web_bluetooth.mojom", | 776 "platform/modules/bluetooth/web_bluetooth.mojom", |
| 776 "platform/modules/broadcastchannel/broadcast_channel.mojom", | 777 "platform/modules/broadcastchannel/broadcast_channel.mojom", |
| 777 "platform/modules/budget_service/budget_service.mojom", | 778 "platform/modules/budget_service/budget_service.mojom", |
| 778 "platform/modules/credentialmanager/credential_manager.mojom", | 779 "platform/modules/credentialmanager/credential_manager.mojom", |
| 779 "platform/modules/fetch/fetch_api_request.mojom", | 780 "platform/modules/fetch/fetch_api_request.mojom", |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 sources = [ | 923 sources = [ |
| 923 "web/ConsoleMessageStructTraits.cpp", | 924 "web/ConsoleMessageStructTraits.cpp", |
| 924 "web/ConsoleMessageStructTraits.h", | 925 "web/ConsoleMessageStructTraits.h", |
| 925 ] | 926 ] |
| 926 deps = [ | 927 deps = [ |
| 927 ":blink_headers", | 928 ":blink_headers", |
| 928 ":mojo_bindings_shared__generator", | 929 ":mojo_bindings_shared__generator", |
| 929 "//mojo/public/cpp/bindings:struct_traits", | 930 "//mojo/public/cpp/bindings:struct_traits", |
| 930 ] | 931 ] |
| 931 } | 932 } |
| OLD | NEW |