| Index: Source/bindings/modules/v8/generated.gyp
|
| diff --git a/Source/bindings/modules/v8/generated.gyp b/Source/bindings/modules/v8/generated.gyp
|
| index ffe504b1769651249b5fc8f0ff8f13bfaa15a619..19ce0c69354c781d2e5097a12b3e388fb2593bf0 100644
|
| --- a/Source/bindings/modules/v8/generated.gyp
|
| +++ b/Source/bindings/modules/v8/generated.gyp
|
| @@ -41,10 +41,8 @@
|
| 'msvs_external_rule': 1,
|
| 'inputs': [
|
| '<@(idl_lexer_parser_files)', # to be explicit (covered by parsetab)
|
| + '<@(idl_cache_files)',
|
| '<@(idl_compiler_files)',
|
| - '<(bindings_scripts_output_dir)/lextab.py',
|
| - '<(bindings_scripts_output_dir)/parsetab.pickle',
|
| - '<(bindings_scripts_output_dir)/cached_jinja_templates.stamp',
|
| '<(bindings_dir)/IDLExtendedAttributes.txt',
|
| # If the dependency structure or public interface info (e.g.,
|
| # [ImplementedAs]) changes, we rebuild all files, since we're not
|
|
|