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

Unified Diff: Source/bindings/modules/generated.gypi

Issue 319593006: IDL build: remove dependency core global constructors → modules global objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 6 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
« no previous file with comments | « Source/bindings/modules/generated.gyp ('k') | Source/bindings/modules/idl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/generated.gypi
diff --git a/Source/bindings/modules/generated.gypi b/Source/bindings/modules/generated.gypi
index 768a0414cf4286e716db045a6e9f542ef052d46b..0cd8bdf422680af987e3fbf06ad1a7bf1cc1dcaf 100644
--- a/Source/bindings/modules/generated.gypi
+++ b/Source/bindings/modules/generated.gypi
@@ -9,13 +9,21 @@
'variables': {
# Global constructors
+ # Global object in modules, constructors for interfaces in core
+ 'modules_core_global_constructors_generated_idl_files': [
+ '<(blink_modules_output_dir)/ServiceWorkerGlobalScopeCoreConstructors.idl',
+ ],
+ 'modules_core_global_constructors_generated_header_files': [
+ '<(blink_modules_output_dir)/ServiceWorkerGlobalScopeCoreConstructors.h',
+ ],
+
+ # Global object in modules, constructors for interfaces in modules
'modules_global_constructors_generated_idl_files': [
'<(blink_modules_output_dir)/WindowModulesConstructors.idl',
'<(blink_modules_output_dir)/SharedWorkerGlobalScopeModulesConstructors.idl',
'<(blink_modules_output_dir)/DedicatedWorkerGlobalScopeModulesConstructors.idl',
'<(blink_modules_output_dir)/ServiceWorkerGlobalScopeModulesConstructors.idl',
],
-
'modules_global_constructors_generated_header_files': [
'<(blink_modules_output_dir)/WindowModulesConstructors.h',
'<(blink_modules_output_dir)/SharedWorkerGlobalScopeModulesConstructors.h',
« no previous file with comments | « Source/bindings/modules/generated.gyp ('k') | Source/bindings/modules/idl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698