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

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 0cdf28b8bcb8796fb3a710f782160ab4df5548dd..bc0be689d38dbfbdc6cd8e4e57f5a893490fd5cd 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -37,7 +37,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