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

Unified Diff: base/BUILD.gn

Issue 2810433002: android: Async setupConnection binder call (Closed)
Patch Set: deflake test Created 3 years, 8 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 | base/android/java/src/org/chromium/base/process_launcher/ICallbackInt.aidl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index d1fb90a56348871c5b1669b13d0a90a41f915d65..7a971d9e386df0312831ad325da7774eb8904d16 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2550,6 +2550,7 @@ if (is_android) {
android_aidl("base_java_aidl") {
import_include = [ "android/java/src" ]
sources = [
+ "android/java/src/org/chromium/base/process_launcher/ICallbackInt.aidl",
"android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl",
]
}
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/process_launcher/ICallbackInt.aidl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698