| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "//content/public/renderer", | 230 "//content/public/renderer", |
| 231 "//content/public/utility", | 231 "//content/public/utility", |
| 232 "//content/renderer:for_content_tests", | 232 "//content/renderer:for_content_tests", |
| 233 "//content/utility:for_content_tests", | 233 "//content/utility:for_content_tests", |
| 234 "//device/base/synchronization", | 234 "//device/base/synchronization", |
| 235 "//device/geolocation", | 235 "//device/geolocation", |
| 236 "//device/nfc:mojo_bindings", | 236 "//device/nfc:mojo_bindings", |
| 237 "//ipc:test_support", | 237 "//ipc:test_support", |
| 238 "//media", | 238 "//media", |
| 239 "//media/capture", | 239 "//media/capture", |
| 240 "//media/capture/mojo:image_capture", | 240 "//media/mojo/interfaces:image_capture", |
| 241 "//mojo/edk/system", | 241 "//mojo/edk/system", |
| 242 "//mojo/edk/test:test_support", | 242 "//mojo/edk/test:test_support", |
| 243 "//net:test_support", | 243 "//net:test_support", |
| 244 "//services/service_manager/public/cpp", | 244 "//services/service_manager/public/cpp", |
| 245 "//skia", | 245 "//skia", |
| 246 "//storage/browser", | 246 "//storage/browser", |
| 247 "//storage/common", | 247 "//storage/common", |
| 248 "//testing/gmock", | 248 "//testing/gmock", |
| 249 "//testing/gtest", | 249 "//testing/gtest", |
| 250 "//ui/accessibility:ax_gen", | 250 "//ui/accessibility:ax_gen", |
| (...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 if (is_android) { | 1716 if (is_android) { |
| 1717 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1717 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1718 } | 1718 } |
| 1719 } | 1719 } |
| 1720 | 1720 |
| 1721 group("fuzzers") { | 1721 group("fuzzers") { |
| 1722 deps = [ | 1722 deps = [ |
| 1723 "//content/test/fuzzer", | 1723 "//content/test/fuzzer", |
| 1724 ] | 1724 ] |
| 1725 } | 1725 } |
| OLD | NEW |