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

Unified Diff: components/exo/BUILD.gn

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: comment 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
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",
msw 2017/02/19 21:49:20 ditto q
sky 2017/02/21 17:06:51 See earlier one.
+ "../../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 = [
« ash/test/ash_test_helper.cc ('K') | « 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