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

Issue 1358243006: Port custom_tabs_client from GYP to GN (Closed)

Created:
5 years, 2 months ago by pkotwicz
Modified:
5 years, 2 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Port custom_tabs_client from GYP to GN BUG=535071 TEST=None Committed: https://crrev.com/0a2255e0c2f960fc29c467d1b6a1ecc0dd49e14b Cr-Commit-Position: refs/heads/master@{#352617}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -10 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M build/gn_migration.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M build/secondary/third_party/android_tools/BUILD.gn View 1 2 chunks +7 lines, -1 line 0 comments Download
A third_party/custom_tabs_client/BUILD.gn View 1 chunk +49 lines, -0 lines 0 comments Download
M tools/android/BUILD.gn View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A + tools/android/customtabs_benchmark/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 40 (15 generated)
pkotwicz
agrieve@ PTAL
5 years, 2 months ago (2015-09-26 03:28:04 UTC) #2
agrieve
lgtm https://codereview.chromium.org/1358243006/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/1358243006/diff/1/build/config/android/rules.gni#newcode1380 build/config/android/rules.gni:1380: assert(run_findbugs || true) # Mark as used. I ...
5 years, 2 months ago (2015-09-28 14:52:49 UTC) #3
pkotwicz
pasko@ for third_party/custom_tabs_client yfriedman@ for tools/android
5 years, 2 months ago (2015-09-28 20:17:18 UTC) #5
Yaron
looks like you still need a BUILD.gn OWNER https://codereview.chromium.org/1358243006/diff/20001/tools/android/BUILD.gn File tools/android/BUILD.gn (right): https://codereview.chromium.org/1358243006/diff/20001/tools/android/BUILD.gn#newcode16 tools/android/BUILD.gn:16: # ...
5 years, 2 months ago (2015-09-28 20:40:04 UTC) #7
pkotwicz
Yaron, can you please take another look? https://codereview.chromium.org/1358243006/diff/20001/tools/android/BUILD.gn File tools/android/BUILD.gn (right): https://codereview.chromium.org/1358243006/diff/20001/tools/android/BUILD.gn#newcode16 tools/android/BUILD.gn:16: # GYP: ...
5 years, 2 months ago (2015-09-28 20:48:36 UTC) #8
Yaron
oops, meant to lgtm last round :)
5 years, 2 months ago (2015-09-28 20:49:28 UTC) #9
pasko
Thanks for doing this! I agree with the general approach, but cannot l-g immediately, a ...
5 years, 2 months ago (2015-09-29 09:38:58 UTC) #11
pkotwicz
https://codereview.chromium.org/1358243006/diff/40001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/1358243006/diff/40001/build/config/android/internal_rules.gni#newcode1189 build/config/android/internal_rules.gni:1189: if (defined(invoker.android_manifest)) { The GN documentation is checked into ...
5 years, 2 months ago (2015-09-29 18:56:32 UTC) #12
pasko
https://codereview.chromium.org/1358243006/diff/40001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/1358243006/diff/40001/build/config/android/internal_rules.gni#newcode1189 build/config/android/internal_rules.gni:1189: if (defined(invoker.android_manifest)) { On 2015/09/29 18:56:32, pkotwicz wrote: > ...
5 years, 2 months ago (2015-09-29 20:14:26 UTC) #15
Ian Wen
https://codereview.chromium.org/1358243006/diff/120001/third_party/custom_tabs_client/BUILD.gn File third_party/custom_tabs_client/BUILD.gn (right): https://codereview.chromium.org/1358243006/diff/120001/third_party/custom_tabs_client/BUILD.gn#newcode41 third_party/custom_tabs_client/BUILD.gn:41: android_aidl("chrome_custom_tabs_service_aidl") { In gyp we have to make a ...
5 years, 2 months ago (2015-09-29 22:19:13 UTC) #16
pkotwicz
pasko@: I have made BUILD.gn match all.gyp more closely (This CL now depends on https://codereview.chromium.org/1379693002/ ...
5 years, 2 months ago (2015-09-30 00:53:54 UTC) #18
Ian Wen
On 2015/09/30 00:53:54, pkotwicz wrote: > pasko@: I have made BUILD.gn match all.gyp more closely ...
5 years, 2 months ago (2015-09-30 01:03:51 UTC) #19
pasko
lgtm
5 years, 2 months ago (2015-09-30 07:20:19 UTC) #20
pkotwicz
dpranke@ can you please take a look at the changes in the root BUILD.gn file?
5 years, 2 months ago (2015-09-30 14:51:57 UTC) #21
pkotwicz
ianwen@: It looks like common.aidl is still necessary with GN
5 years, 2 months ago (2015-09-30 17:26:44 UTC) #22
pkotwicz
dpranke@ can you please take a look at the changes in the root BUILD.gn file?
5 years, 2 months ago (2015-09-30 17:27:14 UTC) #24
Ian Wen
On 2015/09/30 17:26:44, pkotwicz wrote: > ianwen@: It looks like common.aidl is still necessary with ...
5 years, 2 months ago (2015-09-30 17:40:15 UTC) #26
Dirk Pranke
lgtm
5 years, 2 months ago (2015-09-30 18:07:00 UTC) #27
pasko
why is this not in CQ yet? :)
5 years, 2 months ago (2015-10-02 09:47:13 UTC) #28
pkotwicz
This is not in the CQ yet because I was a sheriff yesterday and today
5 years, 2 months ago (2015-10-02 17:28:29 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1358243006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1358243006/180001
5 years, 2 months ago (2015-10-05 18:24:14 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/77955)
5 years, 2 months ago (2015-10-05 23:51:30 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1358243006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1358243006/180001
5 years, 2 months ago (2015-10-06 15:04:26 UTC) #38
commit-bot: I haz the power
Committed patchset #7 (id:180001)
5 years, 2 months ago (2015-10-06 16:29:14 UTC) #39
commit-bot: I haz the power
5 years, 2 months ago (2015-10-06 16:30:28 UTC) #40
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/0a2255e0c2f960fc29c467d1b6a1ecc0dd49e14b
Cr-Commit-Position: refs/heads/master@{#352617}

Powered by Google App Engine
This is Rietveld 408576698