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 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1502 "//testing/gtest", | 1502 "//testing/gtest", |
1503 "//third_party/WebKit/public:blink", | 1503 "//third_party/WebKit/public:blink", |
1504 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", | 1504 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", |
1505 "//third_party/icu", | 1505 "//third_party/icu", |
1506 "//third_party/leveldatabase", | 1506 "//third_party/leveldatabase", |
1507 "//third_party/re2", | 1507 "//third_party/re2", |
1508 "//third_party/webrtc_overrides", | 1508 "//third_party/webrtc_overrides", |
1509 "//third_party/widevine/cdm:headers", | 1509 "//third_party/widevine/cdm:headers", |
1510 "//ui/accessibility", | 1510 "//ui/accessibility", |
1511 "//ui/base:test_support", | 1511 "//ui/base:test_support", |
| 1512 "//ui/base/ime", |
1512 "//ui/compositor:test_support", | 1513 "//ui/compositor:test_support", |
1513 "//ui/display", | 1514 "//ui/display", |
1514 "//ui/display:test_support", | 1515 "//ui/display:test_support", |
1515 "//ui/events:gesture_detection", | 1516 "//ui/events:gesture_detection", |
1516 "//ui/events:test_support", | 1517 "//ui/events:test_support", |
1517 "//ui/events/blink", | 1518 "//ui/events/blink", |
1518 "//ui/gfx:test_support", | 1519 "//ui/gfx:test_support", |
1519 "//ui/gfx/geometry", | 1520 "//ui/gfx/geometry", |
1520 "//ui/gfx/ipc", | 1521 "//ui/gfx/ipc", |
1521 "//ui/gfx/ipc/skia", | 1522 "//ui/gfx/ipc/skia", |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1824 if (is_android) { | 1825 if (is_android) { |
1825 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1826 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1826 } | 1827 } |
1827 } | 1828 } |
1828 | 1829 |
1829 group("fuzzers") { | 1830 group("fuzzers") { |
1830 deps = [ | 1831 deps = [ |
1831 "//content/test/fuzzer", | 1832 "//content/test/fuzzer", |
1832 ] | 1833 ] |
1833 } | 1834 } |
OLD | NEW |