| 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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 visibility = [ | 704 visibility = [ |
| 705 "//components/payments/content/*", | 705 "//components/payments/content/*", |
| 706 "//content/*", | 706 "//content/*", |
| 707 ] | 707 ] |
| 708 visibility_blink = [ | 708 visibility_blink = [ |
| 709 "//content/common:mojo_bindings_blink", | 709 "//content/common:mojo_bindings_blink", |
| 710 "//third_party/WebKit/Source/platform", | 710 "//third_party/WebKit/Source/platform", |
| 711 ] | 711 ] |
| 712 sources = [ | 712 sources = [ |
| 713 "platform/display_mode.mojom", | 713 "platform/display_mode.mojom", |
| 714 "platform/media_in_product_help.mojom", |
| 714 "platform/mime_registry.mojom", | 715 "platform/mime_registry.mojom", |
| 715 "platform/modules/app_banner/app_banner.mojom", | 716 "platform/modules/app_banner/app_banner.mojom", |
| 716 "platform/modules/background_fetch/background_fetch.mojom", | 717 "platform/modules/background_fetch/background_fetch.mojom", |
| 717 "platform/modules/background_sync/background_sync.mojom", | 718 "platform/modules/background_sync/background_sync.mojom", |
| 718 "platform/modules/bluetooth/web_bluetooth.mojom", | 719 "platform/modules/bluetooth/web_bluetooth.mojom", |
| 719 "platform/modules/broadcastchannel/broadcast_channel.mojom", | 720 "platform/modules/broadcastchannel/broadcast_channel.mojom", |
| 720 "platform/modules/budget_service/budget_service.mojom", | 721 "platform/modules/budget_service/budget_service.mojom", |
| 721 "platform/modules/fetch/fetch_api_request.mojom", | 722 "platform/modules/fetch/fetch_api_request.mojom", |
| 722 "platform/modules/hyphenation/hyphenation.mojom", | 723 "platform/modules/hyphenation/hyphenation.mojom", |
| 723 "platform/modules/keyboard_lock/keyboard_lock.mojom", | 724 "platform/modules/keyboard_lock/keyboard_lock.mojom", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 sources = [ | 839 sources = [ |
| 839 "web/ConsoleMessageStructTraits.cpp", | 840 "web/ConsoleMessageStructTraits.cpp", |
| 840 "web/ConsoleMessageStructTraits.h", | 841 "web/ConsoleMessageStructTraits.h", |
| 841 ] | 842 ] |
| 842 deps = [ | 843 deps = [ |
| 843 ":blink_headers", | 844 ":blink_headers", |
| 844 ":mojo_bindings_shared__generator", | 845 ":mojo_bindings_shared__generator", |
| 845 "//mojo/public/cpp/bindings:struct_traits", | 846 "//mojo/public/cpp/bindings:struct_traits", |
| 846 ] | 847 ] |
| 847 } | 848 } |
| OLD | NEW |