| 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 "//gpu", | 430 "//gpu", |
| 431 "//gpu/command_buffer/client:gles2_interface", | 431 "//gpu/command_buffer/client:gles2_interface", |
| 432 "//jingle:jingle_glue", | 432 "//jingle:jingle_glue", |
| 433 "//media", | 433 "//media", |
| 434 "//media/blink", | 434 "//media/blink", |
| 435 "//media/capture", | 435 "//media/capture", |
| 436 "//media/gpu", | 436 "//media/gpu", |
| 437 "//media/gpu/ipc/client", | 437 "//media/gpu/ipc/client", |
| 438 "//media/gpu/ipc/common", | 438 "//media/gpu/ipc/common", |
| 439 "//media/midi", | 439 "//media/midi", |
| 440 "//media/mojo/interfaces:remoting", |
| 440 "//mojo/common", | 441 "//mojo/common", |
| 441 "//mojo/edk/js", | 442 "//mojo/edk/js", |
| 442 "//mojo/public/cpp/bindings", | 443 "//mojo/public/cpp/bindings", |
| 443 "//mojo/public/js", | 444 "//mojo/public/js", |
| 444 "//net", | 445 "//net", |
| 445 "//sandbox", | 446 "//sandbox", |
| 446 "//services/shell/public/cpp", | 447 "//services/shell/public/cpp", |
| 447 "//services/shell/public/interfaces", | 448 "//services/shell/public/interfaces", |
| 448 "//skia", | 449 "//skia", |
| 449 "//storage/common", | 450 "//storage/common", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 # For the defines in mojo_media_config. | 908 # For the defines in mojo_media_config. |
| 908 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 909 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 909 } | 910 } |
| 910 | 911 |
| 911 if (!is_component_build) { | 912 if (!is_component_build) { |
| 912 public_deps = [ | 913 public_deps = [ |
| 913 ":renderer", | 914 ":renderer", |
| 914 ] | 915 ] |
| 915 } | 916 } |
| 916 } | 917 } |
| OLD | NEW |