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

Unified Diff: chrome/android/BUILD.gn

Issue 1234643002: customtabs: Convert to the new AIDL interface, temporarily imported. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added VisibleForTesting to util only used for testing 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 592ba8729ee5afa73a9243a4fff8190cdfb0b7fa..b5265a645bbbfe5953adc221a45200047c52ed7f 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -590,11 +590,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",
]
}
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698