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

Unified Diff: buildbot/buildbot_toolchain_build.py

Issue 1924743004: Remove GYP build from bots and 'gclient runhooks' (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: punt gyp build from pnacl script Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « buildbot/buildbot_standard.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_toolchain_build.py
diff --git a/buildbot/buildbot_toolchain_build.py b/buildbot/buildbot_toolchain_build.py
index 10b05962cf31f09a9ead09a73a13b5a27f2e8cc7..a162999b1f5bfa291baa8e95f36126ac05ba59bd 100755
--- a/buildbot/buildbot_toolchain_build.py
+++ b/buildbot/buildbot_toolchain_build.py
@@ -131,7 +131,6 @@ def main(args):
subprocess.check_call([sys.executable,
BUILDBOT_STANDARD,
- '--no-gyp',
'--step-suffix= [%s %s]' % (toolchain_name, mode),
'--scons-args', '%s=%s' % (scons_toolchain_arg,
toolchain_dir),
« no previous file with comments | « buildbot/buildbot_standard.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698