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

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

Issue 1161323002: DevTools: implement JavaScriptCallFrame binding based on v8 API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved V8JavaScriptCallFrame to bindings/core/v8/inspector/ Created 5 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
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'html/track/TextTrackCueList.idl', 278 'html/track/TextTrackCueList.idl',
279 'html/track/TextTrackList.idl', 279 'html/track/TextTrackList.idl',
280 'html/track/TrackEvent.idl', 280 'html/track/TrackEvent.idl',
281 'html/track/VideoTrack.idl', 281 'html/track/VideoTrack.idl',
282 'html/track/VideoTrackList.idl', 282 'html/track/VideoTrackList.idl',
283 'html/track/vtt/VTTCue.idl', 283 'html/track/vtt/VTTCue.idl',
284 'html/track/vtt/VTTRegion.idl', 284 'html/track/vtt/VTTRegion.idl',
285 'html/track/vtt/VTTRegionList.idl', 285 'html/track/vtt/VTTRegionList.idl',
286 'inspector/InjectedScriptHost.idl', 286 'inspector/InjectedScriptHost.idl',
287 'inspector/InspectorOverlayHost.idl', 287 'inspector/InspectorOverlayHost.idl',
288 'inspector/JavaScriptCallFrame.idl',
289 'loader/appcache/ApplicationCache.idl', 288 'loader/appcache/ApplicationCache.idl',
290 'page/EventSource.idl', 289 'page/EventSource.idl',
291 'page/PagePopupController.idl', 290 'page/PagePopupController.idl',
292 'page/scrolling/ScrollState.idl', 291 'page/scrolling/ScrollState.idl',
293 'streams/ReadableByteStream.idl', 292 'streams/ReadableByteStream.idl',
294 'streams/ReadableByteStreamReader.idl', 293 'streams/ReadableByteStreamReader.idl',
295 'streams/ReadableStream.idl', 294 'streams/ReadableStream.idl',
296 'streams/ReadableStreamReader.idl', 295 'streams/ReadableStreamReader.idl',
297 'streams/Stream.idl', 296 'streams/Stream.idl',
298 'svg/SVGAElement.idl', 297 'svg/SVGAElement.idl',
(...skipping 3622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3921 'style/ComputedStyleTest.cpp', 3920 'style/ComputedStyleTest.cpp',
3922 'style/OutlineValueTest.cpp', 3921 'style/OutlineValueTest.cpp',
3923 'style/SVGComputedStyleTest.cpp', 3922 'style/SVGComputedStyleTest.cpp',
3924 'testing/PrivateScriptTestTest.cpp', 3923 'testing/PrivateScriptTestTest.cpp',
3925 'timing/MemoryInfoTest.cpp', 3924 'timing/MemoryInfoTest.cpp',
3926 'workers/WorkerThreadTest.cpp', 3925 'workers/WorkerThreadTest.cpp',
3927 'xml/parser/SharedBufferReaderTest.cpp', 3926 'xml/parser/SharedBufferReaderTest.cpp',
3928 ], 3927 ],
3929 } 3928 }
3930 } 3929 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698