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

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

Issue 14334002: Delete WorldContextHandle in favor of DOMWrapperWorld (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'v8/V8WindowErrorHandler.cpp', 140 'v8/V8WindowErrorHandler.cpp',
141 'v8/V8WindowErrorHandler.h', 141 'v8/V8WindowErrorHandler.h',
142 'v8/V8WorkerContextErrorHandler.cpp', 142 'v8/V8WorkerContextErrorHandler.cpp',
143 'v8/V8WorkerContextErrorHandler.h', 143 'v8/V8WorkerContextErrorHandler.h',
144 'v8/V8WorkerContextEventListener.cpp', 144 'v8/V8WorkerContextEventListener.cpp',
145 'v8/V8WorkerContextEventListener.h', 145 'v8/V8WorkerContextEventListener.h',
146 'v8/WorkerScriptController.cpp', 146 'v8/WorkerScriptController.cpp',
147 'v8/WorkerScriptController.h', 147 'v8/WorkerScriptController.h',
148 'v8/WorkerScriptDebugServer.cpp', 148 'v8/WorkerScriptDebugServer.cpp',
149 'v8/WorkerScriptDebugServer.h', 149 'v8/WorkerScriptDebugServer.h',
150 'v8/WorldContextHandle.cpp',
151 'v8/WorldContextHandle.h',
152 'v8/WrapperTypeInfo.h', 150 'v8/WrapperTypeInfo.h',
153 'v8/custom/V8ArrayBufferCustom.cpp', 151 'v8/custom/V8ArrayBufferCustom.cpp',
154 'v8/custom/V8ArrayBufferCustom.h', 152 'v8/custom/V8ArrayBufferCustom.h',
155 'v8/custom/V8ArrayBufferViewCustom.cpp', 153 'v8/custom/V8ArrayBufferViewCustom.cpp',
156 'v8/custom/V8ArrayBufferViewCustom.h', 154 'v8/custom/V8ArrayBufferViewCustom.h',
157 'v8/custom/V8AudioBufferSourceNodeCustom.cpp', 155 'v8/custom/V8AudioBufferSourceNodeCustom.cpp',
158 'v8/custom/V8AudioContextCustom.cpp', 156 'v8/custom/V8AudioContextCustom.cpp',
159 'v8/custom/V8BiquadFilterNodeCustom.cpp', 157 'v8/custom/V8BiquadFilterNodeCustom.cpp',
160 'v8/custom/V8BlobCustom.cpp', 158 'v8/custom/V8BlobCustom.cpp',
161 'v8/custom/V8CSSRuleCustom.cpp', 159 'v8/custom/V8CSSRuleCustom.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'v8/custom/V8WorkerContextCustom.cpp', 240 'v8/custom/V8WorkerContextCustom.cpp',
243 'v8/custom/V8WorkerCustom.cpp', 241 'v8/custom/V8WorkerCustom.cpp',
244 'v8/custom/V8XMLHttpRequestCustom.cpp', 242 'v8/custom/V8XMLHttpRequestCustom.cpp',
245 'v8/custom/V8XSLTProcessorCustom.cpp', 243 'v8/custom/V8XSLTProcessorCustom.cpp',
246 'v8/npruntime.cpp', 244 'v8/npruntime.cpp',
247 'v8/npruntime_impl.h', 245 'v8/npruntime_impl.h',
248 'v8/npruntime_priv.h', 246 'v8/npruntime_priv.h',
249 ], 247 ],
250 } 248 }
251 } 249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698