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

Unified Diff: chrome/android/BUILD.gn

Issue 1224553003: customtabs: Convert to the new AIDL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add safePutBinder and a session extra in the testing activity. Created 5 years, 5 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
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 70a8dec2cc8500833420ce1bb70a442d762e41d4..8a6b4fe6bd550fc053df08235edae2e30d241394 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -600,11 +600,11 @@ zip("chrome_version_srcjar") {
#GYP: //chrome/android/chrome_apk.gyp:custom_tabs_service_aidl
android_aidl("custom_tabs_service_aidl") {
- import_include = "java/src/org/chromium/chrome/browser/customtabs"
- interface_file = "java/src/org/chromium/chrome/browser/customtabs/common.aidl"
+ import_include = "java/src/android/support/customtabs"
+ interface_file = "java/src/android/support/customtabs/common.aidl"
sources = [
- "java/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionCallback.aidl",
- "java/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl",
+ "java/src/android/support/customtabs/ICustomTabsCallback.aidl",
+ "java/src/android/support/customtabs/ICustomTabsService.aidl",
]
}

Powered by Google App Engine
This is Rietveld 408576698