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

Unified Diff: ash/test/BUILD.gn

Issue 2723103003: chromeos: Fold ash/common/test/BUILD.gn into ash/test/BUILD.gn (Closed)
Patch Set: rebase Created 3 years, 10 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/mus/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/BUILD.gn
diff --git a/ash/test/BUILD.gn b/ash/test/BUILD.gn
index cff635e809fc52354e80c3866f12d0760751e5e5..96d7d5d17b1bd5032846c86d65de7c62b7f3a705 100644
--- a/ash/test/BUILD.gn
+++ b/ash/test/BUILD.gn
@@ -14,7 +14,6 @@ source_set("ash_with_aura_test_support") {
deps = [
":test_support_common",
"//ash",
- "//ash/common/test:test_support",
"//base",
"//skia",
"//ui/aura:test_support",
@@ -68,6 +67,24 @@ static_library("test_support_common") {
testonly = true
visibility = [ ":*" ]
sources = [
+ "../common/test/ash_test.cc",
+ "../common/test/ash_test.h",
+ "../common/test/ash_test_impl.h",
+ "../common/test/test_palette_delegate.cc",
+ "../common/test/test_palette_delegate.h",
+ "../common/test/test_session_state_delegate.cc",
+ "../common/test/test_session_state_delegate.h",
+ "../common/test/test_shelf_delegate.cc",
+ "../common/test/test_shelf_delegate.h",
+ "../common/test/test_shelf_item_delegate.cc",
+ "../common/test/test_shelf_item_delegate.h",
+ "../common/test/test_system_tray_delegate.cc",
+ "../common/test/test_system_tray_delegate.h",
+ "../common/test/wm_shell_test_api.cc",
+ "../common/test/wm_shell_test_api.h",
+ "../common/test/workspace_event_handler_test_helper.cc",
+ "../common/test/workspace_event_handler_test_helper.h",
+
# TODO(jamescook): Move these files into ash/test.
"../laser/laser_pointer_controller_test_api.cc",
"../laser/laser_pointer_controller_test_api.h",
@@ -135,10 +152,11 @@ static_library("test_support_common") {
public_deps = [
"//ash",
+ "//testing/gtest",
"//ui/display:display_manager_test_api",
]
deps = [
- "//ash/common/test:test_support",
+ "//ash",
"//ash/mus:lib",
"//ash/public/cpp:ash_public_cpp",
"//ash/resources",
« no previous file with comments | « ash/mus/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698