| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "//mojo/public/cpp/bindings", | 69 "//mojo/public/cpp/bindings", |
| 70 "//mojo/public/js", | 70 "//mojo/public/js", |
| 71 "//net", | 71 "//net", |
| 72 "//sandbox", | 72 "//sandbox", |
| 73 "//services/shell/public/cpp", | 73 "//services/shell/public/cpp", |
| 74 "//services/shell/public/interfaces", | 74 "//services/shell/public/interfaces", |
| 75 "//skia", | 75 "//skia", |
| 76 "//storage/common", | 76 "//storage/common", |
| 77 "//third_party/WebKit/public:blink", | 77 "//third_party/WebKit/public:blink", |
| 78 "//third_party/WebKit/public:mojo_bindings", | 78 "//third_party/WebKit/public:mojo_bindings", |
| 79 "//third_party/WebKit/public:mojo_bindings_blink", | |
| 80 "//third_party/boringssl", | 79 "//third_party/boringssl", |
| 81 "//third_party/icu", | 80 "//third_party/icu", |
| 82 "//third_party/libjingle", | 81 "//third_party/libjingle", |
| 83 "//third_party/libyuv", | 82 "//third_party/libyuv", |
| 84 "//third_party/widevine/cdm:version_h", | 83 "//third_party/widevine/cdm:version_h", |
| 85 "//ui/accessibility", | 84 "//ui/accessibility", |
| 86 "//ui/base", | 85 "//ui/base", |
| 87 "//ui/base/ime", | 86 "//ui/base/ime", |
| 88 "//ui/display", | 87 "//ui/display", |
| 89 "//ui/events:dom_keycode_converter", | 88 "//ui/events:dom_keycode_converter", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 # For the defines in mojo_media_config. | 264 # For the defines in mojo_media_config. |
| 266 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 265 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 267 } | 266 } |
| 268 | 267 |
| 269 if (!is_component_build) { | 268 if (!is_component_build) { |
| 270 public_deps = [ | 269 public_deps = [ |
| 271 ":renderer", | 270 ":renderer", |
| 272 ] | 271 ] |
| 273 } | 272 } |
| 274 } | 273 } |
| OLD | NEW |