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

Unified Diff: common.sh

Issue 2983005: Move shflags into crosutils.git (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Updated with sosa's comments Created 10 years, 5 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 | « no previous file | lib/shflags/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common.sh
diff --git a/common.sh b/common.sh
index 262895be69ba8f27a4025b4b97bbb41242d01739..a6957fad77524a90cb80594d6f5180895fbe674b 100644
--- a/common.sh
+++ b/common.sh
@@ -75,7 +75,7 @@ then
fi
# Load shflags
-. "$SRC_ROOT/third_party/shflags/files/src/shflags"
+. "${SRC_ROOT}/scripts/lib/shflags/shflags"
# Our local mirror
DEFAULT_CHROMEOS_SERVER=${CHROMEOS_SERVER:-"http://build.chromium.org/mirror"}
« no previous file with comments | « no previous file | lib/shflags/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698