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

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

Issue 297683002: Remove DevTools instrumentation of Blink promises. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/core/core.gyp ('k') | Source/core/inspector/AsyncCallStackTracker.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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 'inspector/InspectorNodeIds.cpp', 1252 'inspector/InspectorNodeIds.cpp',
1253 'inspector/InspectorNodeIds.h', 1253 'inspector/InspectorNodeIds.h',
1254 'inspector/InspectorOverlay.cpp', 1254 'inspector/InspectorOverlay.cpp',
1255 'inspector/InspectorOverlay.h', 1255 'inspector/InspectorOverlay.h',
1256 'inspector/InspectorOverlayHost.cpp', 1256 'inspector/InspectorOverlayHost.cpp',
1257 'inspector/InspectorOverlayHost.h', 1257 'inspector/InspectorOverlayHost.h',
1258 'inspector/InspectorPageAgent.cpp', 1258 'inspector/InspectorPageAgent.cpp',
1259 'inspector/InspectorPageAgent.h', 1259 'inspector/InspectorPageAgent.h',
1260 'inspector/InspectorProfilerAgent.cpp', 1260 'inspector/InspectorProfilerAgent.cpp',
1261 'inspector/InspectorProfilerAgent.h', 1261 'inspector/InspectorProfilerAgent.h',
1262 'inspector/InspectorPromiseInstrumentation.h',
1263 'inspector/InspectorResourceAgent.cpp', 1262 'inspector/InspectorResourceAgent.cpp',
1264 'inspector/InspectorResourceAgent.h', 1263 'inspector/InspectorResourceAgent.h',
1265 'inspector/InspectorRuntimeAgent.cpp', 1264 'inspector/InspectorRuntimeAgent.cpp',
1266 'inspector/InspectorRuntimeAgent.h', 1265 'inspector/InspectorRuntimeAgent.h',
1267 'inspector/InspectorState.cpp', 1266 'inspector/InspectorState.cpp',
1268 'inspector/InspectorState.h', 1267 'inspector/InspectorState.h',
1269 'inspector/InspectorStateClient.h', 1268 'inspector/InspectorStateClient.h',
1270 'inspector/InspectorStyleSheet.cpp', 1269 'inspector/InspectorStyleSheet.cpp',
1271 'inspector/InspectorStyleSheet.h', 1270 'inspector/InspectorStyleSheet.h',
1272 'inspector/InspectorStyleTextEditor.cpp', 1271 'inspector/InspectorStyleTextEditor.cpp',
(...skipping 12 matching lines...) Expand all
1285 'inspector/JavaScriptCallFrame.cpp', 1284 'inspector/JavaScriptCallFrame.cpp',
1286 'inspector/JavaScriptCallFrame.h', 1285 'inspector/JavaScriptCallFrame.h',
1287 'inspector/NetworkResourcesData.cpp', 1286 'inspector/NetworkResourcesData.cpp',
1288 'inspector/NetworkResourcesData.h', 1287 'inspector/NetworkResourcesData.h',
1289 'inspector/PageConsoleAgent.cpp', 1288 'inspector/PageConsoleAgent.cpp',
1290 'inspector/PageConsoleAgent.h', 1289 'inspector/PageConsoleAgent.h',
1291 'inspector/PageDebuggerAgent.cpp', 1290 'inspector/PageDebuggerAgent.cpp',
1292 'inspector/PageDebuggerAgent.h', 1291 'inspector/PageDebuggerAgent.h',
1293 'inspector/PageRuntimeAgent.cpp', 1292 'inspector/PageRuntimeAgent.cpp',
1294 'inspector/PageRuntimeAgent.h', 1293 'inspector/PageRuntimeAgent.h',
1295 'inspector/PromiseTracker.cpp',
1296 'inspector/PromiseTracker.h',
1297 'inspector/ScriptArguments.cpp', 1294 'inspector/ScriptArguments.cpp',
1298 'inspector/ScriptArguments.h', 1295 'inspector/ScriptArguments.h',
1299 'inspector/ScriptCallFrame.cpp', 1296 'inspector/ScriptCallFrame.cpp',
1300 'inspector/ScriptCallFrame.h', 1297 'inspector/ScriptCallFrame.h',
1301 'inspector/ScriptCallStack.cpp', 1298 'inspector/ScriptCallStack.cpp',
1302 'inspector/ScriptCallStack.h', 1299 'inspector/ScriptCallStack.h',
1303 'inspector/ScriptGCEventListener.h', 1300 'inspector/ScriptGCEventListener.h',
1304 'inspector/ScriptProfile.cpp', 1301 'inspector/ScriptProfile.cpp',
1305 'inspector/ScriptProfile.h', 1302 'inspector/ScriptProfile.h',
1306 'inspector/TimelineRecordFactory.cpp', 1303 'inspector/TimelineRecordFactory.cpp',
(...skipping 2082 matching lines...) Expand 10 before | Expand all | Expand 10 after
3389 'html/track/vtt/VTTScannerTest.cpp', 3386 'html/track/vtt/VTTScannerTest.cpp',
3390 'loader/MixedContentCheckerTest.cpp', 3387 'loader/MixedContentCheckerTest.cpp',
3391 'rendering/RenderOverflowTest.cpp', 3388 'rendering/RenderOverflowTest.cpp',
3392 'rendering/shapes/BoxShapeTest.cpp', 3389 'rendering/shapes/BoxShapeTest.cpp',
3393 'testing/UnitTestHelpers.cpp', 3390 'testing/UnitTestHelpers.cpp',
3394 'testing/UnitTestHelpers.h', 3391 'testing/UnitTestHelpers.h',
3395 'xml/parser/SharedBufferReaderTest.cpp', 3392 'xml/parser/SharedBufferReaderTest.cpp',
3396 ], 3393 ],
3397 } 3394 }
3398 } 3395 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/inspector/AsyncCallStackTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698