| 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 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1489 "//services/service_manager/public/cpp:service_test_support", | 1489 "//services/service_manager/public/cpp:service_test_support", |
| 1490 "//skia", | 1490 "//skia", |
| 1491 "//sql", | 1491 "//sql", |
| 1492 "//sql:test_support", | 1492 "//sql:test_support", |
| 1493 "//storage/browser", | 1493 "//storage/browser", |
| 1494 "//storage/browser:test_support", | 1494 "//storage/browser:test_support", |
| 1495 "//storage/common", | 1495 "//storage/common", |
| 1496 "//testing/gmock", | 1496 "//testing/gmock", |
| 1497 "//testing/gtest", | 1497 "//testing/gtest", |
| 1498 "//third_party/WebKit/public:blink", | 1498 "//third_party/WebKit/public:blink", |
| 1499 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", |
| 1499 "//third_party/icu", | 1500 "//third_party/icu", |
| 1500 "//third_party/leveldatabase", | 1501 "//third_party/leveldatabase", |
| 1501 "//third_party/re2", | 1502 "//third_party/re2", |
| 1502 "//third_party/webrtc_overrides", | 1503 "//third_party/webrtc_overrides", |
| 1503 "//third_party/widevine/cdm:headers", | 1504 "//third_party/widevine/cdm:headers", |
| 1504 "//ui/accessibility", | 1505 "//ui/accessibility", |
| 1505 "//ui/base:test_support", | 1506 "//ui/base:test_support", |
| 1506 "//ui/compositor:test_support", | 1507 "//ui/compositor:test_support", |
| 1507 "//ui/display", | 1508 "//ui/display", |
| 1508 "//ui/display:test_support", | 1509 "//ui/display:test_support", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1819 if (is_android) { | 1820 if (is_android) { |
| 1820 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1821 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1821 } | 1822 } |
| 1822 } | 1823 } |
| 1823 | 1824 |
| 1824 group("fuzzers") { | 1825 group("fuzzers") { |
| 1825 deps = [ | 1826 deps = [ |
| 1826 "//content/test/fuzzer", | 1827 "//content/test/fuzzer", |
| 1827 ] | 1828 ] |
| 1828 } | 1829 } |
| OLD | NEW |