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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/bindings/bindings.gypi ('k') | Source/bindings/scripts/CodeGeneratorV8.pm » ('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 c025358cc2ef6bcc8ef9a4c59fdfde7a9aac3f26..00b1fc22a35575b59dbcbb37483b19021faa0404 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -110,7 +110,7 @@
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
- '<(SHARED_INTERMEDIATE_DIR)/WindowConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
'<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
],
'msvs_cygwin_shell': 0,
@@ -122,7 +122,7 @@
'--supplemental-dependency-file',
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
'--window-constructors-file',
- '<(SHARED_INTERMEDIATE_DIR)/WindowConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
'--workercontext-constructors-file',
'<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
'<@(write_file_only_if_changed)',
@@ -171,7 +171,7 @@
'scripts/IDLAttributes.txt',
'../core/scripts/preprocessor.pm',
'<!@pymod_do_main(supplemental_idl_files <@(idl_files))',
- '<(SHARED_INTERMEDIATE_DIR)/WindowConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/DOMWindowConstructors.idl',
'<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
],
'outputs': [
« no previous file with comments | « Source/bindings/bindings.gypi ('k') | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698