| 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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1479 "//media/midi:midi", | 1479 "//media/midi:midi", |
| 1480 "//media/midi:mojo", | 1480 "//media/midi:mojo", |
| 1481 "//mojo/edk/system", | 1481 "//mojo/edk/system", |
| 1482 "//mojo/public/cpp/bindings", | 1482 "//mojo/public/cpp/bindings", |
| 1483 "//net:extras", | 1483 "//net:extras", |
| 1484 "//net:test_support", | 1484 "//net:test_support", |
| 1485 "//ppapi/c", | 1485 "//ppapi/c", |
| 1486 "//ppapi/features", | 1486 "//ppapi/features", |
| 1487 "//printing", | 1487 "//printing", |
| 1488 "//services/catalog:lib", | 1488 "//services/catalog:lib", |
| 1489 "//services/device/public/interfaces:constants", |
| 1489 "//services/file:lib", | 1490 "//services/file:lib", |
| 1490 "//services/file/public/interfaces", | 1491 "//services/file/public/interfaces", |
| 1491 "//services/service_manager/public/cpp:service_test_support", | 1492 "//services/service_manager/public/cpp:service_test_support", |
| 1492 "//skia", | 1493 "//skia", |
| 1493 "//sql", | 1494 "//sql", |
| 1494 "//sql:test_support", | 1495 "//sql:test_support", |
| 1495 "//storage/browser", | 1496 "//storage/browser", |
| 1496 "//storage/common", | 1497 "//storage/common", |
| 1497 "//testing/gmock", | 1498 "//testing/gmock", |
| 1498 "//testing/gtest", | 1499 "//testing/gtest", |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 if (is_android) { | 1816 if (is_android) { |
| 1816 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1817 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1817 } | 1818 } |
| 1818 } | 1819 } |
| 1819 | 1820 |
| 1820 group("fuzzers") { | 1821 group("fuzzers") { |
| 1821 deps = [ | 1822 deps = [ |
| 1822 "//content/test/fuzzer", | 1823 "//content/test/fuzzer", |
| 1823 ] | 1824 ] |
| 1824 } | 1825 } |
| OLD | NEW |