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

Side by Side Diff: content/public/android/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 | « build/config/android/rules.gni ('k') | net/BUILD.gn » ('j') | 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_aidl("common_aidl") {
5 interface_file = "java/src/org/chromium/content/common/common.aidl"
6 import_include = "java/src"
7 sources = [
8 "java/src/org/chromium/content/common/IChildProcessCallback.aidl",
9 "java/src/org/chromium/content/common/IChildProcessService.aidl",
10 ]
11 }
OLDNEW
« no previous file with comments | « build/config/android/rules.gni ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698