| 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/config/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//content/common/features.gni") | 9 import("//content/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "sad_plugin.cc", | 338 "sad_plugin.cc", |
| 339 "sad_plugin.h", | 339 "sad_plugin.h", |
| 340 "savable_resources.cc", | 340 "savable_resources.cc", |
| 341 "savable_resources.h", | 341 "savable_resources.h", |
| 342 "scheduler/resource_dispatch_throttler.cc", | 342 "scheduler/resource_dispatch_throttler.cc", |
| 343 "scheduler/resource_dispatch_throttler.h", | 343 "scheduler/resource_dispatch_throttler.h", |
| 344 "screen_orientation/screen_orientation_dispatcher.cc", | 344 "screen_orientation/screen_orientation_dispatcher.cc", |
| 345 "screen_orientation/screen_orientation_dispatcher.h", | 345 "screen_orientation/screen_orientation_dispatcher.h", |
| 346 "service_worker/embedded_worker_devtools_agent.cc", | 346 "service_worker/embedded_worker_devtools_agent.cc", |
| 347 "service_worker/embedded_worker_devtools_agent.h", | 347 "service_worker/embedded_worker_devtools_agent.h", |
| 348 "service_worker/embedded_worker_dispatcher.cc", | |
| 349 "service_worker/embedded_worker_dispatcher.h", | |
| 350 "service_worker/embedded_worker_instance_client_impl.cc", | 348 "service_worker/embedded_worker_instance_client_impl.cc", |
| 351 "service_worker/embedded_worker_instance_client_impl.h", | 349 "service_worker/embedded_worker_instance_client_impl.h", |
| 352 "service_worker/service_worker_context_client.cc", | 350 "service_worker/service_worker_context_client.cc", |
| 353 "service_worker/service_worker_context_client.h", | 351 "service_worker/service_worker_context_client.h", |
| 354 "service_worker/service_worker_context_message_filter.cc", | 352 "service_worker/service_worker_context_message_filter.cc", |
| 355 "service_worker/service_worker_context_message_filter.h", | 353 "service_worker/service_worker_context_message_filter.h", |
| 356 "service_worker/service_worker_type_converters.cc", | 354 "service_worker/service_worker_type_converters.cc", |
| 357 "service_worker/service_worker_type_converters.h", | 355 "service_worker/service_worker_type_converters.h", |
| 358 "service_worker/service_worker_type_util.cc", | 356 "service_worker/service_worker_type_util.cc", |
| 359 "service_worker/service_worker_type_util.h", | 357 "service_worker/service_worker_type_util.h", |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 # For the defines in mojo_media_config. | 974 # For the defines in mojo_media_config. |
| 977 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 975 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 978 } | 976 } |
| 979 | 977 |
| 980 if (!is_component_build) { | 978 if (!is_component_build) { |
| 981 public_deps = [ | 979 public_deps = [ |
| 982 ":renderer", | 980 ":renderer", |
| 983 ] | 981 ] |
| 984 } | 982 } |
| 985 } | 983 } |
| OLD | NEW |