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

Unified Diff: ash/test/BUILD.gn

Issue 2790903002: Makes AshTestImpl::Create create the right impl based on config (Closed)
Patch Set: feedback Created 3 years, 9 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/test/ash_test_impl_mus.cc ('k') | ash/test/ash_test_helper.h » ('j') | 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 4bda7213e5278356052d83613d20d42832a57df0..c0570719bafa58c3e30eeb468cd67f109ba63783 100644
--- a/ash/test/BUILD.gn
+++ b/ash/test/BUILD.gn
@@ -4,24 +4,6 @@
import("//build/config/ui.gni")
-# Used to test ash with an aura backend.
-source_set("ash_with_aura_test_support") {
- testonly = true
- sources = [
- "ash_test_impl_aura.cc",
- "ash_test_impl_aura.h",
- ]
- deps = [
- ":test_support_common",
- "//ash",
- "//base",
- "//skia",
- "//ui/aura:test_support",
- "//ui/display",
- "//ui/wm",
- ]
-}
-
static_library("test_support_without_content") {
testonly = true
sources = [
@@ -90,6 +72,12 @@ static_library("test_support_common") {
"../laser/laser_pointer_controller_test_api.h",
"../laser/laser_pointer_points_test_api.cc",
"../laser/laser_pointer_points_test_api.h",
+ "../mus/test/ash_test_impl_mus.cc",
+ "../mus/test/ash_test_impl_mus.h",
+ "../mus/test/wm_test_base.cc",
+ "../mus/test/wm_test_base.h",
+ "../mus/test/wm_test_helper.cc",
+ "../mus/test/wm_test_helper.h",
"../rotator/test/screen_rotation_animator_test_api.cc",
"../rotator/test/screen_rotation_animator_test_api.h",
"../shell/toplevel_window.cc",
@@ -99,6 +87,8 @@ static_library("test_support_common") {
"ash_test_environment.h",
"ash_test_helper.cc",
"ash_test_helper.h",
+ "ash_test_impl_aura.cc",
+ "ash_test_impl_aura.h",
"ash_test_views_delegate.cc",
"ash_test_views_delegate.h",
"child_modal_window.cc",
@@ -169,6 +159,7 @@ static_library("test_support_common") {
"//ash/mus:lib",
"//ash/public/cpp:ash_public_cpp",
"//ash/resources",
+ "//base",
"//base:i18n",
"//base/test:test_support",
"//chromeos",
« no previous file with comments | « ash/mus/test/ash_test_impl_mus.cc ('k') | ash/test/ash_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698