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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 16093017: Automatically generate constructor attributes on WorkerContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bindings tests Created 7 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 | « no previous file | Source/bindings/scripts/IDLAttributes.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 6f56264be3606211f2d2d402b5cf92833ca43fb0..8b3f4b120b3c33dd4f90bfc3f18499950d4a890e 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -111,6 +111,7 @@
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
'<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
],
'msvs_cygwin_shell': 0,
'action': [
@@ -122,6 +123,8 @@
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
'--window-constructors-file',
'<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
+ '--workercontext-constructors-file',
+ '<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
'<@(write_file_only_if_changed)',
],
'message': 'Resolving partial interfaces dependencies in all IDL files',
@@ -168,6 +171,7 @@
'../core/scripts/preprocessor.pm',
'<!@pymod_do_main(supplemental_idl_files <@(idl_files))',
'<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
],
'outputs': [
# FIXME: The .cpp file should be in webkit/bindings once
« no previous file with comments | « no previous file | Source/bindings/scripts/IDLAttributes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698