Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4384)

Unified Diff: chrome/test/BUILD.gn

Issue 2374893002: Adds AshTest (Closed)
Patch Set: real feedback Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7ba7eeb9fa9a9d71a21d8ad9a822ec00d632f483..2b9d67dc8e148ca02968ce243a51998380ce1ea9 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -227,7 +227,8 @@ static_library("test_support") {
public_deps += [
"//ash",
- "//ash:test_support_without_content",
+ "//ash:ash_with_aura_test_support",
+ "//ash:test_support_with_content",
"//ui/aura",
"//ui/aura:test_support",
]
@@ -2067,7 +2068,10 @@ test("browser_tests") {
"../browser/ui/ash/volume_controller_browsertest_chromeos.cc",
"../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc",
]
- deps += [ "//ash:test_support_without_content" ]
+ deps += [
+ "//ash:ash_with_aura_test_support",
+ "//ash:test_support_with_content",
+ ]
if (enable_app_list) {
deps += [ ":test_support_applist_ash" ]
@@ -4033,6 +4037,7 @@ test("unit_tests") {
"../browser/ui/window_sizer/window_sizer_ash_unittest.cc",
]
deps += [
+ "//ash:ash_with_aura_test_support",
"//ash:test_support_with_content",
"//ash/common/strings",
"//ash/resources",

Powered by Google App Engine
This is Rietveld 408576698