| 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 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1429 "//gpu/ipc/host", | 1429 "//gpu/ipc/host", |
| 1430 "//ipc:test_support", | 1430 "//ipc:test_support", |
| 1431 "//media:shared_memory_support", | 1431 "//media:shared_memory_support", |
| 1432 "//media:test_support", | 1432 "//media:test_support", |
| 1433 "//media/audio:test_support", | 1433 "//media/audio:test_support", |
| 1434 "//media/base:test_support", | 1434 "//media/base:test_support", |
| 1435 "//media/blink", | 1435 "//media/blink", |
| 1436 "//media/capture", | 1436 "//media/capture", |
| 1437 "//media/capture/mojo:capture_types", | 1437 "//media/capture/mojo:capture_types", |
| 1438 "//media/midi:midi", | 1438 "//media/midi:midi", |
| 1439 "//media/midi:mojo_cpp_sources", | 1439 "//media/midi:mojo", |
| 1440 "//mojo/edk/test:test_support", | 1440 "//mojo/edk/test:test_support", |
| 1441 "//mojo/public/cpp/bindings", | 1441 "//mojo/public/cpp/bindings", |
| 1442 "//net:extras", | 1442 "//net:extras", |
| 1443 "//net:test_support", | 1443 "//net:test_support", |
| 1444 "//ppapi/c", | 1444 "//ppapi/c", |
| 1445 "//ppapi/features", | 1445 "//ppapi/features", |
| 1446 "//printing", | 1446 "//printing", |
| 1447 "//services/file:lib", | 1447 "//services/file:lib", |
| 1448 "//services/file/public/interfaces", | 1448 "//services/file/public/interfaces", |
| 1449 "//services/service_manager/public/cpp:service_test_support", | 1449 "//services/service_manager/public/cpp:service_test_support", |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1756 if (is_android) { | 1756 if (is_android) { |
| 1757 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1757 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1758 } | 1758 } |
| 1759 } | 1759 } |
| 1760 | 1760 |
| 1761 group("fuzzers") { | 1761 group("fuzzers") { |
| 1762 deps = [ | 1762 deps = [ |
| 1763 "//content/test/fuzzer", | 1763 "//content/test/fuzzer", |
| 1764 ] | 1764 ] |
| 1765 } | 1765 } |
| OLD | NEW |