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