Chromium Code Reviews
DescriptionRemove PATH tweaking for goma and clang from compile.py.
PATH tweaking was too complicated for devs. Instead, gyp files should set
CC_wrapper and friends in their gyp files if use_goma=1 is set, then this
happens automatically. Since devs use this new workflow, all bots have been
converted to it too. This removes the old, now-unused way of PATH-tweaking from
compile.py. (Except for the codesearch bot, which still lives in the old world.)
It also removes the same tweaking from the make code. As far as I know, no bots
that use goma still use make, so this should be safe too.
BUG=332697
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=281068
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 1
Messages
Total messages: 12 (0 generated)
|