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

Issue 11026036: Fix lint error in parallel processing. (Closed)

Created:
8 years, 2 months ago by Torne
Modified:
8 years, 2 months ago
Reviewers:
dmazzoni
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Fix lint error in parallel processing. gyp.input fails the presubmit lint check because of an uninitialised global. The last rewrite of the parallel processing CL eliminated the need for this to be global, so just remove the global declaration. Committed: https://code.google.com/p/gyp/source/detail?r=1515

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M pylib/gyp/input.py View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Torne
Hi Dominic, this is a fix for your parallel processing code to make it pass ...
8 years, 2 months ago (2012-10-04 11:15:14 UTC) #1
dmazzoni
8 years, 2 months ago (2012-10-04 16:50:26 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698