| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 "//content/public/child", | 257 "//content/public/child", |
| 258 "//content/public/common:interfaces", | 258 "//content/public/common:interfaces", |
| 259 "//content/public/common:service_names", | 259 "//content/public/common:service_names", |
| 260 "//content/public/renderer", | 260 "//content/public/renderer", |
| 261 "//content/public/utility", | 261 "//content/public/utility", |
| 262 "//content/renderer:for_content_tests", | 262 "//content/renderer:for_content_tests", |
| 263 "//content/shell:pak", | 263 "//content/shell:pak", |
| 264 "//content/utility:for_content_tests", | 264 "//content/utility:for_content_tests", |
| 265 "//device/base/synchronization", | 265 "//device/base/synchronization", |
| 266 "//device/geolocation", | 266 "//device/geolocation", |
| 267 "//device/nfc:mojo_bindings", | |
| 268 "//ipc:test_support", | 267 "//ipc:test_support", |
| 269 "//media", | 268 "//media", |
| 270 "//media/capture", | 269 "//media/capture", |
| 271 "//media/capture/mojo:image_capture", | 270 "//media/capture/mojo:image_capture", |
| 272 "//mojo/edk/system", | 271 "//mojo/edk/system", |
| 273 "//net:test_support", | 272 "//net:test_support", |
| 274 "//services/service_manager/public/cpp", | 273 "//services/service_manager/public/cpp", |
| 275 "//skia", | 274 "//skia", |
| 276 "//storage/browser", | 275 "//storage/browser", |
| 277 "//storage/browser:test_support", | 276 "//storage/browser:test_support", |
| (...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1857 if (is_android) { | 1856 if (is_android) { |
| 1858 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1857 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1859 } | 1858 } |
| 1860 } | 1859 } |
| 1861 | 1860 |
| 1862 group("fuzzers") { | 1861 group("fuzzers") { |
| 1863 deps = [ | 1862 deps = [ |
| 1864 "//content/test/fuzzer", | 1863 "//content/test/fuzzer", |
| 1865 ] | 1864 ] |
| 1866 } | 1865 } |
| OLD | NEW |