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

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

Issue 254613002: DevTools: add Tracing agent on back-end (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed a stray call to TracingAgent.enable() Created 6 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorController.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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 'inspector/InspectorState.h', 1267 'inspector/InspectorState.h',
1268 'inspector/InspectorStateClient.h', 1268 'inspector/InspectorStateClient.h',
1269 'inspector/InspectorStyleSheet.cpp', 1269 'inspector/InspectorStyleSheet.cpp',
1270 'inspector/InspectorStyleSheet.h', 1270 'inspector/InspectorStyleSheet.h',
1271 'inspector/InspectorStyleTextEditor.cpp', 1271 'inspector/InspectorStyleTextEditor.cpp',
1272 'inspector/InspectorStyleTextEditor.h', 1272 'inspector/InspectorStyleTextEditor.h',
1273 'inspector/InspectorTimelineAgent.cpp', 1273 'inspector/InspectorTimelineAgent.cpp',
1274 'inspector/InspectorTimelineAgent.h', 1274 'inspector/InspectorTimelineAgent.h',
1275 'inspector/InspectorTraceEvents.cpp', 1275 'inspector/InspectorTraceEvents.cpp',
1276 'inspector/InspectorTraceEvents.h', 1276 'inspector/InspectorTraceEvents.h',
1277 'inspector/InspectorTracingAgent.cpp',
1278 'inspector/InspectorTracingAgent.h',
1277 'inspector/InspectorWorkerAgent.cpp', 1279 'inspector/InspectorWorkerAgent.cpp',
1278 'inspector/InspectorWorkerAgent.h', 1280 'inspector/InspectorWorkerAgent.h',
1279 'inspector/InstrumentingAgents.h', 1281 'inspector/InstrumentingAgents.h',
1280 'inspector/JSONParser.cpp', 1282 'inspector/JSONParser.cpp',
1281 'inspector/JSONParser.h', 1283 'inspector/JSONParser.h',
1282 'inspector/JavaScriptCallFrame.cpp', 1284 'inspector/JavaScriptCallFrame.cpp',
1283 'inspector/JavaScriptCallFrame.h', 1285 'inspector/JavaScriptCallFrame.h',
1284 'inspector/NetworkResourcesData.cpp', 1286 'inspector/NetworkResourcesData.cpp',
1285 'inspector/NetworkResourcesData.h', 1287 'inspector/NetworkResourcesData.h',
1286 'inspector/PageConsoleAgent.cpp', 1288 'inspector/PageConsoleAgent.cpp',
(...skipping 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after
3389 'html/track/vtt/VTTScannerTest.cpp', 3391 'html/track/vtt/VTTScannerTest.cpp',
3390 'loader/MixedContentCheckerTest.cpp', 3392 'loader/MixedContentCheckerTest.cpp',
3391 'rendering/RenderOverflowTest.cpp', 3393 'rendering/RenderOverflowTest.cpp',
3392 'rendering/shapes/BoxShapeTest.cpp', 3394 'rendering/shapes/BoxShapeTest.cpp',
3393 'testing/UnitTestHelpers.cpp', 3395 'testing/UnitTestHelpers.cpp',
3394 'testing/UnitTestHelpers.h', 3396 'testing/UnitTestHelpers.h',
3395 'xml/parser/SharedBufferReaderTest.cpp', 3397 'xml/parser/SharedBufferReaderTest.cpp',
3396 ], 3398 ],
3397 } 3399 }
3398 } 3400 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698