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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/android/rules.gni ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..34472c75072873b2eb06079dfc7595fc97b3d141
--- /dev/null
+++ b/content/public/android/BUILD.gn
@@ -0,0 +1,11 @@
+import("//build/config/android/config.gni")
+import("//build/config/android/rules.gni")
+
+android_aidl("common_aidl") {
+ interface_file = "java/src/org/chromium/content/common/common.aidl"
+ import_include = "java/src"
+ sources = [
+ "java/src/org/chromium/content/common/IChildProcessCallback.aidl",
+ "java/src/org/chromium/content/common/IChildProcessService.aidl",
+ ]
+}
« 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