| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "color_suggestion.h", | 116 "color_suggestion.h", |
| 117 "common_param_traits.cc", | 117 "common_param_traits.cc", |
| 118 "common_param_traits.h", | 118 "common_param_traits.h", |
| 119 "common_param_traits_macros.h", | 119 "common_param_traits_macros.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_descriptor_keys.cc", |
| 127 "content_descriptor_keys.h", |
| 126 "content_descriptors.h", | 128 "content_descriptors.h", |
| 127 "content_features.cc", | 129 "content_features.cc", |
| 128 "content_features.h", | 130 "content_features.h", |
| 129 "content_ipc_logging.h", | 131 "content_ipc_logging.h", |
| 130 "content_paths.h", | 132 "content_paths.h", |
| 131 "content_switches.cc", | 133 "content_switches.cc", |
| 132 "content_switches.h", | 134 "content_switches.h", |
| 133 "context_menu_params.cc", | 135 "context_menu_params.cc", |
| 134 "context_menu_params.h", | 136 "context_menu_params.h", |
| 135 "drop_data.cc", | 137 "drop_data.cc", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 sources = [ | 327 sources = [ |
| 326 "window_container_type.mojom", | 328 "window_container_type.mojom", |
| 327 ] | 329 ] |
| 328 } | 330 } |
| 329 | 331 |
| 330 mojom("service_names") { | 332 mojom("service_names") { |
| 331 sources = [ | 333 sources = [ |
| 332 "service_names.mojom", | 334 "service_names.mojom", |
| 333 ] | 335 ] |
| 334 } | 336 } |
| OLD | NEW |