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

Side by Side Diff: Source/bindings/bindings.gypi

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'bindings_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'v8/V8StringResource.cpp', 121 'v8/V8StringResource.cpp',
122 'v8/V8StringResource.h', 122 'v8/V8StringResource.h',
123 'v8/V8ThrowException.cpp', 123 'v8/V8ThrowException.cpp',
124 'v8/V8ThrowException.h', 124 'v8/V8ThrowException.h',
125 'v8/V8Utilities.cpp', 125 'v8/V8Utilities.cpp',
126 'v8/V8Utilities.h', 126 'v8/V8Utilities.h',
127 'v8/V8ValueCache.cpp', 127 'v8/V8ValueCache.cpp',
128 'v8/V8ValueCache.h', 128 'v8/V8ValueCache.h',
129 'v8/V8WindowShell.cpp', 129 'v8/V8WindowShell.cpp',
130 'v8/V8WindowShell.h', 130 'v8/V8WindowShell.h',
131 'v8/V8WorkerContextEventListener.cpp', 131 'v8/V8WorkerGlobalScopeEventListener.cpp',
132 'v8/V8WorkerContextEventListener.h', 132 'v8/V8WorkerGlobalScopeEventListener.h',
133 'v8/WorkerScriptController.cpp', 133 'v8/WorkerScriptController.cpp',
134 'v8/WorkerScriptController.h', 134 'v8/WorkerScriptController.h',
135 'v8/WorkerScriptDebugServer.cpp', 135 'v8/WorkerScriptDebugServer.cpp',
136 'v8/WorkerScriptDebugServer.h', 136 'v8/WorkerScriptDebugServer.h',
137 'v8/WrapperTypeInfo.h', 137 'v8/WrapperTypeInfo.h',
138 'v8/custom/V8ArrayBufferCustom.cpp', 138 'v8/custom/V8ArrayBufferCustom.cpp',
139 'v8/custom/V8ArrayBufferCustom.h', 139 'v8/custom/V8ArrayBufferCustom.h',
140 'v8/custom/V8ArrayBufferViewCustom.cpp', 140 'v8/custom/V8ArrayBufferViewCustom.cpp',
141 'v8/custom/V8ArrayBufferViewCustom.h', 141 'v8/custom/V8ArrayBufferViewCustom.h',
142 'v8/custom/V8AudioBufferSourceNodeCustom.cpp', 142 'v8/custom/V8AudioBufferSourceNodeCustom.cpp',
143 'v8/custom/V8AudioContextCustom.cpp', 143 'v8/custom/V8AudioContextCustom.cpp',
144 'v8/custom/V8AudioNodeCustom.cpp', 144 'v8/custom/V8AudioNodeCustom.cpp',
145 'v8/custom/V8BiquadFilterNodeCustom.cpp', 145 'v8/custom/V8BiquadFilterNodeCustom.cpp',
146 'v8/custom/V8BlobCustom.cpp', 146 'v8/custom/V8BlobCustom.cpp',
147 'v8/custom/V8CSSRuleCustom.cpp', 147 'v8/custom/V8CSSRuleCustom.cpp',
148 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 148 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
149 'v8/custom/V8CSSValueCustom.cpp', 149 'v8/custom/V8CSSValueCustom.cpp',
150 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 150 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
151 'v8/custom/V8CanvasRenderingContextCustom.cpp', 151 'v8/custom/V8CanvasRenderingContextCustom.cpp',
152 'v8/custom/V8ClipboardCustom.cpp', 152 'v8/custom/V8ClipboardCustom.cpp',
153 'v8/custom/V8CryptoCustom.cpp', 153 'v8/custom/V8CryptoCustom.cpp',
154 'v8/custom/V8CustomEventCustom.cpp', 154 'v8/custom/V8CustomEventCustom.cpp',
155 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 155 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
156 'v8/custom/V8CustomXPathNSResolver.cpp', 156 'v8/custom/V8CustomXPathNSResolver.cpp',
157 'v8/custom/V8CustomXPathNSResolver.h', 157 'v8/custom/V8CustomXPathNSResolver.h',
158 'v8/custom/V8DataViewCustom.cpp', 158 'v8/custom/V8DataViewCustom.cpp',
159 'v8/custom/V8DedicatedWorkerContextCustom.cpp', 159 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp',
160 'v8/custom/V8DeviceMotionEventCustom.cpp', 160 'v8/custom/V8DeviceMotionEventCustom.cpp',
161 'v8/custom/V8DeviceOrientationEventCustom.cpp', 161 'v8/custom/V8DeviceOrientationEventCustom.cpp',
162 'v8/custom/V8DocumentCustom.cpp', 162 'v8/custom/V8DocumentCustom.cpp',
163 'v8/custom/V8DocumentLocationCustom.cpp', 163 'v8/custom/V8DocumentLocationCustom.cpp',
164 'v8/custom/V8ElementCustom.cpp', 164 'v8/custom/V8ElementCustom.cpp',
165 'v8/custom/V8EntryCustom.cpp', 165 'v8/custom/V8EntryCustom.cpp',
166 'v8/custom/V8EntrySyncCustom.cpp', 166 'v8/custom/V8EntrySyncCustom.cpp',
167 'v8/custom/V8EventCustom.cpp', 167 'v8/custom/V8EventCustom.cpp',
168 'v8/custom/V8EventTargetCustom.cpp', 168 'v8/custom/V8EventTargetCustom.cpp',
169 'v8/custom/V8FileReaderCustom.cpp', 169 'v8/custom/V8FileReaderCustom.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'v8/custom/V8SVGDocumentCustom.cpp', 210 'v8/custom/V8SVGDocumentCustom.cpp',
211 'v8/custom/V8SVGElementCustom.cpp', 211 'v8/custom/V8SVGElementCustom.cpp',
212 'v8/custom/V8SVGLengthCustom.cpp', 212 'v8/custom/V8SVGLengthCustom.cpp',
213 'v8/custom/V8SVGPathSegCustom.cpp', 213 'v8/custom/V8SVGPathSegCustom.cpp',
214 'v8/custom/V8StyleSheetCustom.cpp', 214 'v8/custom/V8StyleSheetCustom.cpp',
215 'v8/custom/V8TextCustom.cpp', 215 'v8/custom/V8TextCustom.cpp',
216 'v8/custom/V8TrackEventCustom.cpp', 216 'v8/custom/V8TrackEventCustom.cpp',
217 'v8/custom/V8WebGLRenderingContextCustom.cpp', 217 'v8/custom/V8WebGLRenderingContextCustom.cpp',
218 'v8/custom/V8WebKitPointCustom.cpp', 218 'v8/custom/V8WebKitPointCustom.cpp',
219 'v8/custom/V8WindowCustom.cpp', 219 'v8/custom/V8WindowCustom.cpp',
220 'v8/custom/V8WorkerContextCustom.cpp', 220 'v8/custom/V8WorkerGlobalScopeCustom.cpp',
221 'v8/custom/V8WorkerCryptoCustom.cpp', 221 'v8/custom/V8WorkerCryptoCustom.cpp',
222 'v8/custom/V8WorkerCustom.cpp', 222 'v8/custom/V8WorkerCustom.cpp',
223 'v8/custom/V8XMLHttpRequestCustom.cpp', 223 'v8/custom/V8XMLHttpRequestCustom.cpp',
224 'v8/custom/V8XSLTProcessorCustom.cpp', 224 'v8/custom/V8XSLTProcessorCustom.cpp',
225 'v8/npruntime.cpp', 225 'v8/npruntime.cpp',
226 'v8/npruntime_impl.h', 226 'v8/npruntime_impl.h',
227 'v8/npruntime_priv.h', 227 'v8/npruntime_priv.h',
228 ], 228 ],
229 'conditions': [ 229 'conditions': [
230 ['OS=="win" and buildtype=="Official"', { 230 ['OS=="win" and buildtype=="Official"', {
(...skipping 20 matching lines...) Expand all
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
256 ], 256 ],
257 }], 257 }],
258 ], 258 ],
259 }, 259 },
260 } 260 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.cpp ('k') | Source/bindings/derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698