Chromium Code Reviews| Index: tools/gyp/all.gypi |
| diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi |
| index d75e3396e5fb95b9effab336292118a8f7262a49..8e8a953311eeac435bf8de05c34f0ac0e33ee184 100644 |
| --- a/tools/gyp/all.gypi |
| +++ b/tools/gyp/all.gypi |
| @@ -25,9 +25,13 @@ |
| 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| }, |
| }], |
| + [ 'OS=="mac"', { |
| + 'includes': [ |
| + 'xcode.gypi', |
| + ], |
| + }], |
| ], |
| 'includes': [ |
| - 'xcode.gypi', |
| 'msvs.gypi', |
|
Ivan Posva
2013/03/13 09:44:40
In that case msvs.gypi should also move under the
kustermann
2013/03/13 15:30:29
I know, but I like to keep my CLs as small and ort
|
| 'configurations.gypi', |
| ], |