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

Unified Diff: components/exo/BUILD.gn

Issue 2374893002: Adds AshTest (Closed)
Patch Set: real feedback 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
« ash/common/test/ash_test.h ('K') | « 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 e43eab933981c7f6ac26887e5501064361cbdb93..779e42a476a43cc04c5fb93d64788cef24e92776 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -77,6 +77,7 @@ source_set("test_support") {
deps = [
":exo",
+ "//ash:ash_with_aura_test_support",
"//ash:test_support_without_content",
"//base",
"//gpu",
@@ -141,6 +142,7 @@ test("exo_unittests") {
deps = [
":unit_tests",
+ "//ash:ash_with_aura_test_support",
"//ash:test_support_without_content",
"//base",
"//base/test:test_support",
« ash/common/test/ash_test.h ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698