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

Unified Diff: tools/install_dependencies.sh

Issue 261913006: Spelling fix, comments explaining script. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 | « tools/install_dependencides.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/install_dependencies.sh
diff --git a/tools/install_dependencides.sh b/tools/install_dependencies.sh
similarity index 76%
rename from tools/install_dependencides.sh
rename to tools/install_dependencies.sh
index f262117660558ed43f424f66e36c01bb5939ed62..8d75c98918d4c73111bfb95278cfe2801eb6c3a4 100755
--- a/tools/install_dependencides.sh
+++ b/tools/install_dependencies.sh
@@ -4,6 +4,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# install_dependencies.sh will install system-specific Skia
+# dependencies using your system's package manager. If your system is
+# not supported, add logic here to support it.
+
if command -v lsb_release > /dev/null ; then
case $(lsb_release -i -s) in
Ubuntu)
« no previous file with comments | « tools/install_dependencides.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698