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

Unified Diff: chrome/test/BUILD.gn

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: add dep to base test suport 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 1ffea63571530f7b628d76d5a84ed28c548e5393..34e1cd955ee00cf2e3cb516c859162cc3c22c39a 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -228,7 +228,7 @@ static_library("test_support") {
public_deps += [
"//ash",
- "//ash:test_support",
+ "//ash:test_support_without_content",
"//ui/aura",
"//ui/aura:test_support",
]
@@ -2042,7 +2042,7 @@ 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" ]
+ deps += [ "//ash:test_support_without_content" ]
if (enable_app_list) {
deps += [ ":test_support_applist_ash" ]
@@ -3149,7 +3149,7 @@ test("unit_tests") {
".",
"//chrome")
deps += [
- "//ash:test_support",
+ "//ash:test_support_with_content",
"//ash/common/strings",
"//ash/resources",
]
@@ -3295,6 +3295,10 @@ test("unit_tests") {
"../browser/policy/cloud/user_policy_signin_service_unittest.cc",
"../browser/signin/signin_manager_unittest.cc",
]
+ sources += [
+ "base/ash_test_environment_chrome.cc",
+ "base/ash_test_environment_chrome.h",
+ ]
}
if (use_x11) {
deps += [ "//ui/events/devices" ]

Powered by Google App Engine
This is Rietveld 408576698