| 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("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1430 "//testing/gmock", | 1430 "//testing/gmock", |
| 1431 "//testing/gtest", | 1431 "//testing/gtest", |
| 1432 "//third_party/WebKit/public:blink", | 1432 "//third_party/WebKit/public:blink", |
| 1433 "//third_party/icu", | 1433 "//third_party/icu", |
| 1434 "//third_party/leveldatabase", | 1434 "//third_party/leveldatabase", |
| 1435 "//third_party/libjingle", | 1435 "//third_party/libjingle", |
| 1436 "//third_party/re2", | 1436 "//third_party/re2", |
| 1437 "//third_party/widevine/cdm:headers", | 1437 "//third_party/widevine/cdm:headers", |
| 1438 "//ui/accessibility", | 1438 "//ui/accessibility", |
| 1439 "//ui/base:test_support", | 1439 "//ui/base:test_support", |
| 1440 "//ui/base/ime", |
| 1440 "//ui/compositor:test_support", | 1441 "//ui/compositor:test_support", |
| 1441 "//ui/display", | 1442 "//ui/display", |
| 1442 "//ui/display:test_support", | 1443 "//ui/display:test_support", |
| 1443 "//ui/events:gesture_detection", | 1444 "//ui/events:gesture_detection", |
| 1444 "//ui/events:test_support", | 1445 "//ui/events:test_support", |
| 1445 "//ui/events/blink", | 1446 "//ui/events/blink", |
| 1446 "//ui/gfx:test_support", | 1447 "//ui/gfx:test_support", |
| 1447 "//ui/gfx/geometry", | 1448 "//ui/gfx/geometry", |
| 1448 "//ui/gfx/ipc", | 1449 "//ui/gfx/ipc", |
| 1449 "//ui/gfx/ipc/skia", | 1450 "//ui/gfx/ipc/skia", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1723 if (is_android) { | 1724 if (is_android) { |
| 1724 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1725 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1725 } | 1726 } |
| 1726 } | 1727 } |
| 1727 | 1728 |
| 1728 group("fuzzers") { | 1729 group("fuzzers") { |
| 1729 deps = [ | 1730 deps = [ |
| 1730 "//content/test/fuzzer", | 1731 "//content/test/fuzzer", |
| 1731 ] | 1732 ] |
| 1732 } | 1733 } |
| OLD | NEW |