| 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("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1399 "//gin", | 1399 "//gin", |
| 1400 "//gpu", | 1400 "//gpu", |
| 1401 "//gpu:test_support", | 1401 "//gpu:test_support", |
| 1402 "//ipc:test_support", | 1402 "//ipc:test_support", |
| 1403 "//media:shared_memory_support", | 1403 "//media:shared_memory_support", |
| 1404 "//media:test_support", | 1404 "//media:test_support", |
| 1405 "//media/audio:test_support", | 1405 "//media/audio:test_support", |
| 1406 "//media/base:test_support", | 1406 "//media/base:test_support", |
| 1407 "//media/blink", | 1407 "//media/blink", |
| 1408 "//media/capture", | 1408 "//media/capture", |
| 1409 "//media/capture/mojo:capture_types", |
| 1409 "//media/midi:midi", | 1410 "//media/midi:midi", |
| 1410 "//media/midi:mojo_cpp_sources", | 1411 "//media/midi:mojo_cpp_sources", |
| 1411 "//mojo/edk/test:test_support", | 1412 "//mojo/edk/test:test_support", |
| 1412 "//mojo/public/cpp/bindings", | 1413 "//mojo/public/cpp/bindings", |
| 1413 "//net:extras", | 1414 "//net:extras", |
| 1414 "//net:test_support", | 1415 "//net:test_support", |
| 1415 "//ppapi/c", | 1416 "//ppapi/c", |
| 1416 "//ppapi/features", | 1417 "//ppapi/features", |
| 1417 "//printing", | 1418 "//printing", |
| 1418 "//skia", | 1419 "//skia", |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1713 if (is_android) { | 1714 if (is_android) { |
| 1714 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1715 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1715 } | 1716 } |
| 1716 } | 1717 } |
| 1717 | 1718 |
| 1718 group("fuzzers") { | 1719 group("fuzzers") { |
| 1719 deps = [ | 1720 deps = [ |
| 1720 "//content/test/fuzzer", | 1721 "//content/test/fuzzer", |
| 1721 ] | 1722 ] |
| 1722 } | 1723 } |
| OLD | NEW |