| 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 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 "//content/public/common", | 1488 "//content/public/common", |
| 1489 "//content/public/common:service_names", | 1489 "//content/public/common:service_names", |
| 1490 "//content/public/renderer", | 1490 "//content/public/renderer", |
| 1491 "//content/renderer:for_content_tests", | 1491 "//content/renderer:for_content_tests", |
| 1492 "//crypto", | 1492 "//crypto", |
| 1493 "//device/bluetooth", | 1493 "//device/bluetooth", |
| 1494 "//device/bluetooth:mocks", | 1494 "//device/bluetooth:mocks", |
| 1495 "//device/gamepad", | 1495 "//device/gamepad", |
| 1496 "//device/gamepad:test_helpers", | 1496 "//device/gamepad:test_helpers", |
| 1497 "//device/gamepad/public/cpp:shared_with_blink", | 1497 "//device/gamepad/public/cpp:shared_with_blink", |
| 1498 "//device/generic_sensor/public/cpp", |
| 1498 "//device/sensors/public/cpp:full", | 1499 "//device/sensors/public/cpp:full", |
| 1499 "//device/sensors/public/interfaces", | 1500 "//device/sensors/public/interfaces", |
| 1500 "//gin", | 1501 "//gin", |
| 1501 "//gpu", | 1502 "//gpu", |
| 1502 "//gpu:test_support", | 1503 "//gpu:test_support", |
| 1503 "//gpu/ipc/host", | 1504 "//gpu/ipc/host", |
| 1504 "//ipc:test_support", | 1505 "//ipc:test_support", |
| 1505 "//media:shared_memory_support", | 1506 "//media:shared_memory_support", |
| 1506 "//media:test_support", | 1507 "//media:test_support", |
| 1507 "//media/audio:test_support", | 1508 "//media/audio:test_support", |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1859 if (is_android) { | 1860 if (is_android) { |
| 1860 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1861 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1861 } | 1862 } |
| 1862 } | 1863 } |
| 1863 | 1864 |
| 1864 group("fuzzers") { | 1865 group("fuzzers") { |
| 1865 deps = [ | 1866 deps = [ |
| 1866 "//content/test/fuzzer", | 1867 "//content/test/fuzzer", |
| 1867 ] | 1868 ] |
| 1868 } | 1869 } |
| OLD | NEW |