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

Unified Diff: src/scripts/build_chrome.sh

Issue 465071: chromeos now == toolkit_views (Closed)
Patch Set: Created 11 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_chrome.sh
diff --git a/src/scripts/build_chrome.sh b/src/scripts/build_chrome.sh
index d693edc0dee67399a8b95a0350550b28c3cfeb8a..cc2eff8700271f462a9f044a753fac59394039ff 100755
--- a/src/scripts/build_chrome.sh
+++ b/src/scripts/build_chrome.sh
@@ -44,7 +44,7 @@ FLAGS_chrome_dir=`eval readlink -f $FLAGS_chrome_dir`
# Build Chrome
echo Building Chrome in mode $FLAGS_mode
export GYP_GENERATORS="make"
-export GYP_DEFINES="chromeos=1 target_arch=ia32"
+export GYP_DEFINES="target_arch=ia32 toolkit_views=1"
CHROME_DIR=$FLAGS_chrome_dir
cd "$CHROME_DIR/src"
gclient runhooks --force
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698