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

Unified Diff: chrome/android/BUILD.gn

Issue 1172753002: Rename CustomTabs service related classes and interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 055e8edad49a8b1f01cc91d9c73d572379e68103..a59f6d3b797118ecaba0d16a6ff0a04ce4d04fbc 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -568,8 +568,8 @@ android_aidl("custom_tabs_service_aidl") {
interface_file =
"java_staging/src/org/chromium/chrome/browser/customtabs/common.aidl"
sources = [
- "java_staging/src/org/chromium/chrome/browser/customtabs/IBrowserConnectionCallback.aidl",
- "java_staging/src/org/chromium/chrome/browser/customtabs/IBrowserConnectionService.aidl",
+ "java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionCallback.aidl",
+ "java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl",
]
}
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698