Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: Source/bindings/generated.gyp

Issue 314783004: Separate the generated files from core and modules to their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor cleanup. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
}]

Powered by Google App Engine
This is Rietveld 408576698