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

Unified Diff: services/speech_recognizer/BUILD.gn

Issue 2002063002: Make SpeechRecognizerApplicationDelegate class public. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | services/speech_recognizer/src/org/chromium/mojo/speech_recognizer/SpeechRecognizerApplicationDelegate.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/speech_recognizer/BUILD.gn
diff --git a/services/speech_recognizer/BUILD.gn b/services/speech_recognizer/BUILD.gn
index c5cd06d379b01aafb069a7af817d65e1c99585e3..27ed4adb0d9e0027462f2c92d1969a38a973d741 100644
--- a/services/speech_recognizer/BUILD.gn
+++ b/services/speech_recognizer/BUILD.gn
@@ -17,6 +17,8 @@ mojo_android_java_application("speech_recognizer") {
]
}
+# Library that allows the service code to be included directly into the
+# embedding shell. Used by https://manganese.googlesource.com/.
android_library("speech_recognizer_lib") {
java_files = [
"src/org/chromium/mojo/speech_recognizer/SpeechRecognizerApplicationDelegate.java",
« no previous file with comments | « no previous file | services/speech_recognizer/src/org/chromium/mojo/speech_recognizer/SpeechRecognizerApplicationDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698