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

Unified Diff: mojo/public/java/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: mojo/public/java/BUILD.gn
diff --git a/mojo/public/java/BUILD.gn b/mojo/public/java/BUILD.gn
index dbbda301afc97955aec14ca0de63211e12906aa0..edfd9a0b5f0722abe0ec7cc9a1c1ad0dcafa99a6 100644
--- a/mojo/public/java/BUILD.gn
+++ b/mojo/public/java/BUILD.gn
@@ -18,6 +18,7 @@ android_library("system") {
"system/src/org/chromium/mojo/system/Pair.java",
"system/src/org/chromium/mojo/system/SharedBufferHandle.java",
"system/src/org/chromium/mojo/system/UntypedHandle.java",
+ "system/src/org/chromium/mojo/system/RunLoop.java",
]
}

Powered by Google App Engine
This is Rietveld 408576698