| 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("//content/renderer/renderer.gni") | 7 import("//content/renderer/renderer.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//third_party/webrtc/build/webrtc.gni") | 9 import("//third_party/webrtc/build/webrtc.gni") |
| 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "//gpu", | 63 "//gpu", |
| 64 "//gpu/command_buffer/client:gles2_interface", | 64 "//gpu/command_buffer/client:gles2_interface", |
| 65 "//jingle:jingle_glue", | 65 "//jingle:jingle_glue", |
| 66 "//media", | 66 "//media", |
| 67 "//media/blink", | 67 "//media/blink", |
| 68 "//media/capture", | 68 "//media/capture", |
| 69 "//media/gpu", | 69 "//media/gpu", |
| 70 "//media/gpu/ipc/client", | 70 "//media/gpu/ipc/client", |
| 71 "//media/gpu/ipc/common", | 71 "//media/gpu/ipc/common", |
| 72 "//media/midi", | 72 "//media/midi", |
| 73 "//media/mojo/interfaces:remoter", |
| 73 "//mojo/common", | 74 "//mojo/common", |
| 74 "//mojo/edk/js", | 75 "//mojo/edk/js", |
| 75 "//mojo/public/cpp/bindings", | 76 "//mojo/public/cpp/bindings", |
| 76 "//mojo/public/js", | 77 "//mojo/public/js", |
| 77 "//net", | 78 "//net", |
| 78 "//sandbox", | 79 "//sandbox", |
| 79 "//services/shell/public/cpp", | 80 "//services/shell/public/cpp", |
| 80 "//services/shell/public/interfaces", | 81 "//services/shell/public/interfaces", |
| 81 "//skia", | 82 "//skia", |
| 82 "//storage/common", | 83 "//storage/common", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 # For the defines in mojo_media_config. | 271 # For the defines in mojo_media_config. |
| 271 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 272 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 272 } | 273 } |
| 273 | 274 |
| 274 if (!is_component_build) { | 275 if (!is_component_build) { |
| 275 public_deps = [ | 276 public_deps = [ |
| 276 ":renderer", | 277 ":renderer", |
| 277 ] | 278 ] |
| 278 } | 279 } |
| 279 } | 280 } |
| OLD | NEW |