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

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

Issue 63173020: Split VTTCue from TextTrackCue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'v8/custom/V8PopStateEventCustom.cpp', 212 'v8/custom/V8PopStateEventCustom.cpp',
213 'v8/custom/V8PromiseCustom.cpp', 213 'v8/custom/V8PromiseCustom.cpp',
214 'v8/custom/V8SQLResultSetRowListCustom.cpp', 214 'v8/custom/V8SQLResultSetRowListCustom.cpp',
215 'v8/custom/V8SQLTransactionCustom.cpp', 215 'v8/custom/V8SQLTransactionCustom.cpp',
216 'v8/custom/V8SQLTransactionSyncCustom.cpp', 216 'v8/custom/V8SQLTransactionSyncCustom.cpp',
217 'v8/custom/V8SVGElementCustom.cpp', 217 'v8/custom/V8SVGElementCustom.cpp',
218 'v8/custom/V8SVGLengthCustom.cpp', 218 'v8/custom/V8SVGLengthCustom.cpp',
219 'v8/custom/V8SVGPathSegCustom.cpp', 219 'v8/custom/V8SVGPathSegCustom.cpp',
220 'v8/custom/V8StyleSheetCustom.cpp', 220 'v8/custom/V8StyleSheetCustom.cpp',
221 'v8/custom/V8TextCustom.cpp', 221 'v8/custom/V8TextCustom.cpp',
222 'v8/custom/V8TextTrackCueCustom.cpp',
222 'v8/custom/V8TrackEventCustom.cpp', 223 'v8/custom/V8TrackEventCustom.cpp',
223 'v8/custom/V8TypedArrayCustom.h', 224 'v8/custom/V8TypedArrayCustom.h',
224 'v8/custom/V8Uint8ArrayCustom.h', 225 'v8/custom/V8Uint8ArrayCustom.h',
225 'v8/custom/V8Uint8ClampedArrayCustom.h', 226 'v8/custom/V8Uint8ClampedArrayCustom.h',
226 'v8/custom/V8Uint16ArrayCustom.h', 227 'v8/custom/V8Uint16ArrayCustom.h',
227 'v8/custom/V8Uint32ArrayCustom.h', 228 'v8/custom/V8Uint32ArrayCustom.h',
228 'v8/custom/V8WebGLRenderingContextCustom.cpp', 229 'v8/custom/V8WebGLRenderingContextCustom.cpp',
229 'v8/custom/V8WebKitPointCustom.cpp', 230 'v8/custom/V8WebKitPointCustom.cpp',
230 'v8/custom/V8WindowCustom.cpp', 231 'v8/custom/V8WindowCustom.cpp',
231 'v8/custom/V8WorkerGlobalScopeCustom.cpp', 232 'v8/custom/V8WorkerGlobalScopeCustom.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
271 ], 272 ],
272 }], 273 }],
273 ], 274 ],
274 }, 275 },
275 } 276 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/bindings/v8/custom/V8TextTrackCueCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698