| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "associated_interface_provider.h", | 104 "associated_interface_provider.h", |
| 105 "associated_interface_registry.h", | 105 "associated_interface_registry.h", |
| 106 "bindings_policy.h", | 106 "bindings_policy.h", |
| 107 "browser_controls_state.h", | 107 "browser_controls_state.h", |
| 108 "browser_side_navigation_policy.cc", | 108 "browser_side_navigation_policy.cc", |
| 109 "browser_side_navigation_policy.h", | 109 "browser_side_navigation_policy.h", |
| 110 "cdm_info.h", | 110 "cdm_info.h", |
| 111 "child_process_host.h", | 111 "child_process_host.h", |
| 112 "child_process_host_delegate.cc", | 112 "child_process_host_delegate.cc", |
| 113 "child_process_host_delegate.h", | 113 "child_process_host_delegate.h", |
| 114 "child_process_sandbox_support_linux.h", | |
| 115 "color_suggestion.cc", | 114 "color_suggestion.cc", |
| 116 "color_suggestion.h", | 115 "color_suggestion.h", |
| 117 "common_param_traits.cc", | 116 "common_param_traits.cc", |
| 118 "common_param_traits.h", | 117 "common_param_traits.h", |
| 119 "common_param_traits_macros.h", | 118 "common_param_traits_macros.h", |
| 119 "common_sandbox_support_linux.h", |
| 120 "connection_filter.h", | 120 "connection_filter.h", |
| 121 "console_message_level.h", | 121 "console_message_level.h", |
| 122 "content_client.cc", | 122 "content_client.cc", |
| 123 "content_client.h", | 123 "content_client.h", |
| 124 "content_constants.cc", | 124 "content_constants.cc", |
| 125 "content_constants.h", | 125 "content_constants.h", |
| 126 "content_descriptors.h", | 126 "content_descriptors.h", |
| 127 "content_features.cc", | 127 "content_features.cc", |
| 128 "content_features.h", | 128 "content_features.h", |
| 129 "content_ipc_logging.h", | 129 "content_ipc_logging.h", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 sources = [ | 327 sources = [ |
| 328 "window_container_type.mojom", | 328 "window_container_type.mojom", |
| 329 ] | 329 ] |
| 330 } | 330 } |
| 331 | 331 |
| 332 mojom("service_names") { | 332 mojom("service_names") { |
| 333 sources = [ | 333 sources = [ |
| 334 "service_names.mojom", | 334 "service_names.mojom", |
| 335 ] | 335 ] |
| 336 } | 336 } |
| OLD | NEW |