| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "//components/viz/common", | 253 "//components/viz/common", |
| 254 "//components/viz/host", | 254 "//components/viz/host", |
| 255 "//components/viz/service", | 255 "//components/viz/service", |
| 256 "//content/app:both_for_content_tests", | 256 "//content/app:both_for_content_tests", |
| 257 "//content/browser:for_content_tests", | 257 "//content/browser:for_content_tests", |
| 258 "//content/browser/speech/proto", | 258 "//content/browser/speech/proto", |
| 259 "//content/child:for_content_tests", | 259 "//content/child:for_content_tests", |
| 260 "//content/gpu", | 260 "//content/gpu", |
| 261 "//content/public/browser", | 261 "//content/public/browser", |
| 262 "//content/public/child", | 262 "//content/public/child", |
| 263 "//content/public/common:interfaces", | 263 "//content/public/common", |
| 264 "//content/public/common:service_names", | 264 "//content/public/common:service_names", |
| 265 "//content/public/renderer", | 265 "//content/public/renderer", |
| 266 "//content/public/utility", | 266 "//content/public/utility", |
| 267 "//content/renderer:for_content_tests", | 267 "//content/renderer:for_content_tests", |
| 268 "//content/shell:pak", | 268 "//content/shell:pak", |
| 269 "//content/utility:for_content_tests", | 269 "//content/utility:for_content_tests", |
| 270 "//device/base/synchronization", | 270 "//device/base/synchronization", |
| 271 "//device/geolocation", | 271 "//device/geolocation", |
| 272 "//ipc:test_support", | 272 "//ipc:test_support", |
| 273 "//media", | 273 "//media", |
| (...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1904 if (is_android) { | 1904 if (is_android) { |
| 1905 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1905 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1906 } | 1906 } |
| 1907 } | 1907 } |
| 1908 | 1908 |
| 1909 group("fuzzers") { | 1909 group("fuzzers") { |
| 1910 deps = [ | 1910 deps = [ |
| 1911 "//content/test/fuzzer", | 1911 "//content/test/fuzzer", |
| 1912 ] | 1912 ] |
| 1913 } | 1913 } |
| OLD | NEW |