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

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: Take Adam's feedback into consideration Created 7 years, 8 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/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index bcb3c9ca81a8fa986d42a9976e2e59976fe79777..2b7f60813d189a01caef4a2da1578ae5b393d76b 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',
+ '--windowConstructorsSupplementalFile',
+ '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
],
'message': 'Resolving partial interfaces dependencies in all IDL files',
}]
@@ -162,6 +165,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') | Source/bindings/scripts/preprocess-idls.pl » ('J')

Powered by Google App Engine
This is Rietveld 408576698