Skip to content

Commit

Permalink
Replace chromium-assets with libapps.
Browse files Browse the repository at this point in the history
This repo contains hterm, and it was moved into libapps. This bumps hterm to
version 1.27, and will allow tracking of future changes.
  • Loading branch information
rpwoodbu committed Feb 15, 2014
1 parent 88f8576 commit 3382cbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "deps/chromium_assets"]
path = deps/chromium_assets
url = http://git.chromium.org/chromiumos/platform/assets.git
[submodule "deps/libapps"]
path = deps/libapps
url = https://chromium.googlesource.com/apps/libapps
[submodule "deps/mosh"]
path = deps/mosh
url = https://github.com/rpwoodbu/mosh.git
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ git submodule init
git submodule update

echo "Making hterm dist..."
pushd deps/chromium_assets/chromeapps/hterm > /dev/null
pushd deps/libapps/hterm > /dev/null
if [[ ! -d dist ]]; then
bin/mkdist.sh
fi
Expand Down Expand Up @@ -236,7 +236,7 @@ fi
pushd src > /dev/null
# Copy hterm dist files into app directory.
mkdir -p app/hterm
cp -f ../deps/chromium_assets/chromeapps/hterm/dist/js/* app/hterm
cp -f ../deps/libapps/hterm/dist/js/* app/hterm
make all
popd > /dev/null # src

Expand Down
1 change: 0 additions & 1 deletion deps/chromium_assets
Submodule chromium_assets deleted from f08a10
1 change: 1 addition & 0 deletions deps/libapps
Submodule libapps added at 835afe

0 comments on commit 3382cbe

Please sign in to comment.