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

Issue 3113026: Move chrome_version_info target into chrome_common. (Closed)

Created:
10 years, 4 months ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
Lei Zhang, gregoryd
CC:
chromium-reviews
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Move chrome_version_info target into chrome_common. The source files live in chrome/common, and they're there because we need to get at version infomation all over the product (not just from the exe, like the gyp files are currently written). This refactoring is necessary for a follow-up change. TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57084

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -63 lines) Patch
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -1 line 1 comment Download
M chrome/chrome_common.gypi View 3 chunks +64 lines, -0 lines 2 comments Download
M chrome/chrome_exe.gypi View 1 chunk +0 lines, -62 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Martin
The complexity here is due to the nacl stuff (otherwise I'd just put everything in ...
10 years, 4 months ago (2010-08-20 19:39:53 UTC) #1
gregoryd
I am going to try the change on my machine http://codereview.chromium.org/3113026/diff/1/3 File chrome/chrome_common.gypi (right): http://codereview.chromium.org/3113026/diff/1/3#newcode468 ...
10 years, 4 months ago (2010-08-20 22:03:28 UTC) #2
gregoryd
LGTM once the unnecessary line is removed. http://codereview.chromium.org/3113026/diff/1/3 File chrome/chrome_common.gypi (right): http://codereview.chromium.org/3113026/diff/1/3#newcode468 chrome/chrome_common.gypi:468: 'chrome_version_info', I ...
10 years, 4 months ago (2010-08-20 23:20:04 UTC) #3
Lei Zhang
10 years, 4 months ago (2010-08-23 19:01:52 UTC) #4
On 2010/08/20 19:39:53, Evan Martin wrote:
> The complexity here is due to the nacl stuff (otherwise I'd just put
everything
> in chrome/common), so I think you're the right reviewer.  Let me know what you
> think.
> 
> http://codereview.chromium.org/3113026/diff/1/2
> File chrome/chrome_browser.gypi (left):
> 
> http://codereview.chromium.org/3113026/diff/1/2#oldcode17
> chrome/chrome_browser.gypi:17: 'chrome_version_info',
> This is no longer necessary, because it's part of common now.

Thanks for doing this. I moved the files into commons but forgot this bit.

Powered by Google App Engine
This is Rietveld 408576698