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

Issue 165893002: Moving version script and gypi file to build\util. (Closed)

Created:
6 years, 10 months ago by MAD
Modified:
6 years, 10 months ago
CC:
chromium-reviews, craigdh+watch_chromium.org, chromoting-reviews_chromium.org, grt+watch_chromium.org, caitkp+watch_chromium.org, darin-cc_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, gab+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org, brettw, cpu_(ooo_6.6-7.5), zturner
Visibility:
Public.

Description

Moving version script and gypi file to build\util. BUG=343792 OK, it's been almost a week now, with regular pings to OWNERs, so I guess it's OK to TBR... It's only Gyp/script changes anyway... Feel free to uncheck the CQ box if you disagree... TBR=beng@chromium.org, darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252481

Patch Set 1 : #

Patch Set 2 : Fixed a weird path depth issue found by try bots. #

Patch Set 3 : One more that was missed in previous patch #

Patch Set 4 : Found the goof... tools -> util... :-/ #

Total comments: 4

Patch Set 5 : Rebased #

Patch Set 6 : Rebased to ToT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -244 lines) Patch
M build/isolate.gypi View 1 chunk +1 line, -1 line 0 comments Download
M build/mac/tweak_info_plist.py View 2 chunks +2 lines, -2 lines 0 comments Download
A + build/util/version.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
A + build/util/version.py View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/version_assembly/chrome_exe_manifest_action.gypi View 1 chunk +1 line, -1 line 0 comments Download
chrome/app/version_assembly/version_assembly_manifest_action.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common_constants.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/installer_tools.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/mini_installer.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/mini_installer_syzygy.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/installer/upgrade_test.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/tools/build/version.py View 1 chunk +0 lines, -197 lines 0 comments Download
D chrome/version.gypi View 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/version_resource_rules.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
chrome_elf/chrome_elf.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/cloud_print_resources.gyp View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/installer/linux/build-deb.sh View 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_version.gypi View 1 chunk +1 line, -1 line 0 comments Download
M remoting/tools/build/remoting_localize.py View 1 chunk +1 line, -1 line 0 comments Download
webkit/common/user_agent/webkit_user_agent.gyp View 1 chunk +1 line, -1 line 0 comments Download
M win8/delegate_execute/delegate_execute.gyp View 1 chunk +1 line, -1 line 0 comments Download
M win8/metro_driver/metro_driver.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (0 generated)
MAD
Can you please validate that I did this right, before I ask for OWNERS review? ...
6 years, 10 months ago (2014-02-14 04:10:39 UTC) #1
brettw
lgtm
6 years, 10 months ago (2014-02-14 05:47:57 UTC) #2
MAD
Darin: OWNERS review please? Thanks! BYE MAD...
6 years, 10 months ago (2014-02-14 15:38:37 UTC) #3
grt (UTC plus 2)
https://codereview.chromium.org/165893002/diff/210001/build/util/version.gypi File build/util/version.gypi (right): https://codereview.chromium.org/165893002/diff/210001/build/util/version.gypi#newcode9 build/util/version.gypi:9: 'version_path': '<(DEPTH)/chrome/VERSION', since other projects may pull in build ...
6 years, 10 months ago (2014-02-14 16:44:10 UTC) #4
MAD
https://codereview.chromium.org/165893002/diff/210001/build/util/version.gypi File build/util/version.gypi (right): https://codereview.chromium.org/165893002/diff/210001/build/util/version.gypi#newcode9 build/util/version.gypi:9: 'version_path': '<(DEPTH)/chrome/VERSION', On 2014/02/14 16:44:11, grt wrote: > since ...
6 years, 10 months ago (2014-02-14 16:52:06 UTC) #5
MAD
Actually, I take that back... It doesn't work... When I do this, I get this ...
6 years, 10 months ago (2014-02-14 17:35:45 UTC) #6
grt (UTC plus 2)
On 2014/02/14 17:35:45, MAD wrote: > Actually, I take that back... It doesn't work... When ...
6 years, 10 months ago (2014-02-14 17:42:10 UTC) #7
MAD
I just added the % to both version_path of that path (GYP failed when I ...
6 years, 10 months ago (2014-02-14 18:20:44 UTC) #8
grt (UTC plus 2)
On 2014/02/14 18:20:44, MAD wrote: > I just added the % to both version_path of ...
6 years, 10 months ago (2014-02-14 19:14:14 UTC) #9
MAD
It's already two level deep, so if I use: 'variables': { 'variables': { 'version_py_path': '<(DEPTH)/build/util/version.py', ...
6 years, 10 months ago (2014-02-14 19:56:36 UTC) #10
Ken Russell (switch to Gerrit)
This seems fine overall, though it looks to me like it's pushing the problem a ...
6 years, 10 months ago (2014-02-14 20:46:35 UTC) #11
grt (UTC plus 2)
i suspect a name collision. the variable version_path is likely defined in other .gypi files ...
6 years, 10 months ago (2014-02-14 21:04:52 UTC) #12
MAD
Actually, version.py is not under chrome anymore, it alongside version.gypi, it's only VERSION that is ...
6 years, 10 months ago (2014-02-14 21:27:48 UTC) #13
MAD
Ping Darin? Should I ask Ben instead? Thanks! BYE MAD
6 years, 10 months ago (2014-02-17 13:38:53 UTC) #14
MAD
Ping Darin? Should I ask Ben instead? Thanks! BYE MAD
6 years, 10 months ago (2014-02-17 13:38:53 UTC) #15
M-A Ruel
On 2014/02/14 20:46:35, Ken Russell wrote: > This seems fine overall, though it looks to ...
6 years, 10 months ago (2014-02-18 01:02:53 UTC) #16
MAD
Ping Ben or Darin? Can I get an OWNER review for this? Thanks! BYE MAD
6 years, 10 months ago (2014-02-19 03:39:29 UTC) #17
Ken Russell (switch to Gerrit)
LGTM FWIW https://codereview.chromium.org/165893002/diff/210001/chrome/chrome_common.gypi File chrome/chrome_common.gypi (right): https://codereview.chromium.org/165893002/diff/210001/chrome/chrome_common.gypi#newcode595 chrome/chrome_common.gypi:595: 'version_py_path': '<(DEPTH)/build/util//version.py', Double '/'
6 years, 10 months ago (2014-02-19 08:22:23 UTC) #18
MAD
Thanks Ken... Done... So? Should I find other OWNERS? Darin? Ben? BYE MAD https://codereview.chromium.org/165893002/diff/210001/chrome/chrome_common.gypi File ...
6 years, 10 months ago (2014-02-20 14:39:28 UTC) #19
MAD
The CQ bit was checked by mad@chromium.org
6 years, 10 months ago (2014-02-20 18:19:45 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/165893002/500001
6 years, 10 months ago (2014-02-20 18:24:03 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-20 18:54:11 UTC) #22
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=267117
6 years, 10 months ago (2014-02-20 18:54:12 UTC) #23
darin (slow to review)
LGTM (I defer to brettw+kbr)
6 years, 10 months ago (2014-02-20 18:57:53 UTC) #24
MAD
The CQ bit was checked by mad@chromium.org
6 years, 10 months ago (2014-02-20 20:09:31 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/165893002/760001
6 years, 10 months ago (2014-02-20 20:11:52 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-20 23:47:59 UTC) #27
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=267344
6 years, 10 months ago (2014-02-20 23:47:59 UTC) #28
MAD
The CQ bit was checked by mad@chromium.org
6 years, 10 months ago (2014-02-20 23:53:55 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/165893002/760001
6 years, 10 months ago (2014-02-20 23:56:39 UTC) #30
commit-bot: I haz the power
6 years, 10 months ago (2014-02-21 03:14:10 UTC) #31
Message was sent while issue was closed.
Change committed as 252481

Powered by Google App Engine
This is Rietveld 408576698