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

Issue 246593002: Add BUILD.gn to build ui strings from grit. (Closed)

Created:
6 years, 8 months ago by tfarina
Modified:
6 years, 8 months ago
Reviewers:
brettw
CC:
chromium-reviews, jshin+watch_chromium.org, Dirk Pranke, scottmg
Visibility:
Public.

Description

Add BUILD.gn to build ui strings from grit. In Debug configuration: $ gn gen out/Debug_gn $ ninja -C out/Debug_gn strings In Release configuration: $ gn gen out/Release_gn --args=is_debug=false $ ninja -C out/Release_gn strings BUG=None TEST=see above R=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266268

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : grit_inputs fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
M BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/gn/secondary/tools/grit/grit_rule.gni View 1 2 1 chunk +1 line, -1 line 0 comments Download
A ui/base/strings/BUILD.gn View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tfarina
Brett, I ran into this: $ ninja -C out/Release_gn strings ninja: Entering directory `out/Release_gn' ninja: ...
6 years, 8 months ago (2014-04-22 03:40:57 UTC) #1
tfarina
Brett, ping?
6 years, 8 months ago (2014-04-22 21:28:42 UTC) #2
brettw
lgtm
6 years, 8 months ago (2014-04-22 21:47:18 UTC) #3
tfarina
Brett, no, not yet. Did you see my question? This does not work as is ...
6 years, 8 months ago (2014-04-22 21:49:46 UTC) #4
tfarina
For posterity: Brett sent me the fix for the grit template, which fixed the problem ...
6 years, 8 months ago (2014-04-25 13:57:26 UTC) #5
tfarina
6 years, 8 months ago (2014-04-25 23:01:47 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r266268 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698