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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 configs += [ | 229 configs += [ |
230 "//build/config:precompiled_headers", | 230 "//build/config:precompiled_headers", |
231 "//v8:external_startup_data", | 231 "//v8:external_startup_data", |
232 ] | 232 ] |
233 | 233 |
234 public_deps = [ | 234 public_deps = [ |
235 "//content/public/app:both", | 235 "//content/public/app:both", |
236 "//content/public/browser", | 236 "//content/public/browser", |
237 "//content/public/common", | 237 "//content/public/common", |
238 "//ipc", | 238 "//ipc", |
| 239 "//media/mojo/clients", |
| 240 "//media/mojo/interfaces", |
239 "//third_party/WebKit/public:blink", | 241 "//third_party/WebKit/public:blink", |
240 "//third_party/WebKit/public:test_support", | 242 "//third_party/WebKit/public:test_support", |
241 ] | 243 ] |
242 deps = [ | 244 deps = [ |
243 ":content_test_mojo_bindings", | 245 ":content_test_mojo_bindings", |
244 "//base/third_party/dynamic_annotations", | 246 "//base/third_party/dynamic_annotations", |
245 "//cc:test_support", | 247 "//cc:test_support", |
246 "//cc/blink", | 248 "//cc/blink", |
247 "//cc/ipc", | 249 "//cc/ipc", |
248 "//cc/surfaces", | 250 "//cc/surfaces", |
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1859 if (is_android) { | 1861 if (is_android) { |
1860 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1862 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1861 } | 1863 } |
1862 } | 1864 } |
1863 | 1865 |
1864 group("fuzzers") { | 1866 group("fuzzers") { |
1865 deps = [ | 1867 deps = [ |
1866 "//content/test/fuzzer", | 1868 "//content/test/fuzzer", |
1867 ] | 1869 ] |
1868 } | 1870 } |
OLD | NEW |