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("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 } | 103 } |
104 | 104 |
105 source_set("common_sources") { | 105 source_set("common_sources") { |
106 # External code should depend on via ":common" above. | 106 # External code should depend on via ":common" above. |
107 visibility = [ "//content/*" ] | 107 visibility = [ "//content/*" ] |
108 | 108 |
109 sources = [ | 109 sources = [ |
110 "appcache_info.h", | 110 "appcache_info.h", |
111 "associated_interface_provider.h", | 111 "associated_interface_provider.h", |
112 "associated_interface_registry.h", | 112 "associated_interface_registry.h", |
| 113 "bind_interface_helpers.h", |
113 "bindings_policy.h", | 114 "bindings_policy.h", |
114 "browser_controls_state.h", | 115 "browser_controls_state.h", |
115 "browser_side_navigation_policy.cc", | 116 "browser_side_navigation_policy.cc", |
116 "browser_side_navigation_policy.h", | 117 "browser_side_navigation_policy.h", |
117 "cdm_info.h", | 118 "cdm_info.h", |
118 "child_process_host.h", | 119 "child_process_host.h", |
119 "child_process_host_delegate.cc", | 120 "child_process_host_delegate.cc", |
120 "child_process_host_delegate.h", | 121 "child_process_host_delegate.h", |
121 "color_suggestion.cc", | 122 "color_suggestion.cc", |
122 "color_suggestion.h", | 123 "color_suggestion.h", |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 sources = [ | 334 sources = [ |
334 "window_container_type.mojom", | 335 "window_container_type.mojom", |
335 ] | 336 ] |
336 } | 337 } |
337 | 338 |
338 mojom("service_names") { | 339 mojom("service_names") { |
339 sources = [ | 340 sources = [ |
340 "service_names.mojom", | 341 "service_names.mojom", |
341 ] | 342 ] |
342 } | 343 } |
OLD | NEW |