| 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 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1518 "//media/midi:midi", | 1518 "//media/midi:midi", |
| 1519 "//media/midi:mojo", | 1519 "//media/midi:mojo", |
| 1520 "//mojo/edk/system", | 1520 "//mojo/edk/system", |
| 1521 "//mojo/public/cpp/bindings", | 1521 "//mojo/public/cpp/bindings", |
| 1522 "//net:extras", | 1522 "//net:extras", |
| 1523 "//net:test_support", | 1523 "//net:test_support", |
| 1524 "//ppapi/c", | 1524 "//ppapi/c", |
| 1525 "//ppapi/features", | 1525 "//ppapi/features", |
| 1526 "//printing", | 1526 "//printing", |
| 1527 "//services/catalog:lib", | 1527 "//services/catalog:lib", |
| 1528 "//services/device/public/interfaces:constants", |
| 1528 "//services/file:lib", | 1529 "//services/file:lib", |
| 1529 "//services/file/public/interfaces", | 1530 "//services/file/public/interfaces", |
| 1530 "//services/service_manager/public/cpp:service_test_support", | 1531 "//services/service_manager/public/cpp:service_test_support", |
| 1531 "//skia", | 1532 "//skia", |
| 1532 "//sql", | 1533 "//sql", |
| 1533 "//sql:test_support", | 1534 "//sql:test_support", |
| 1534 "//storage/browser", | 1535 "//storage/browser", |
| 1535 "//storage/common", | 1536 "//storage/common", |
| 1536 "//testing/gmock", | 1537 "//testing/gmock", |
| 1537 "//testing/gtest", | 1538 "//testing/gtest", |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1856 if (is_android) { | 1857 if (is_android) { |
| 1857 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1858 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1858 } | 1859 } |
| 1859 } | 1860 } |
| 1860 | 1861 |
| 1861 group("fuzzers") { | 1862 group("fuzzers") { |
| 1862 deps = [ | 1863 deps = [ |
| 1863 "//content/test/fuzzer", | 1864 "//content/test/fuzzer", |
| 1864 ] | 1865 ] |
| 1865 } | 1866 } |
| OLD | NEW |