Chromium Code Reviews| Index: pylib/gyp/generator/make.py |
| =================================================================== |
| --- pylib/gyp/generator/make.py (revision 1824) |
| +++ pylib/gyp/generator/make.py (working copy) |
| @@ -2094,7 +2094,8 @@ |
| this_make_global_settings = data[build_file].get('make_global_settings', []) |
| assert make_global_settings_array == 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
Use instead:
"make_global_settings needs to be the
|
| + str(this_make_global_settings) + " vs. " + str(make_global_settings)) |
| build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir)) |
| included_files = data[build_file]['included_files'] |