| 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 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 "//gpu", | 1381 "//gpu", |
| 1382 "//gpu:test_support", | 1382 "//gpu:test_support", |
| 1383 "//ipc:test_support", | 1383 "//ipc:test_support", |
| 1384 "//media:shared_memory_support", | 1384 "//media:shared_memory_support", |
| 1385 "//media:test_support", | 1385 "//media:test_support", |
| 1386 "//media/audio:test_support", | 1386 "//media/audio:test_support", |
| 1387 "//media/base:test_support", | 1387 "//media/base:test_support", |
| 1388 "//media/blink", | 1388 "//media/blink", |
| 1389 "//media/capture", | 1389 "//media/capture", |
| 1390 "//media/midi:midi", | 1390 "//media/midi:midi", |
| 1391 "//media/midi:mojo_cpp_sources", |
| 1391 "//mojo/edk/test:test_support", | 1392 "//mojo/edk/test:test_support", |
| 1392 "//mojo/public/cpp/bindings", | 1393 "//mojo/public/cpp/bindings", |
| 1393 "//net:extras", | 1394 "//net:extras", |
| 1394 "//net:test_support", | 1395 "//net:test_support", |
| 1395 "//ppapi/c", | 1396 "//ppapi/c", |
| 1396 "//printing", | 1397 "//printing", |
| 1397 "//skia", | 1398 "//skia", |
| 1398 "//sql", | 1399 "//sql", |
| 1399 "//sql:test_support", | 1400 "//sql:test_support", |
| 1400 "//storage/browser", | 1401 "//storage/browser", |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1689 if (is_android) { | 1690 if (is_android) { |
| 1690 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1691 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1691 } | 1692 } |
| 1692 } | 1693 } |
| 1693 | 1694 |
| 1694 group("fuzzers") { | 1695 group("fuzzers") { |
| 1695 deps = [ | 1696 deps = [ |
| 1696 "//content/test/fuzzer", | 1697 "//content/test/fuzzer", |
| 1697 ] | 1698 ] |
| 1698 } | 1699 } |
| OLD | NEW |