From 3382cbed60c6fbb4db34ec3391e618d484eeb38b Mon Sep 17 00:00:00 2001 From: Richard Woodbury Date: Sat, 15 Feb 2014 14:59:52 -0500 Subject: [PATCH] Replace chromium-assets with libapps. This repo contains hterm, and it was moved into libapps. This bumps hterm to version 1.27, and will allow tracking of future changes. --- .gitmodules | 6 +++--- build.sh | 4 ++-- deps/chromium_assets | 1 - deps/libapps | 1 + 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 160000 deps/chromium_assets create mode 160000 deps/libapps diff --git a/.gitmodules b/.gitmodules index 708084f..d1d8878 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/build.sh b/build.sh index f46b565..dccada9 100755 --- a/build.sh +++ b/build.sh @@ -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 @@ -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 diff --git a/deps/chromium_assets b/deps/chromium_assets deleted file mode 160000 index f08a102..0000000 --- a/deps/chromium_assets +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f08a102569e3dd80b4eef0da20e31406857a4520 diff --git a/deps/libapps b/deps/libapps new file mode 160000 index 0000000..835afee --- /dev/null +++ b/deps/libapps @@ -0,0 +1 @@ +Subproject commit 835afee39bf0809e69492f8f5f4c1928441e318f