| Index: Source/bindings/scripts/global_objects.gypi
|
| diff --git a/Source/bindings/scripts/global_objects.gypi b/Source/bindings/scripts/global_objects.gypi
|
| index 624f2f8bb95a2664d473b336154d35c8cd472509..fa812ee0a8bb82f5493f7c65d8930d111d9d4ec2 100644
|
| --- a/Source/bindings/scripts/global_objects.gypi
|
| +++ b/Source/bindings/scripts/global_objects.gypi
|
| @@ -19,7 +19,7 @@
|
| # Required variables:
|
| # idl_files - List of .idl files that will be searched in.
|
| # This should *only* contain main IDL files, excluding dependencies and
|
| -# testing, which should not define global objects).
|
| +# testing, which should not define global objects.
|
| # output_file - Pickle file of output.
|
| #
|
| # Optional variables:
|
| @@ -37,7 +37,7 @@
|
| 'message': 'Computing global objects for <(_target_name)',
|
| 'variables': {
|
| 'input_files%': [],
|
| - 'idl_files_list': '<|(idl_files_list.tmp <@(idl_files))',
|
| + 'idl_files_list': '<|(<(_target_name)_idl_files_list.tmp <@(idl_files))',
|
| },
|
| 'includes': ['scripts.gypi'],
|
| 'inputs': [
|
|
|