Install libchrome-dev and libchromeos-dev packages

Add make_pkg.sh for src/third_party/chrome/ (a.k.a. libchrome-dev) and
src/common/ (a.k.a. libchromeos-dev) and (ab)use it to install those
packages once built.

Installing the packages from make_pkg.sh isn't very clean. However, this
gives us a migration path to future use of chromeos-build, which will
need these headers and libraries to be built as packages in order to
support cross-building cleanly.

Review URL: http://codereview.chromium.org/523109
This commit is contained in:
Colin Watson 2010-01-07 00:09:56 +00:00
parent 9d59051b65
commit ef0667f327

View File

@ -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