Index: Source/bindings/generated.gyp |
diff --git a/Source/bindings/generated.gyp b/Source/bindings/generated.gyp |
index 1acc819efa4dd290931ef6fdb0d8ce7d07f73a7e..410f7bfaf9a895ad6d254f2320539efc3e3e90f6 100644 |
--- a/Source/bindings/generated.gyp |
+++ b/Source/bindings/generated.gyp |
@@ -109,13 +109,13 @@ |
'<(write_file_only_if_changed)', |
'--', |
'Window', |
- '<(blink_output_dir)/WindowConstructors.idl', |
+ '<(core_output_dir)/WindowConstructors.idl', |
'SharedWorkerGlobalScope', |
- '<(blink_output_dir)/SharedWorkerGlobalScopeConstructors.idl', |
+ '<(core_output_dir)/SharedWorkerGlobalScopeConstructors.idl', |
'DedicatedWorkerGlobalScope', |
- '<(blink_output_dir)/DedicatedWorkerGlobalScopeConstructors.idl', |
+ '<(core_output_dir)/DedicatedWorkerGlobalScopeConstructors.idl', |
'ServiceWorkerGlobalScope', |
- '<(blink_output_dir)/ServiceWorkerGlobalScopeConstructors.idl', |
+ '<(modules_output_dir)/ServiceWorkerGlobalScopeConstructors.idl', |
], |
'message': 'Generating IDL files for constructors on global objects', |
}] |