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

Unified Diff: build_tools/generate_installers.py

Issue 8473005: Pulling stuff out of the sdk build that isn't in the chrome checkout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/native_client_sdk/src/
Patch Set: '' Created 9 years, 1 month 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 | « no previous file | main.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/generate_installers.py
===================================================================
--- build_tools/generate_installers.py (revision 110877)
+++ build_tools/generate_installers.py (working copy)
@@ -70,17 +70,6 @@
env['NACL_SDK_ROOT'] = parent_dir
env['NACL_TARGET_PLATFORM'] = '.' # Use the repo's toolchain.
- # Build the experimental projects.
- bot.BuildStep('build experimental')
- bot.Print('generate_installers is building the experimental projects.')
- experimental_path = os.path.join(home_dir, 'src', 'experimental')
- scons_path = os.path.join(experimental_path, 'scons')
- scons_cmd = scons_path + ' --nacl-platform="."'
- subprocess.check_call(scons_cmd,
- cwd=experimental_path,
- env=env,
- shell=True)
-
# Use native tar to copy the SDK into the build location
# because copytree has proven to be error prone and is not supported on mac.
# We use a buffer for speed here. -1 causes the default OS size to be used.
« no previous file with comments | « no previous file | main.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698