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

Side by Side Diff: third_party/eyesfree/BUILD.gn

Issue 512923002: Add support for Android aidl and support for gyp's java_in_dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 import("//build/config/android/config.gni")
2 import("//build/config/android/rules.gni")
3
4 android_library("eyesfree_java") {
5 srcjar_deps = [ ":eyesfree_aidl" ]
6 DEPRECATED_java_in_dir = "src/android/java/src"
7 }
8
9 android_aidl("eyesfree_aidl") {
10 import_include = "src/android/java/src"
11 sources = [
12 "src/android/java/src/com/googlecode/eyesfree/braille/display/IBrailleServic e.aidl",
13 "src/android/java/src/com/googlecode/eyesfree/braille/display/IBrailleServic eCallback.aidl",
14 "src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/ISelfBrail leService.aidl",
15 "src/android/java/src/com/googlecode/eyesfree/braille/translate/ITranslatorS ervice.aidl",
16 "src/android/java/src/com/googlecode/eyesfree/braille/translate/ITranslatorS erviceCallback.aidl",
17 ]
18 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698