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

Unified Diff: components/exo/BUILD.gn

Issue 2788463003: Adds ability for ash_unittests to run in mushrome mode (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/test/ash_test_suite.cc ('k') | mash/BUILD.gn » ('j') | 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 a7dd6865ddd8600c8b711aef4d72ae4cae7297a5..c8949ebaf929ce68917384148cdca6469de4cfbd 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -163,6 +163,7 @@ 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",
@@ -172,6 +173,7 @@ test("exo_unittests") {
"//testing/gtest",
"//ui/aura",
"//ui/base",
+ "//ui/compositor:test_support",
"//ui/gl:test_support",
]
« no previous file with comments | « ash/test/ash_test_suite.cc ('k') | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698