| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "scheduler/resource_dispatch_throttler.cc", | 338 "scheduler/resource_dispatch_throttler.cc", |
| 339 "scheduler/resource_dispatch_throttler.h", | 339 "scheduler/resource_dispatch_throttler.h", |
| 340 "screen_orientation/screen_orientation_dispatcher.cc", | 340 "screen_orientation/screen_orientation_dispatcher.cc", |
| 341 "screen_orientation/screen_orientation_dispatcher.h", | 341 "screen_orientation/screen_orientation_dispatcher.h", |
| 342 "screen_orientation/screen_orientation_observer.cc", | 342 "screen_orientation/screen_orientation_observer.cc", |
| 343 "screen_orientation/screen_orientation_observer.h", | 343 "screen_orientation/screen_orientation_observer.h", |
| 344 "service_worker/embedded_worker_devtools_agent.cc", | 344 "service_worker/embedded_worker_devtools_agent.cc", |
| 345 "service_worker/embedded_worker_devtools_agent.h", | 345 "service_worker/embedded_worker_devtools_agent.h", |
| 346 "service_worker/embedded_worker_dispatcher.cc", | 346 "service_worker/embedded_worker_dispatcher.cc", |
| 347 "service_worker/embedded_worker_dispatcher.h", | 347 "service_worker/embedded_worker_dispatcher.h", |
| 348 "service_worker/embedded_worker_instance_client_impl.cc", |
| 349 "service_worker/embedded_worker_instance_client_impl.h", |
| 348 "service_worker/service_worker_context_client.cc", | 350 "service_worker/service_worker_context_client.cc", |
| 349 "service_worker/service_worker_context_client.h", | 351 "service_worker/service_worker_context_client.h", |
| 350 "service_worker/service_worker_context_message_filter.cc", | 352 "service_worker/service_worker_context_message_filter.cc", |
| 351 "service_worker/service_worker_context_message_filter.h", | 353 "service_worker/service_worker_context_message_filter.h", |
| 352 "service_worker/service_worker_type_util.cc", | 354 "service_worker/service_worker_type_util.cc", |
| 353 "service_worker/service_worker_type_util.h", | 355 "service_worker/service_worker_type_util.h", |
| 354 "shared_memory_seqlock_reader.cc", | 356 "shared_memory_seqlock_reader.cc", |
| 355 "shared_memory_seqlock_reader.h", | 357 "shared_memory_seqlock_reader.h", |
| 356 "shared_worker/embedded_shared_worker_content_settings_client_proxy.cc", | 358 "shared_worker/embedded_shared_worker_content_settings_client_proxy.cc", |
| 357 "shared_worker/embedded_shared_worker_content_settings_client_proxy.h", | 359 "shared_worker/embedded_shared_worker_content_settings_client_proxy.h", |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 # For the defines in mojo_media_config. | 915 # For the defines in mojo_media_config. |
| 914 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 916 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 915 } | 917 } |
| 916 | 918 |
| 917 if (!is_component_build) { | 919 if (!is_component_build) { |
| 918 public_deps = [ | 920 public_deps = [ |
| 919 ":renderer", | 921 ":renderer", |
| 920 ] | 922 ] |
| 921 } | 923 } |
| 922 } | 924 } |
| OLD | NEW |