| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "//content/child", | 49 "//content/child", |
| 50 "//content/common", | 50 "//content/common", |
| 51 "//content/gpu:gpu_sources", | 51 "//content/gpu:gpu_sources", |
| 52 "//content/public/child:child_sources", | 52 "//content/public/child:child_sources", |
| 53 "//content/public/common:common_sources", | 53 "//content/public/common:common_sources", |
| 54 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 54 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 55 "//content/public/common:features", | 55 "//content/public/common:features", |
| 56 "//crypto:platform", | 56 "//crypto:platform", |
| 57 "//device/battery:mojo_bindings", | 57 "//device/battery:mojo_bindings", |
| 58 "//device/bluetooth", | 58 "//device/bluetooth", |
| 59 "//device/capture", |
| 59 "//device/usb/public/interfaces", | 60 "//device/usb/public/interfaces", |
| 60 "//device/vibration:mojo_bindings", | 61 "//device/vibration:mojo_bindings", |
| 61 "//device/vr:mojo_bindings", | 62 "//device/vr:mojo_bindings", |
| 62 "//gin", | 63 "//gin", |
| 63 "//gpu", | 64 "//gpu", |
| 64 "//gpu/command_buffer/client:gles2_interface", | 65 "//gpu/command_buffer/client:gles2_interface", |
| 65 "//jingle:jingle_glue", | 66 "//jingle:jingle_glue", |
| 66 "//media", | 67 "//media", |
| 67 "//media/blink", | 68 "//media/blink", |
| 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 "//mojo/common", | 73 "//mojo/common", |
| 74 "//mojo/edk/js", | 74 "//mojo/edk/js", |
| 75 "//mojo/public/cpp/bindings", | 75 "//mojo/public/cpp/bindings", |
| 76 "//mojo/public/js", | 76 "//mojo/public/js", |
| 77 "//net", | 77 "//net", |
| 78 "//sandbox", | 78 "//sandbox", |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 # For the defines in mojo_media_config. | 274 # For the defines in mojo_media_config. |
| 275 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 275 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 276 } | 276 } |
| 277 | 277 |
| 278 if (!is_component_build) { | 278 if (!is_component_build) { |
| 279 public_deps = [ | 279 public_deps = [ |
| 280 ":renderer", | 280 ":renderer", |
| 281 ] | 281 ] |
| 282 } | 282 } |
| 283 } | 283 } |
| OLD | NEW |