| Index: Source/bindings/derived_sources.gyp
|
| diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
|
| index 88a1e6213846f67bc073bdff04f9abd111e104a7..9677e33d56bd508843b42d93cd6bc810c5ee0a11 100644
|
| --- a/Source/bindings/derived_sources.gyp
|
| +++ b/Source/bindings/derived_sources.gyp
|
| @@ -153,9 +153,9 @@
|
| 'inputs': [
|
| 'scripts/compute_dependencies.py',
|
| '<(main_idl_files_list)',
|
| - '<!@(cat <(main_idl_files_list))',
|
| + '<@(main_idl_files)',
|
| '<(support_idl_files_list)',
|
| - '<!@(cat <(support_idl_files_list))',
|
| + '<@(support_idl_files)',
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt',
|
|
|