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