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

Unified Diff: build/common.gypi

Issue 7087016: mac: Fix a nesting bug in http://crrev.com/87141 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « 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 fdbbc88222da9ceb32e8783020e9d95b8d05d6ff..189d4486bb5f19b521f005e4f7b553fc0e68f935 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -631,13 +631,13 @@
'win_release_RuntimeLibrary%': '0', # 0 = /MT (nondebug static)
'win_debug_RuntimeLibrary%': '1', # 1 = /MTd (debug static)
}],
+ ['OS=="mac" and clang==1', {
+ # TODO(thakis): Remove this once http://llvm.org/PR10031 is fixed.
+ 'mac_release_optimization%': '2',
+ }],
],
},
'conditions': [
- ['OS=="mac" and clang==1', {
- # TODO(thakis): Remove this once http://llvm.org/PR10031 is fixed.
- 'mac_release_optimization%': '2',
- }],
['branding=="Chrome"', {
'defines': ['GOOGLE_CHROME_BUILD'],
}, { # else: branding!="Chrome"
« 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