| 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 ] | 243 ] |
| 244 deps = [ | 244 deps = [ |
| 245 ":content_test_mojo_bindings", | 245 ":content_test_mojo_bindings", |
| 246 "//base/third_party/dynamic_annotations", | 246 "//base/third_party/dynamic_annotations", |
| 247 "//cc:test_support", | 247 "//cc:test_support", |
| 248 "//cc/blink", | 248 "//cc/blink", |
| 249 "//cc/ipc", | 249 "//cc/ipc", |
| 250 "//cc/ipc:interfaces", | 250 "//cc/ipc:interfaces", |
| 251 "//cc/surfaces", | 251 "//cc/surfaces", |
| 252 "//components/leveldb/public/interfaces", | 252 "//components/leveldb/public/interfaces", |
| 253 "//components/variations", |
| 253 "//components/viz/common", | 254 "//components/viz/common", |
| 254 "//components/viz/host", | 255 "//components/viz/host", |
| 255 "//components/viz/service", | 256 "//components/viz/service", |
| 256 "//content/app:both_for_content_tests", | 257 "//content/app:both_for_content_tests", |
| 257 "//content/browser:for_content_tests", | 258 "//content/browser:for_content_tests", |
| 258 "//content/browser/speech/proto", | 259 "//content/browser/speech/proto", |
| 259 "//content/child:for_content_tests", | 260 "//content/child:for_content_tests", |
| 260 "//content/gpu", | 261 "//content/gpu", |
| 261 "//content/public/browser", | 262 "//content/public/browser", |
| 262 "//content/public/child", | 263 "//content/public/child", |
| (...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1902 if (is_android) { | 1903 if (is_android) { |
| 1903 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1904 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1904 } | 1905 } |
| 1905 } | 1906 } |
| 1906 | 1907 |
| 1907 group("fuzzers") { | 1908 group("fuzzers") { |
| 1908 deps = [ | 1909 deps = [ |
| 1909 "//content/test/fuzzer", | 1910 "//content/test/fuzzer", |
| 1910 ] | 1911 ] |
| 1911 } | 1912 } |
| OLD | NEW |