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

Unified Diff: src/scripts/build_platform_packages.sh

Issue 523109: Install libchrome-dev and libchromeos-dev packages (Closed)
Patch Set: Created 10 years, 11 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 | « src/common/make_pkg.sh ('k') | src/third_party/chrome/make_pkg.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_platform_packages.sh
diff --git a/src/scripts/build_platform_packages.sh b/src/scripts/build_platform_packages.sh
index 38942f4f735e1a31486c57d87150313d236777a8..0f30ff1686fa32bbe7f104b21cc654a1e23be54f 100755
--- a/src/scripts/build_platform_packages.sh
+++ b/src/scripts/build_platform_packages.sh
@@ -58,13 +58,13 @@ done
# Build base lib next, since packages depend on it.
echo "Building base library..."
cd "$THIRD_PARTY_DIR/chrome"
-scons -j$NUM_JOBS
+./make_pkg.sh
cd -
#Build common lib next.
echo "Building common library..."
cd "$SRC_ROOT/common"
-scons -j$NUM_JOBS
+./make_pkg.sh
cd -
# Build platform packages
« no previous file with comments | « src/common/make_pkg.sh ('k') | src/third_party/chrome/make_pkg.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698