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

Issue 10368006: Remove the hack to concat .d files into a single deps file. (Closed)

Created:
8 years, 7 months ago by tony
Modified:
8 years, 7 months ago
Reviewers:
Nico, Evan Martin
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Remove the hack to concat .d files into a single deps file. The speed improvements were minor (maybe 200ms) and it was reported that on a RAM disk, it was slower. It also was causing some users to overflow the command line by having 1000 filenames in a single line. Since it adds a lot of complexity to the Makefile, let's just remove it. Committed: https://code.google.com/p/gyp/source/detail?r=1361

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -45 lines) Patch
M pylib/gyp/generator/make.py View 1 10 chunks +7 lines, -40 lines 0 comments Download
M test/make/gyptest-dependencies.py View 1 2 chunks +1 line, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tony
8 years, 7 months ago (2012-05-04 00:03:02 UTC) #1
Nico
8 years, 7 months ago (2012-05-04 00:08:55 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698