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

Issue 231983002: Add support for substring replacement in gypi_to_gn (Closed)

Created:
6 years, 8 months ago by brettw
Modified:
6 years, 8 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add support for substring replacement in gypi_to_gn Use substring replacement in skia source file list, and update the skia BUILD.gn file accordingly. The .gn file gets a bit simpler now: we can do the substring replacement to make absolute paths rather than doing rebase for all the files. R=djsollen@google.com, dpranke@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263272

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review comments #

Patch Set 3 : Collapse variables #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+916 lines, -861 lines) Patch
M build/gypi_to_gn.py View 1 2 2 chunks +62 lines, -0 lines 0 comments Download
M skia/BUILD.gn View 3 chunks +34 lines, -39 lines 0 comments Download
M skia/skia_gn_files.gypi View 1 2 3 1 chunk +820 lines, -822 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
brettw
Dirk: Python code Derek: BUILD.gn and skia file list.
6 years, 8 months ago (2014-04-09 21:21:33 UTC) #1
Dirk Pranke
lgtm w/ a couple nits assuming I'm just missing something for the two new skia ...
6 years, 8 months ago (2014-04-10 01:18:20 UTC) #2
djsollen
lgtm with a suggestion to get back to one list of source files. https://codereview.chromium.org/231983002/diff/1/skia/skia_gn_files.gypi File ...
6 years, 8 months ago (2014-04-10 12:47:31 UTC) #3
brettw
GN doesn't really understand nested dictionaries, and the variables are in a "variables" nested dictionary. ...
6 years, 8 months ago (2014-04-10 19:24:52 UTC) #4
djsollen
On 2014/04/10 19:24:52, brettw wrote: > GN doesn't really understand nested dictionaries, and the variables ...
6 years, 8 months ago (2014-04-10 19:45:52 UTC) #5
brettw
6 years, 8 months ago (2014-04-11 17:24:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r263272 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698