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

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: No longer parse IDL files to avoid slowing down build time 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') | Source/bindings/scripts/IDLAttributes.txt » ('J')
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 9642738f6f22ce40cfe6a7e06906861035ce4503..38c5ec199d78df78d8ff0193ae75c86e8906209d 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/IDLAttributes.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698