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

Unified Diff: blimp/test/BUILD.gn

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: addressed nit, renamed CreateForTesting and piped through touch handling Created 4 years, 4 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 | « blimp/client/public/blimp_client_context.h ('k') | blimp/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/test/BUILD.gn
diff --git a/blimp/test/BUILD.gn b/blimp/test/BUILD.gn
index f0f6438685bb5008e68bf5237259c884e4e94f45..20a39ccbcbf9aeab66a65c04adcb2650604ae266 100644
--- a/blimp/test/BUILD.gn
+++ b/blimp/test/BUILD.gn
@@ -17,6 +17,10 @@ source_set("run_all_unittests") {
"//mojo/edk/system",
"//ui/gfx:gfx",
]
+
+ if (is_android) {
+ deps += [ "//ui/android" ]
+ }
}
source_set("support") {
« no previous file with comments | « blimp/client/public/blimp_client_context.h ('k') | blimp/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698