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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix error with Perl < 5.14 Created 7 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
« 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 eb5793ee3fee1e941f41d23e004e162722aeb19f..ea4f8c4ad558231359bd19176bd6f99fb609b6db 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -103,6 +103,7 @@
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
+ '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
],
'msvs_cygwin_shell': 0,
'action': [
@@ -117,6 +118,8 @@
'<(idl_files_list)',
'--supplementalDependencyFile',
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
+ '--windowConstructorsFile',
+ '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
],
'message': 'Resolving partial interfaces dependencies in all IDL files',
}]
@@ -161,6 +164,7 @@
'scripts/IDLAttributes.txt',
'../core/scripts/preprocessor.pm',
'<!@pymod_do_main(supplemental_idl_files <@(idl_files))',
+ '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.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