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