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

Issue 100174: add .pak files to list of grd outputs (so make can compute dependencies) (Closed)

Created:
11 years, 7 months ago by tony
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix make build by making sure .pak files are listed as outputs of grd files. Specifically: 1) In webkit.gyp and test_shell.gyp, convert the rules to actions because of different grd outputs (localized grd files have locale in the .pak filename). 2) In chrome, make two targets each with a custom rule. One target is for localized resources, the other for non-localized resources. This is like the current windows build.

Patch Set 1 #

Total comments: 3

Patch Set 2 : rebase #

Total comments: 1

Patch Set 3 : rebase #

Patch Set 4 : messages #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -53 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 15 chunks +64 lines, -19 lines 0 comments Download
M chrome/installer/util/util.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 2 3 2 chunks +14 lines, -15 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 3 chunks +49 lines, -17 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Evan Martin
LGTM if it doesn't break win/mac http://codereview.chromium.org/100174/diff/1/2 File chrome/chrome.gyp (right): http://codereview.chromium.org/100174/diff/1/2#newcode116 Line 116: 'chrome_strings', It ...
11 years, 7 months ago (2009-04-30 17:58:42 UTC) #1
tony
Adding mark and brad to the review.
11 years, 7 months ago (2009-04-30 22:11:29 UTC) #2
Evan Martin
Perhaps a better description than "fix the make build" would be "make rules match reality". ...
11 years, 7 months ago (2009-04-30 22:12:26 UTC) #3
Mark Mentovai
I guess this LG. http://codereview.chromium.org/100174/diff/1/4 File webkit/tools/test_shell/test_shell.gyp (right): http://codereview.chromium.org/100174/diff/1/4#newcode468 Line 468: 'actions': [ What are ...
11 years, 7 months ago (2009-04-30 22:22:35 UTC) #4
bradn
http://codereview.chromium.org/100174/diff/1/4 File webkit/tools/test_shell/test_shell.gyp (right): http://codereview.chromium.org/100174/diff/1/4#newcode484 Line 484: 'process_outputs_as_mac_bundle_resources': 1, We still do want the message, ...
11 years, 7 months ago (2009-04-30 22:29:52 UTC) #5
bradn
11 years, 7 months ago (2009-04-30 22:29:54 UTC) #6
tony
On 2009/04/30 22:22:35, Mark Mentovai wrote: > I guess this LG. > > http://codereview.chromium.org/100174/diff/1/4 > ...
11 years, 7 months ago (2009-04-30 22:31:13 UTC) #7
tony
On 2009/04/30 22:29:52, bradn wrote: > http://codereview.chromium.org/100174/diff/1/4 > File webkit/tools/test_shell/test_shell.gyp (right): > > http://codereview.chromium.org/100174/diff/1/4#newcode484 > ...
11 years, 7 months ago (2009-04-30 22:39:26 UTC) #8
tony
11 years, 7 months ago (2009-04-30 22:54:04 UTC) #9
Ok, 'message' strings added to the new actions.

Powered by Google App Engine
This is Rietveld 408576698