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

Unified Diff: Source/bindings/idl.gypi

Issue 310563004: IDL build: Split global constructors into core and modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak (reupload) 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/idl.gypi
diff --git a/Source/bindings/idl.gypi b/Source/bindings/idl.gypi
index 6a9fab8b08017168a248efe0276ca456dc96066b..f0f36f944f8c0f7e06c60c328e91eb5a6f0b3d11 100644
--- a/Source/bindings/idl.gypi
+++ b/Source/bindings/idl.gypi
@@ -6,7 +6,6 @@
{
'includes': [
- 'bindings.gypi',
'../core/core.gypi',
'../modules/modules.gypi',
],
@@ -22,21 +21,5 @@
# Write lists of main IDL files to a file, so that the command lines don't
# exceed OS length limits.
'main_interface_idl_files_list': '<|(main_interface_idl_files_list.tmp <@(main_interface_idl_files))',
-
- # Global constructors
- # FIXME: Split into core vs. modules http://crbug.com/358074
- 'generated_global_constructors_idl_files': [
- '<(blink_output_dir)/WindowConstructors.idl',
- '<(blink_output_dir)/SharedWorkerGlobalScopeConstructors.idl',
- '<(blink_output_dir)/DedicatedWorkerGlobalScopeConstructors.idl',
- '<(blink_output_dir)/ServiceWorkerGlobalScopeConstructors.idl',
- ],
-
- 'generated_global_constructors_header_files': [
- '<(blink_output_dir)/WindowConstructors.h',
- '<(blink_output_dir)/SharedWorkerGlobalScopeConstructors.h',
- '<(blink_output_dir)/DedicatedWorkerGlobalScopeConstructors.h',
- '<(blink_output_dir)/ServiceWorkerGlobalScopeConstructors.h',
- ],
},
}

Powered by Google App Engine
This is Rietveld 408576698