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

Unified Diff: examples/BUILD.gn

Issue 898853006: Java content handler for Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index f8ed9c4348a3a845466c30b9fe9229aa83b19b48..2d4e26a495caa04722c89678d15391d0cc5d97a5 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -36,7 +36,10 @@ group("examples") {
}
if (is_android) {
- deps += [ "//examples/device_name" ]
+ deps += [
+ "//examples/android",
+ "//examples/device_name",
+ ]
}
if (is_linux) {

Powered by Google App Engine
This is Rietveld 408576698