| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "scheduler/resource_dispatch_throttler.cc", | 364 "scheduler/resource_dispatch_throttler.cc", |
| 365 "scheduler/resource_dispatch_throttler.h", | 365 "scheduler/resource_dispatch_throttler.h", |
| 366 "screen_orientation/screen_orientation_dispatcher.cc", | 366 "screen_orientation/screen_orientation_dispatcher.cc", |
| 367 "screen_orientation/screen_orientation_dispatcher.h", | 367 "screen_orientation/screen_orientation_dispatcher.h", |
| 368 "screen_orientation/screen_orientation_observer.cc", | 368 "screen_orientation/screen_orientation_observer.cc", |
| 369 "screen_orientation/screen_orientation_observer.h", | 369 "screen_orientation/screen_orientation_observer.h", |
| 370 "service_worker/embedded_worker_devtools_agent.cc", | 370 "service_worker/embedded_worker_devtools_agent.cc", |
| 371 "service_worker/embedded_worker_devtools_agent.h", | 371 "service_worker/embedded_worker_devtools_agent.h", |
| 372 "service_worker/embedded_worker_dispatcher.cc", | 372 "service_worker/embedded_worker_dispatcher.cc", |
| 373 "service_worker/embedded_worker_dispatcher.h", | 373 "service_worker/embedded_worker_dispatcher.h", |
| 374 "service_worker/embedded_worker_instance_client_impl.cc", |
| 375 "service_worker/embedded_worker_instance_client_impl.h", |
| 374 "service_worker/service_worker_context_client.cc", | 376 "service_worker/service_worker_context_client.cc", |
| 375 "service_worker/service_worker_context_client.h", | 377 "service_worker/service_worker_context_client.h", |
| 376 "service_worker/service_worker_context_message_filter.cc", | 378 "service_worker/service_worker_context_message_filter.cc", |
| 377 "service_worker/service_worker_context_message_filter.h", | 379 "service_worker/service_worker_context_message_filter.h", |
| 378 "service_worker/service_worker_type_util.cc", | 380 "service_worker/service_worker_type_util.cc", |
| 379 "service_worker/service_worker_type_util.h", | 381 "service_worker/service_worker_type_util.h", |
| 380 "shared_memory_seqlock_reader.cc", | 382 "shared_memory_seqlock_reader.cc", |
| 381 "shared_memory_seqlock_reader.h", | 383 "shared_memory_seqlock_reader.h", |
| 382 "shared_worker/embedded_shared_worker_content_settings_client_proxy.cc", | 384 "shared_worker/embedded_shared_worker_content_settings_client_proxy.cc", |
| 383 "shared_worker/embedded_shared_worker_content_settings_client_proxy.h", | 385 "shared_worker/embedded_shared_worker_content_settings_client_proxy.h", |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 # For the defines in mojo_media_config. | 930 # For the defines in mojo_media_config. |
| 929 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 931 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 930 } | 932 } |
| 931 | 933 |
| 932 if (!is_component_build) { | 934 if (!is_component_build) { |
| 933 public_deps = [ | 935 public_deps = [ |
| 934 ":renderer", | 936 ":renderer", |
| 935 ] | 937 ] |
| 936 } | 938 } |
| 937 } | 939 } |
| OLD | NEW |