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

Unified Diff: components/exo/BUILD.gn

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: feedback 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/test/ash_test_helper.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 0fc3abcdfc28856f4d66badcea4e2452ee238940..024b5eb01cb30b4e1a7f6fab69964c3b394e8016 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -155,6 +155,8 @@ source_set("unit_tests") {
test("exo_unittests") {
sources = [
+ "../../ash/test/ash_test_suite.cc",
+ "../../ash/test/ash_test_suite.h",
"test/run_all_unittests.cc",
]
@@ -166,6 +168,10 @@ test("exo_unittests") {
"//base/test:test_support",
"//device/gamepad:test_helpers",
"//mojo/edk/embedder:headers",
+ "//testing/gtest",
+ "//ui/aura",
+ "//ui/base",
+ "//ui/gl:test_support",
]
data_deps = [
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698