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

Issue 1303023002: Use third_party/custom_tabs_client as the src for customtabs library (Closed)

Created:
5 years, 4 months ago by Yusuf
Modified:
4 years, 6 months ago
Reviewers:
pasko, Benoit L, newt (away)
CC:
chromium-reviews, ianwen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use third_party/custom_tabs_client as the src for customtabs library -Remove chrome/android/java/src/android/support/customtabs -Start using third_party/custom_tabs_client/src/customtabs as the source for customtabs library. -Update gyp and gn build files to make the above work -Update chrome/browser/customtabs to use the support library classes -Remove explicit usages of aidl classes. This need an update and roll on third_party/custom_tabs_client to land BUG=522099

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -367 lines) Patch
M chrome/android/BUILD.gn View 3 chunks +1 line, -11 lines 0 comments Download
M chrome/android/chrome_apk.gyp View 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/android/java/src/android/support/customtabs/CustomTabsCallback.java View 1 chunk +0 lines, -51 lines 0 comments Download
D chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java View 1 chunk +0 lines, -132 lines 0 comments Download
D chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl View 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl View 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/android/java/src/android/support/customtabs/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/android/java/src/android/support/customtabs/common.aidl View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTab.java View 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java View 8 chunks +10 lines, -39 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabsConnection.java View 18 chunks +42 lines, -50 lines 2 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabsConnectionService.java View 2 chunks +37 lines, -5 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +1 line, -1 line 0 comments Download
A third_party/custom_tabs_client/BUILD.gn View 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/custom_tabs_client/README.chromium View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/custom_tabs_client/custom_tabs_client.gyp View 1 chunk +3 lines, -3 lines 2 comments Download

Depends on Patchset:

Messages

Total messages: 8 (1 generated)
Yusuf
newt@ for build system changes pasko@ and lizeb@ for customtabs/
5 years, 4 months ago (2015-08-20 21:34:01 UTC) #2
newt (away)
gyp/gn files lgtm
5 years, 4 months ago (2015-08-20 21:55:23 UTC) #3
Benoit L
Thank you for doing that! Looks good, but can we wait a bit to land ...
5 years, 4 months ago (2015-08-21 11:20:47 UTC) #4
pasko
thanks a lot! lgtm, and I agree with lizeb@ that cherry-picking can be significantly more ...
5 years, 4 months ago (2015-08-21 11:54:57 UTC) #5
Benoit L
Oh, right, I said "looks good", but not the magic word. LGTM.
5 years, 4 months ago (2015-08-21 12:07:32 UTC) #6
Benoit L
On 2015/08/21 12:07:32, Benoit L wrote: > Oh, right, I said "looks good", but not ...
5 years, 4 months ago (2015-08-21 12:20:58 UTC) #7
pasko
5 years, 4 months ago (2015-08-21 12:55:12 UTC) #8
On 2015/08/21 12:20:58, Benoit L wrote:
> On 2015/08/21 12:07:32, Benoit L wrote:
> > Oh, right, I said "looks good", but not the magic word.
> > LGTM.
> 
> Actually, I think that we should land this after the (hopefully last) M45
> cherry-pick, but before M46 branch point, to make the (probably
non-existent...
> hum) M46 cherry-picks easier.

I don't have a strong feeling about this. I trust your intuition here.

Powered by Google App Engine
This is Rietveld 408576698