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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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..ac526a2ee2ef843e1166f6b1d4ccd2faba22e5be 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -111,7 +111,7 @@
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
'<(SHARED_INTERMEDIATE_DIR)/WindowConstructors.idl',
- '<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/WorkerGlobalScopeConstructors.idl',
],
'msvs_cygwin_shell': 0,
'action': [
@@ -124,7 +124,7 @@
'--window-constructors-file',
'<(SHARED_INTERMEDIATE_DIR)/WindowConstructors.idl',
'--workercontext-constructors-file',
- '<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/WorkerGlobalScopeConstructors.idl',
'<@(write_file_only_if_changed)',
],
'message': 'Resolving partial interfaces dependencies in all IDL files',
@@ -172,7 +172,7 @@
'../core/scripts/preprocessor.pm',
'<!@pymod_do_main(supplemental_idl_files <@(idl_files))',
'<(SHARED_INTERMEDIATE_DIR)/WindowConstructors.idl',
- '<(SHARED_INTERMEDIATE_DIR)/WorkerContextConstructors.idl',
+ '<(SHARED_INTERMEDIATE_DIR)/WorkerGlobalScopeConstructors.idl',
],
'outputs': [
# FIXME: The .cpp file should be in webkit/bindings once
« 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