Chromium Code Reviews| Index: runtime/tools/gyp/runtime-configurations.gypi |
| diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi |
| index 96ce6aa6cdd4e968a75724fd5187f48f9c0bda8c..0a30aaad325f9069ed8a6f1bfc197ff1954ff4b1 100644 |
| --- a/runtime/tools/gyp/runtime-configurations.gypi |
| +++ b/runtime/tools/gyp/runtime-configurations.gypi |
| @@ -20,6 +20,10 @@ |
| ], |
| }, |
| + 'conditions': [ |
| + [ 'OS=="android"', { 'includes': [ 'runtime_configurations_android.gypi', ], } ], |
|
Ivan Posva
2013/05/08 09:27:35
Split on multiple lines please. See the conditions
podivilov
2013/05/13 09:47:20
Done.
|
| + ], |
| + |
| 'target_defaults': { |
| 'configurations': { |