| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "//gpu", | 423 "//gpu", |
| 424 "//gpu/command_buffer/client:gles2_interface", | 424 "//gpu/command_buffer/client:gles2_interface", |
| 425 "//jingle:jingle_glue", | 425 "//jingle:jingle_glue", |
| 426 "//media", | 426 "//media", |
| 427 "//media/blink", | 427 "//media/blink", |
| 428 "//media/capture", | 428 "//media/capture", |
| 429 "//media/gpu", | 429 "//media/gpu", |
| 430 "//media/gpu/ipc/client", | 430 "//media/gpu/ipc/client", |
| 431 "//media/gpu/ipc/common", | 431 "//media/gpu/ipc/common", |
| 432 "//media/midi", | 432 "//media/midi", |
| 433 "//media/midi:mojo_cpp_sources", |
| 433 "//media/mojo/interfaces:remoting", | 434 "//media/mojo/interfaces:remoting", |
| 434 "//mojo/common", | 435 "//mojo/common", |
| 435 "//mojo/edk/js", | 436 "//mojo/edk/js", |
| 436 "//mojo/public/cpp/bindings", | 437 "//mojo/public/cpp/bindings", |
| 437 "//mojo/public/js", | 438 "//mojo/public/js", |
| 438 "//net", | 439 "//net", |
| 439 "//sandbox", | 440 "//sandbox", |
| 440 "//services/shell/public/cpp", | 441 "//services/shell/public/cpp", |
| 441 "//services/shell/public/interfaces", | 442 "//services/shell/public/interfaces", |
| 442 "//skia", | 443 "//skia", |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 # For the defines in mojo_media_config. | 900 # For the defines in mojo_media_config. |
| 900 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 901 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 901 } | 902 } |
| 902 | 903 |
| 903 if (!is_component_build) { | 904 if (!is_component_build) { |
| 904 public_deps = [ | 905 public_deps = [ |
| 905 ":renderer", | 906 ":renderer", |
| 906 ] | 907 ] |
| 907 } | 908 } |
| 908 } | 909 } |
| OLD | NEW |