Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 61f11034675e8e6e0304be2dab8a3c9e9791a93e..9720a2c1b7d0604734f016ca89a6207f114e4860 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4644,6 +4644,19 @@ |
| ], |
| }], |
| ], |
| + 'configurations': { |
| + # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT! |
| + # This block adds *project-wide* configuration settings to each project |
| + # file. It's almost always wrong to put things here. Specify your |
| + # custom xcode_settings in target_defaults to add them to targets instead. |
|
Mark Mentovai
2013/09/03 14:09:08
Not xcode_settings.
lliabraa
2013/09/03 14:30:55
d'oh. Fixed.
|
| + 'Debug': { |
| + 'xcode_settings': { |
| + # Enable 'Build Active Architecture Only' for Debug. This |
| + # avoids a project-level warning in Xcode. |
| + 'ONLY_ACTIVE_ARCH': 'YES', |
| + }, |
| + }, |
| + }, |
| 'xcode_settings': { |
| # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT! |
| # This block adds *project-wide* configuration settings to each project |