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

Unified Diff: platform_tools/chromeos/bin/chromeos_setup.sh

Issue 1122593003: Support SKIA_OUT on Mac and ChromeOS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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
« gyp_skia ('K') | « gyp_skia ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/chromeos/bin/chromeos_setup.sh
diff --git a/platform_tools/chromeos/bin/chromeos_setup.sh b/platform_tools/chromeos/bin/chromeos_setup.sh
index b04eb1b31029e6731d873abdbc9e8d3e944fe701..41267ecb0b3e6d7fb46b5d4b5d98bf79335e7c06 100755
--- a/platform_tools/chromeos/bin/chromeos_setup.sh
+++ b/platform_tools/chromeos/bin/chromeos_setup.sh
@@ -53,6 +53,7 @@ setup_device() {
exportVar GYP_DEFINES "$DEFINES"
exportVar GYP_GENERATORS "ninja"
exportVar GYP_GENERATOR_FLAGS ""
- exportVar SKIA_OUT "out/config/chromeos-${TARGET_DEVICE}"
+ SKIA_OUT=${SKIA_OUT:-out}
+ exportVar SKIA_OUT "${SKIA_OUT}/config/chromeos-${TARGET_DEVICE}"
borenet 2015/05/04 13:46:27 I haven't been able to verify this locally due to
exportVar builddir_name "."
}
« gyp_skia ('K') | « gyp_skia ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698