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

Unified Diff: build/common.gypi

Issue 663553002: Fix syntax in build/common.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index efaacb7536676ddeb7294f517275eec442f1375a..34000ed04b326fda1b507c59f89c9fcfbb3f2686 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1865,7 +1865,7 @@
}],
# Official mac builds require a specific OS X SDK, but iOS and
# non-official mac builds do not.
- ['branding=="Chrome" and buildtype=="Official" and OS==mac', {
+ ['branding=="Chrome" and buildtype=="Official" and OS=="mac"', {
'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py --verify <(mac_sdk_min) --sdk_path=<(mac_sdk_path))',
}, {
'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py <(mac_sdk_min))',
« 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