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 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1415 "//sql:test_support", | 1415 "//sql:test_support", |
1416 "//storage/browser", | 1416 "//storage/browser", |
1417 "//storage/common", | 1417 "//storage/common", |
1418 "//testing/gmock", | 1418 "//testing/gmock", |
1419 "//testing/gtest", | 1419 "//testing/gtest", |
1420 "//third_party/WebKit/public:blink", | 1420 "//third_party/WebKit/public:blink", |
1421 "//third_party/icu", | 1421 "//third_party/icu", |
1422 "//third_party/leveldatabase", | 1422 "//third_party/leveldatabase", |
1423 "//third_party/libjingle", | 1423 "//third_party/libjingle", |
1424 "//third_party/re2", | 1424 "//third_party/re2", |
1425 "//third_party/widevine/cdm:version_h", | 1425 "//third_party/widevine/cdm:headers", |
1426 "//ui/accessibility", | 1426 "//ui/accessibility", |
1427 "//ui/base:test_support", | 1427 "//ui/base:test_support", |
1428 "//ui/compositor:test_support", | 1428 "//ui/compositor:test_support", |
1429 "//ui/display", | 1429 "//ui/display", |
1430 "//ui/display:test_support", | 1430 "//ui/display:test_support", |
1431 "//ui/events:gesture_detection", | 1431 "//ui/events:gesture_detection", |
1432 "//ui/events:test_support", | 1432 "//ui/events:test_support", |
1433 "//ui/events/blink", | 1433 "//ui/events/blink", |
1434 "//ui/gfx:test_support", | 1434 "//ui/gfx:test_support", |
1435 "//ui/gfx/geometry", | 1435 "//ui/gfx/geometry", |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1705 if (is_android) { | 1705 if (is_android) { |
1706 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1706 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1707 } | 1707 } |
1708 } | 1708 } |
1709 | 1709 |
1710 group("fuzzers") { | 1710 group("fuzzers") { |
1711 deps = [ | 1711 deps = [ |
1712 "//content/test/fuzzer", | 1712 "//content/test/fuzzer", |
1713 ] | 1713 ] |
1714 } | 1714 } |
OLD | NEW |