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

Issue 646873004: Add Link-Time Optimizations support for Android. (Closed)

Created:
6 years, 2 months ago by Fabrice (no longer in Chrome)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, yfriedman+watch_chromium.org, piman+watch_chromium.org, klundberg+watch_chromium.org, jln+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add Link-Time Optimizations support for Android. TBR=sergeyu, shess, cpu, jln BUG=407544 Committed: https://crrev.com/d7a59f95af820ebe6c026ac6b3483199f79c08a8 Cr-Commit-Position: refs/heads/master@{#300872}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Review comments #

Total comments: 6

Patch Set 3 : Review comment #

Total comments: 4

Patch Set 4 : Review comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -1 line) Patch
A build/android/disable_lto.gypi View 1 chunk +20 lines, -0 lines 0 comments Download
M build/android/increase_size_for_speed.gypi View 1 1 chunk +16 lines, -0 lines 0 comments Download
M build/common.gypi View 1 2 3 6 chunks +75 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/content.gyp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/gpu.gyp View 2 chunks +8 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M skia/skia.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M skia/skia_library_opts.gyp View 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/opus/opus.gyp View 1 chunk +6 lines, -1 line 0 comments Download
M third_party/sqlite/sqlite.gyp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (9 generated)
Fabrice (no longer in Chrome)
This is for a non-release configuration. Essentially, this CL add two new gyp flags to ...
6 years, 2 months ago (2014-10-10 10:50:08 UTC) #2
henrika (OOO until Aug 14)
replacing henrika with tlegrand for opus parts
6 years, 2 months ago (2014-10-10 10:57:42 UTC) #4
Fabrice (no longer in Chrome)
Adding folks who aren't on leave, I think that should cover everything.
6 years, 2 months ago (2014-10-10 11:50:17 UTC) #6
pasko
some thoughts about the hardest thing: naming. And also about communicating what is being done. ...
6 years, 2 months ago (2014-10-10 11:59:21 UTC) #7
no sievers
https://codereview.chromium.org/646873004/diff/1/build/android/disable_lto.gypi File build/android/disable_lto.gypi (right): https://codereview.chromium.org/646873004/diff/1/build/android/disable_lto.gypi#newcode8 build/android/disable_lto.gypi:8: 'target_conditions': [ should this also check for os == ...
6 years, 2 months ago (2014-10-10 18:57:32 UTC) #8
Lei Zhang
On 2014/10/10 11:50:17, Fabrice de Gans wrote: > Adding folks who aren't on leave, I ...
6 years, 2 months ago (2014-10-10 19:17:41 UTC) #9
cpu_(ooo_6.6-7.5)
and for the sandbox I think you mean jln@
6 years, 2 months ago (2014-10-10 19:53:56 UTC) #10
tlegrand1
I reviewed third_party/opus/opus.gyp, but I'm missing some context. What is LTO, and what does the ...
6 years, 2 months ago (2014-10-11 08:23:21 UTC) #11
Fabrice (no longer in Chrome)
Regarding gn, I am not doing it for now mainly because gn support for Android ...
6 years, 2 months ago (2014-10-13 15:45:12 UTC) #13
tomhudson
Skia LGTM; nits in build/. https://codereview.chromium.org/646873004/diff/300001/build/android/increase_size_for_speed.gypi File build/android/increase_size_for_speed.gypi (right): https://codereview.chromium.org/646873004/diff/300001/build/android/increase_size_for_speed.gypi#newcode24 build/android/increase_size_for_speed.gypi:24: # on -Os and ...
6 years, 2 months ago (2014-10-13 16:41:11 UTC) #15
no sievers
lgtm. Would you mind updating the description with more details regarding the net effect on ...
6 years, 2 months ago (2014-10-13 18:11:02 UTC) #16
Lei Zhang
chrome/ lgtm
6 years, 2 months ago (2014-10-13 19:04:49 UTC) #17
tlegrand1
third_party/opus/opus.gyp LGTM I'm not an owner, though.
6 years, 2 months ago (2014-10-14 08:00:23 UTC) #18
Fabrice (no longer in Chrome)
+sergeyu to confirm opus changes. Thanks for the comments/reviews everyone. Fixed the wording in build/common.gypi ...
6 years, 2 months ago (2014-10-14 14:58:56 UTC) #20
pasko
LGTM with given the comment/consistency nits are fixed. Thanks!! https://codereview.chromium.org/646873004/diff/430001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/646873004/diff/430001/build/common.gypi#newcode635 build/common.gypi:635: ...
6 years, 2 months ago (2014-10-20 14:12:20 UTC) #21
Fabrice (no longer in Chrome)
Thanks for the review and comments everyone! TBR'ing the rest because these are mechanical changes. ...
6 years, 2 months ago (2014-10-22 14:10:42 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646873004/450001
6 years, 2 months ago (2014-10-22 14:11:30 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/28276) win_chromium_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_swarming/builds/24714)
6 years, 2 months ago (2014-10-22 15:02:15 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646873004/450001
6 years, 2 months ago (2014-10-23 10:55:08 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:450001)
6 years, 2 months ago (2014-10-23 11:50:05 UTC) #29
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 11:50:45 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d7a59f95af820ebe6c026ac6b3483199f79c08a8
Cr-Commit-Position: refs/heads/master@{#300872}

Powered by Google App Engine
This is Rietveld 408576698