| 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 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 "//content/public/common", | 1505 "//content/public/common", |
| 1506 "//content/public/common:service_names", | 1506 "//content/public/common:service_names", |
| 1507 "//content/public/renderer", | 1507 "//content/public/renderer", |
| 1508 "//content/renderer:for_content_tests", | 1508 "//content/renderer:for_content_tests", |
| 1509 "//crypto", | 1509 "//crypto", |
| 1510 "//device/bluetooth", | 1510 "//device/bluetooth", |
| 1511 "//device/bluetooth:mocks", | 1511 "//device/bluetooth:mocks", |
| 1512 "//device/gamepad", | 1512 "//device/gamepad", |
| 1513 "//device/gamepad:test_helpers", | 1513 "//device/gamepad:test_helpers", |
| 1514 "//device/gamepad/public/cpp:shared_with_blink", | 1514 "//device/gamepad/public/cpp:shared_with_blink", |
| 1515 "//device/generic_sensor/public/cpp", |
| 1515 "//device/sensors/public/cpp:full", | 1516 "//device/sensors/public/cpp:full", |
| 1516 "//device/sensors/public/interfaces", | 1517 "//device/sensors/public/interfaces", |
| 1517 "//gin", | 1518 "//gin", |
| 1518 "//gpu", | 1519 "//gpu", |
| 1519 "//gpu:test_support", | 1520 "//gpu:test_support", |
| 1520 "//gpu/ipc/host", | 1521 "//gpu/ipc/host", |
| 1521 "//ipc:test_support", | 1522 "//ipc:test_support", |
| 1522 "//media:shared_memory_support", | 1523 "//media:shared_memory_support", |
| 1523 "//media:test_support", | 1524 "//media:test_support", |
| 1524 "//media/audio:test_support", | 1525 "//media/audio:test_support", |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1879 if (is_android) { | 1880 if (is_android) { |
| 1880 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1881 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1881 } | 1882 } |
| 1882 } | 1883 } |
| 1883 | 1884 |
| 1884 group("fuzzers") { | 1885 group("fuzzers") { |
| 1885 deps = [ | 1886 deps = [ |
| 1886 "//content/test/fuzzer", | 1887 "//content/test/fuzzer", |
| 1887 ] | 1888 ] |
| 1888 } | 1889 } |
| OLD | NEW |