chromium: Fix build of beta and dev channels.
Okay, now this time we really broke beta and dev, because python_arch no longer is in build/common.gypi anymore. This just adds chrome/chrome_tests.gypi to the list of files to be changed by sed. Also, this time I did test at least whether gyp is running fine and interrupted after the first 1000 build targets, so all channels *should* now build fine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
1ae4db3a80
commit
51e449aabb
@ -55,7 +55,7 @@ let
|
||||
-e 's/-f(stack-protector)(-all)?/-fno-\1/' \
|
||||
-e 's|/bin/echo|echo|' \
|
||||
-e "/python_arch/s/: *'[^']*'/: '""'/" \
|
||||
build/common.gypi
|
||||
build/common.gypi chrome/chrome_tests.gypi
|
||||
sed -i '/not RunGN/,+1d' build/gyp_chromium
|
||||
sed -i -e 's|/usr/bin/gcc|gcc|' \
|
||||
third_party/WebKit/Source/build/scripts/scripts.gypi \
|
||||
|
Loading…
Reference in New Issue
Block a user