Chromium Code Reviews| Index: pylib/gyp/generator/ninja.py |
| =================================================================== |
| --- pylib/gyp/generator/ninja.py (revision 1824) |
| +++ pylib/gyp/generator/ninja.py (working copy) |
| @@ -2027,7 +2027,8 @@ |
| this_make_global_settings = data[build_file].get('make_global_settings', []) |
| assert make_global_settings == this_make_global_settings, ( |
| - "make_global_settings needs to be the same for all targets.") |
| + "make_global_settings needs to be the same for all targets. " + |
|
M-A Ruel
2013/12/24 13:53:03
same
|
| + str(this_make_global_settings) + " vs. " + str(make_global_settings)) |
| spec = target_dicts[qualified_target] |
| if flavor == 'mac': |