| 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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "resizing_mode_selector.cc", | 328 "resizing_mode_selector.cc", |
| 329 "resizing_mode_selector.h", | 329 "resizing_mode_selector.h", |
| 330 "sad_plugin.cc", | 330 "sad_plugin.cc", |
| 331 "sad_plugin.h", | 331 "sad_plugin.h", |
| 332 "savable_resources.cc", | 332 "savable_resources.cc", |
| 333 "savable_resources.h", | 333 "savable_resources.h", |
| 334 "scheduler/resource_dispatch_throttler.cc", | 334 "scheduler/resource_dispatch_throttler.cc", |
| 335 "scheduler/resource_dispatch_throttler.h", | 335 "scheduler/resource_dispatch_throttler.h", |
| 336 "screen_orientation/screen_orientation_dispatcher.cc", | 336 "screen_orientation/screen_orientation_dispatcher.cc", |
| 337 "screen_orientation/screen_orientation_dispatcher.h", | 337 "screen_orientation/screen_orientation_dispatcher.h", |
| 338 "screen_orientation/screen_orientation_observer.cc", | |
| 339 "screen_orientation/screen_orientation_observer.h", | |
| 340 "service_worker/embedded_worker_devtools_agent.cc", | 338 "service_worker/embedded_worker_devtools_agent.cc", |
| 341 "service_worker/embedded_worker_devtools_agent.h", | 339 "service_worker/embedded_worker_devtools_agent.h", |
| 342 "service_worker/embedded_worker_dispatcher.cc", | 340 "service_worker/embedded_worker_dispatcher.cc", |
| 343 "service_worker/embedded_worker_dispatcher.h", | 341 "service_worker/embedded_worker_dispatcher.h", |
| 344 "service_worker/embedded_worker_instance_client_impl.cc", | 342 "service_worker/embedded_worker_instance_client_impl.cc", |
| 345 "service_worker/embedded_worker_instance_client_impl.h", | 343 "service_worker/embedded_worker_instance_client_impl.h", |
| 346 "service_worker/service_worker_context_client.cc", | 344 "service_worker/service_worker_context_client.cc", |
| 347 "service_worker/service_worker_context_client.h", | 345 "service_worker/service_worker_context_client.h", |
| 348 "service_worker/service_worker_context_message_filter.cc", | 346 "service_worker/service_worker_context_message_filter.cc", |
| 349 "service_worker/service_worker_context_message_filter.h", | 347 "service_worker/service_worker_context_message_filter.h", |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 # For the defines in mojo_media_config. | 938 # For the defines in mojo_media_config. |
| 941 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 939 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 942 } | 940 } |
| 943 | 941 |
| 944 if (!is_component_build) { | 942 if (!is_component_build) { |
| 945 public_deps = [ | 943 public_deps = [ |
| 946 ":renderer", | 944 ":renderer", |
| 947 ] | 945 ] |
| 948 } | 946 } |
| 949 } | 947 } |
| OLD | NEW |