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

Issue 1405633002: Cleanup chrome/version.h handling (Closed)

Created:
5 years, 2 months ago by mdempsky
Modified:
5 years, 2 months ago
Reviewers:
brettw
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org, caitkp+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup chrome/common/chrome_version.h handling Rename "version.h" to "chrome/common/chrome_version.h" Update #include and GYP/GN references Generate on all platforms Remove redundant generated chrome/common/chrome_version.cc.version Fix DEPS include_rules BUG=542807 Committed: https://crrev.com/59647ecac9524d954010d3d10b539ee4a340bf94 Cr-Commit-Position: refs/heads/master@{#355196} Committed: https://crrev.com/31f086c2013853749cac45522eb950b9d0ab0302 Cr-Commit-Position: refs/heads/master@{#355377} Committed: https://crrev.com/15a48be892b15ac3acc0eb4b823abfbaf75dfa15 Cr-Commit-Position: refs/heads/master@{#355434}

Patch Set 1 #

Patch Set 2 : git add chrome_version.cc #

Patch Set 3 : Revert chrome_version.cc to fix iOS build #

Patch Set 4 : Revert chrome/common/BUILD.gn too #

Patch Set 5 : Rename to chrome/common/version.h #

Patch Set 6 : Final tweak #

Patch Set 7 : Sync to HEAD #

Patch Set 8 : Fix webdriver test sources dependency #

Patch Set 9 : Sigh #

Patch Set 10 : Building Chrome is hard #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -146 lines) Patch
M chrome/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_elf_init_unittest_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_elf_init_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_update_win_unittest.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 1 chunk +0 lines, -35 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_installer.gypi View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 3 chunks +14 lines, -6 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
D chrome/common/chrome_version.cc.version View 3 4 1 chunk +0 lines, -11 lines 0 comments Download
A + chrome/common/chrome_version.h.in View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common_constants.gyp View 1 2 3 4 5 3 chunks +49 lines, -35 lines 0 comments Download
M chrome/installer/setup/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/setup/setup_main.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
D chrome/version.h.in View 1 2 3 4 1 chunk +0 lines, -24 lines 0 comments Download
M chrome_elf/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome_elf/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome_elf/blacklist/test/blacklist_test.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome_elf/breakpad.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome_elf/chrome_elf.gyp View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M cloud_print/cloud_print_resources.gyp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M cloud_print/service/service.gyp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/virtual_driver/win/port_monitor/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/virtual_driver/win/virtual_driver.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 40 (12 generated)
mdempsky
brettw: Not ready to submit yet, but thoughts on the overall direction? I'm confused why ...
5 years, 2 months ago (2015-10-13 22:48:31 UTC) #2
mdempsky
On 2015/10/13 22:48:31, mdempsky wrote: > I'm confused why the ios_rel_device_ninja and ios_dbg_simulator_ninja bots are ...
5 years, 2 months ago (2015-10-13 22:54:50 UTC) #3
brettw
Seems like an improvement, although I do wonder if it should be in chrome/common. It's ...
5 years, 2 months ago (2015-10-13 23:44:20 UTC) #4
mdempsky
On 2015/10/13 23:44:20, brettw wrote: > Seems like an improvement, although I do wonder if ...
5 years, 2 months ago (2015-10-14 00:15:27 UTC) #5
mdempsky
On 2015/10/13 23:44:20, brettw wrote: > Seems like an improvement, although I do wonder if ...
5 years, 2 months ago (2015-10-14 17:17:05 UTC) #6
mdempsky
brettw: PTAL. I think this is ready to submit, except maybe if you'd prefer renaming ...
5 years, 2 months ago (2015-10-14 18:02:17 UTC) #7
Greg K
On 2015/10/14 18:02:17, mdempsky wrote: > brettw: PTAL. I think this is ready to submit, ...
5 years, 2 months ago (2015-10-16 20:22:44 UTC) #8
mdempsky
On 2015/10/16 20:22:44, Greg Kerr wrote: > Matt, thanks for working on this. One observation, ...
5 years, 2 months ago (2015-10-16 20:36:30 UTC) #9
brettw
Yeah, I would prefer it being in chrome/common. If we can't think of a good ...
5 years, 2 months ago (2015-10-16 21:11:48 UTC) #10
Greg K
On 2015/10/16 20:22:44, Greg Kerr wrote: > On 2015/10/14 18:02:17, mdempsky wrote: > > brettw: ...
5 years, 2 months ago (2015-10-16 21:12:41 UTC) #11
mdempsky
On 2015/10/16 21:11:48, brettw wrote: > Yeah, I would prefer it being in chrome/common. If ...
5 years, 2 months ago (2015-10-16 21:16:18 UTC) #12
brettw
I'd say the build rules for both GYP and GN should be in the corresponding ...
5 years, 2 months ago (2015-10-16 22:17:25 UTC) #13
mdempsky
On 2015/10/16 22:17:25, brettw wrote: > I'd say the build rules for both GYP and ...
5 years, 2 months ago (2015-10-20 21:02:53 UTC) #15
brettw
sweet, lgtm
5 years, 2 months ago (2015-10-20 23:25:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405633002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405633002/120001
5 years, 2 months ago (2015-10-20 23:35:23 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 2 months ago (2015-10-21 00:16:50 UTC) #19
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/59647ecac9524d954010d3d10b539ee4a340bf94 Cr-Commit-Position: refs/heads/master@{#355196}
5 years, 2 months ago (2015-10-21 00:17:48 UTC) #20
Mathieu
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/1411173003/ by mathp@chromium.org. ...
5 years, 2 months ago (2015-10-21 03:16:06 UTC) #21
mdempsky
On 2015/10/21 03:16:06, Mathieu Perreault wrote: > Example failure: > http://build.chromium.org/p/chromium.mac/builders/Mac%20GN%20%28dbg%29/builds/23114. This appears to be ...
5 years, 2 months ago (2015-10-21 16:09:12 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405633002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405633002/140001
5 years, 2 months ago (2015-10-21 16:09:24 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/96657)
5 years, 2 months ago (2015-10-21 16:19:29 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405633002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405633002/160001
5 years, 2 months ago (2015-10-21 18:46:49 UTC) #31
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 2 months ago (2015-10-21 19:56:39 UTC) #32
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/31f086c2013853749cac45522eb950b9d0ab0302 Cr-Commit-Position: refs/heads/master@{#355377}
5 years, 2 months ago (2015-10-21 19:57:34 UTC) #33
Mathieu
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/1418933002/ by mathp@chromium.org. ...
5 years, 2 months ago (2015-10-21 20:51:38 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405633002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405633002/180001
5 years, 2 months ago (2015-10-21 23:14:31 UTC) #38
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 2 months ago (2015-10-21 23:38:04 UTC) #39
commit-bot: I haz the power
5 years, 2 months ago (2015-10-21 23:38:49 UTC) #40
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/15a48be892b15ac3acc0eb4b823abfbaf75dfa15
Cr-Commit-Position: refs/heads/master@{#355434}

Powered by Google App Engine
This is Rietveld 408576698