Index: Source/bindings/core/v8/generated.gyp |
diff --git a/Source/bindings/core/v8/generated.gyp b/Source/bindings/core/v8/generated.gyp |
index 791290b836edda98e510a5a72eac791313170226..609f558526b6fadbe023b80543abc60ff020b661 100644 |
--- a/Source/bindings/core/v8/generated.gyp |
+++ b/Source/bindings/core/v8/generated.gyp |
@@ -131,7 +131,8 @@ |
'../../modules/generated.gyp:interfaces_info', |
], |
'sources': [ |
- '<@(core_dictionary_idl_files)', |
+ # FIXME: Add '<@(core_dictionary_idl_files)', |
+ # See comment on core/core.gypi |
'<@(core_testing_dictionary_idl_files)', |
], |
'actions': [{ |
@@ -148,7 +149,8 @@ |
'<(bindings_modules_output_dir)/InterfacesInfoModules.pickle', |
], |
'outputs': [ |
- '<@(generated_core_dictionary_files)', |
+ # FIXME: Add '<@(generated_core_dictionary_files)', |
+ # See comment on core/core.gypi |
'<@(generated_core_testing_dictionary_files)', |
], |
'action': [ |