| Index: pylib/gyp/generator/xcode.py
|
| diff --git a/pylib/gyp/generator/xcode.py b/pylib/gyp/generator/xcode.py
|
| index 879929d122d1205f7aafd73a9b7d1e725e12e338..0e3fb9301ecb9e6a6a4700ad063ae9742ab0181f 100644
|
| --- a/pylib/gyp/generator/xcode.py
|
| +++ b/pylib/gyp/generator/xcode.py
|
| @@ -593,11 +593,11 @@ def CalculateGeneratorInputInfo(params):
|
| qualified_out_dir = os.path.normpath(os.path.join(
|
| toplevel, output_dir, 'gypfiles'))
|
|
|
| - global generator_filelist_paths
|
| - generator_filelist_paths = {
|
| - 'toplevel': toplevel,
|
| - 'qualified_out_dir': qualified_out_dir,
|
| - }
|
| + global generator_filelist_paths
|
| + generator_filelist_paths = {
|
| + 'toplevel': toplevel,
|
| + 'qualified_out_dir': qualified_out_dir,
|
| + }
|
|
|
|
|
| def GenerateOutput(target_list, target_dicts, data, params):
|
|
|