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

Unified Diff: components/exo/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 | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index c8949ebaf929ce68917384148cdca6469de4cfbd..3edaf861812284c10b1be1d42f34503ccd8313bb 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -93,7 +93,6 @@ source_set("test_support") {
deps = [
":exo",
"//ash/public/cpp:ash_public_cpp",
- "//ash/test:ash_with_aura_test_support",
"//ash/test:test_support_without_content",
"//base",
"//gpu",
@@ -164,7 +163,6 @@ test("exo_unittests") {
deps = [
":unit_tests",
"//ash/public/cpp:ash_public_cpp",
- "//ash/test:ash_with_aura_test_support",
"//ash/test:test_support_without_content",
"//base",
"//base/test:test_support",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698