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

Unified Diff: chrome/test/BUILD.gn

Issue 2400063003: Adds more BUILD.gns to ash (Closed)
Patch Set: feedback Created 4 years, 2 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
« no previous file with comments | « ash/test/ash_test_environment.h ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 4c32baa8d39d39a3f24b315c1313dc839c0c6e80..be4fd2db3a0d664fda79f8f518c70b63fef81f15 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -227,8 +227,8 @@ static_library("test_support") {
public_deps += [
"//ash",
- "//ash:ash_with_aura_test_support",
- "//ash:test_support_with_content",
+ "//ash/test:ash_with_aura_test_support",
+ "//ash/test:test_support_with_content",
"//ui/aura",
"//ui/aura:test_support",
]
@@ -759,7 +759,7 @@ if (!is_android) {
"base/view_event_test_platform_part_default.cc",
]
}
- deps += [ "//ash:interactive_ui_test_support" ]
+ deps += [ "//ash/test:interactive_ui_test_support" ]
}
if (enable_notifications) {
@@ -2072,8 +2072,8 @@ test("browser_tests") {
"../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc",
]
deps += [
- "//ash:ash_with_aura_test_support",
- "//ash:test_support_with_content",
+ "//ash/test:ash_with_aura_test_support",
+ "//ash/test:test_support_with_content",
]
if (enable_app_list) {
@@ -4040,10 +4040,10 @@ 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",
+ "//ash/test:ash_with_aura_test_support",
+ "//ash/test:test_support_with_content",
]
# We eventually want to compile both in Win Aura builds, see
« no previous file with comments | « ash/test/ash_test_environment.h ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698