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

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
« no previous file with comments | « no previous file | examples/android/App.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index c07313d90b7ab281f7b10ac1ff0980ed57e47eae..fe82358213367b7923459d85e980d09c391f6942 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -39,7 +39,10 @@ group("examples") {
}
if (is_android) {
- deps += [ "//examples/device_name" ]
+ deps += [
+ "//examples/android",
+ "//examples/device_name",
+ ]
}
if (is_linux) {
« no previous file with comments | « no previous file | examples/android/App.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698