| Index: Source/bindings/derived_sources.gyp
|
| diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
|
| index 201f6831d1540e842cfcf21f5d1d9d976f2f2f93..e890d4b483e52a67a00fcb52fa5fc420b8ad40be 100644
|
| --- a/Source/bindings/derived_sources.gyp
|
| +++ b/Source/bindings/derived_sources.gyp
|
| @@ -145,7 +145,7 @@
|
| 'inputs': [
|
| 'scripts/compute_dependencies.py',
|
| '<(idl_files_list)',
|
| - '<!@(cat <(idl_files_list))',
|
| + '<@(idl_files)',
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt',
|
|
|