Chromium Code Reviews| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 47 "//content/child", | 47 "//content/child", |
| 48 "//content/common", | 48 "//content/common", |
| 49 "//content/gpu:gpu_sources", | 49 "//content/gpu:gpu_sources", |
| 50 "//content/public/child:child_sources", | 50 "//content/public/child:child_sources", |
| 51 "//content/public/common:common_sources", | 51 "//content/public/common:common_sources", |
| 52 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 52 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 53 "//content/public/common:features", | 53 "//content/public/common:features", |
| 54 "//crypto:platform", | 54 "//crypto:platform", |
| 55 "//device/battery:mojo_bindings", | 55 "//device/battery:mojo_bindings", |
| 56 "//device/bluetooth", | 56 "//device/bluetooth", |
| 57 "//device/generic_sensor/public/interfaces", | |
|
jochen (gone - plz use gerrit)
2016/08/29 09:28:25
why is this needed?
shalamov
2016/08/29 10:37:53
Done.
| |
| 57 "//device/usb/public/interfaces", | 58 "//device/usb/public/interfaces", |
| 58 "//device/vibration:mojo_bindings", | 59 "//device/vibration:mojo_bindings", |
| 59 "//device/vr:mojo_bindings", | 60 "//device/vr:mojo_bindings", |
| 60 "//gin", | 61 "//gin", |
| 61 "//gpu", | 62 "//gpu", |
| 62 "//gpu/command_buffer/client:gles2_interface", | 63 "//gpu/command_buffer/client:gles2_interface", |
| 63 "//jingle:jingle_glue", | 64 "//jingle:jingle_glue", |
| 64 "//media", | 65 "//media", |
| 65 "//media/blink", | 66 "//media/blink", |
| 66 "//media/capture", | 67 "//media/capture", |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 272 # For the defines in mojo_media_config. | 273 # For the defines in mojo_media_config. |
| 273 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 274 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 274 } | 275 } |
| 275 | 276 |
| 276 if (!is_component_build) { | 277 if (!is_component_build) { |
| 277 public_deps = [ | 278 public_deps = [ |
| 278 ":renderer", | 279 ":renderer", |
| 279 ] | 280 ] |
| 280 } | 281 } |
| 281 } | 282 } |
| OLD | NEW |