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", |
+ ] |
+} |