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

Issue 258073004: Require commas between items in a GN list. (Closed)

Created:
6 years, 7 months ago by brettw
Modified:
6 years, 7 months ago
Reviewers:
scottmg
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Require commas between items in a GN list. Fixing this issue exposed a race condition in .gni processing where an error parsing a file that another thread was waiting for wouldn't signal that other thread that the load was complete, so it would wait forever. This patch separates out the loading from the signaling in the InputFileManager so we can't forget to do this. BUG=368019 R=scottmg@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266976

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -55 lines) Patch
M net/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M tools/gn/input_file_manager.cc View 1 4 chunks +73 lines, -50 lines 0 comments Download
M tools/gn/parser.cc View 1 chunk +10 lines, -1 line 0 comments Download
M tools/gn/parser_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M tools/gn/secondary/tools/grit/grit_rule.gni View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
brettw
6 years, 7 months ago (2014-04-28 22:02:23 UTC) #1
scottmg
lgtm
6 years, 7 months ago (2014-04-28 22:38:50 UTC) #2
brettw
6 years, 7 months ago (2014-04-29 22:18:10 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r266976.

Powered by Google App Engine
This is Rietveld 408576698