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