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

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

Issue 433653003: Support Promises event-based instrumentation on backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Disable PromiseTracker and REBASE Created 6 years, 4 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
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1322 'inspector/JavaScriptCallFrame.cpp', 1322 'inspector/JavaScriptCallFrame.cpp',
1323 'inspector/JavaScriptCallFrame.h', 1323 'inspector/JavaScriptCallFrame.h',
1324 'inspector/NetworkResourcesData.cpp', 1324 'inspector/NetworkResourcesData.cpp',
1325 'inspector/NetworkResourcesData.h', 1325 'inspector/NetworkResourcesData.h',
1326 'inspector/PageConsoleAgent.cpp', 1326 'inspector/PageConsoleAgent.cpp',
1327 'inspector/PageConsoleAgent.h', 1327 'inspector/PageConsoleAgent.h',
1328 'inspector/PageDebuggerAgent.cpp', 1328 'inspector/PageDebuggerAgent.cpp',
1329 'inspector/PageDebuggerAgent.h', 1329 'inspector/PageDebuggerAgent.h',
1330 'inspector/PageRuntimeAgent.cpp', 1330 'inspector/PageRuntimeAgent.cpp',
1331 'inspector/PageRuntimeAgent.h', 1331 'inspector/PageRuntimeAgent.h',
1332 'inspector/PromiseTracker.cpp',
1333 'inspector/PromiseTracker.h',
1332 'inspector/ScriptArguments.cpp', 1334 'inspector/ScriptArguments.cpp',
1333 'inspector/ScriptArguments.h', 1335 'inspector/ScriptArguments.h',
1334 'inspector/ScriptAsyncCallStack.cpp', 1336 'inspector/ScriptAsyncCallStack.cpp',
1335 'inspector/ScriptAsyncCallStack.h', 1337 'inspector/ScriptAsyncCallStack.h',
1336 'inspector/ScriptCallFrame.cpp', 1338 'inspector/ScriptCallFrame.cpp',
1337 'inspector/ScriptCallFrame.h', 1339 'inspector/ScriptCallFrame.h',
1338 'inspector/ScriptCallStack.cpp', 1340 'inspector/ScriptCallStack.cpp',
1339 'inspector/ScriptCallStack.h', 1341 'inspector/ScriptCallStack.h',
1340 'inspector/ScriptGCEventListener.h', 1342 'inspector/ScriptGCEventListener.h',
1341 'inspector/ScriptProfile.cpp', 1343 'inspector/ScriptProfile.cpp',
(...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3460 'rendering/shapes/BoxShapeTest.cpp', 3462 'rendering/shapes/BoxShapeTest.cpp',
3461 'rendering/style/OutlineValueTest.cpp', 3463 'rendering/style/OutlineValueTest.cpp',
3462 'testing/PrivateScriptTestTest.cpp', 3464 'testing/PrivateScriptTestTest.cpp',
3463 'streams/ReadableStreamTest.cpp', 3465 'streams/ReadableStreamTest.cpp',
3464 'testing/UnitTestHelpers.cpp', 3466 'testing/UnitTestHelpers.cpp',
3465 'testing/UnitTestHelpers.h', 3467 'testing/UnitTestHelpers.h',
3466 'xml/parser/SharedBufferReaderTest.cpp', 3468 'xml/parser/SharedBufferReaderTest.cpp',
3467 ], 3469 ],
3468 } 3470 }
3469 } 3471 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698