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

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

Issue 74063002: DevTools: Support asynchronous call stacks on backend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed test flakiness Created 7 years 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/v8/ScriptDebugServer.cpp ('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 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 'fileapi/FileReader.cpp', 1016 'fileapi/FileReader.cpp',
1017 'fileapi/FileReader.h', 1017 'fileapi/FileReader.h',
1018 'fileapi/FileReaderLoader.cpp', 1018 'fileapi/FileReaderLoader.cpp',
1019 'fileapi/FileReaderLoader.h', 1019 'fileapi/FileReaderLoader.h',
1020 'fileapi/FileReaderLoaderClient.h', 1020 'fileapi/FileReaderLoaderClient.h',
1021 'fileapi/FileReaderSync.cpp', 1021 'fileapi/FileReaderSync.cpp',
1022 'fileapi/FileReaderSync.h', 1022 'fileapi/FileReaderSync.h',
1023 'fileapi/Stream.cpp', 1023 'fileapi/Stream.cpp',
1024 'fileapi/Stream.h', 1024 'fileapi/Stream.h',
1025 'history/HistoryItem.cpp', 1025 'history/HistoryItem.cpp',
1026 'inspector/AsyncCallStackTracker.cpp',
1027 'inspector/AsyncCallStackTracker.h',
1026 'inspector/BindingVisitors.h', 1028 'inspector/BindingVisitors.h',
1027 'inspector/ConsoleAPITypes.h', 1029 'inspector/ConsoleAPITypes.h',
1028 'inspector/ConsoleMessage.cpp', 1030 'inspector/ConsoleMessage.cpp',
1029 'inspector/ConsoleMessage.h', 1031 'inspector/ConsoleMessage.h',
1030 'inspector/ContentSearchUtils.cpp', 1032 'inspector/ContentSearchUtils.cpp',
1031 'inspector/ContentSearchUtils.h', 1033 'inspector/ContentSearchUtils.h',
1032 'inspector/DOMEditor.cpp', 1034 'inspector/DOMEditor.cpp',
1033 'inspector/DOMEditor.h', 1035 'inspector/DOMEditor.h',
1034 'inspector/DOMPatchSupport.cpp', 1036 'inspector/DOMPatchSupport.cpp',
1035 'inspector/DOMPatchSupport.h', 1037 'inspector/DOMPatchSupport.h',
(...skipping 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after
3338 'platform/animation/AnimationTranslationUtilTest.cpp', 3340 'platform/animation/AnimationTranslationUtilTest.cpp',
3339 'platform/animation/TimingFunctionTestHelper.h', 3341 'platform/animation/TimingFunctionTestHelper.h',
3340 'platform/animation/TimingFunctionTestHelper.cpp', 3342 'platform/animation/TimingFunctionTestHelper.cpp',
3341 'platform/animation/TimingFunctionTestHelperTest.cpp', 3343 'platform/animation/TimingFunctionTestHelperTest.cpp',
3342 'rendering/RenderOverflowTest.cpp', 3344 'rendering/RenderOverflowTest.cpp',
3343 'testing/UnitTestHelpers.h', 3345 'testing/UnitTestHelpers.h',
3344 'testing/UnitTestHelpers.cpp', 3346 'testing/UnitTestHelpers.cpp',
3345 ], 3347 ],
3346 } 3348 }
3347 } 3349 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/ScriptDebugServer.cpp ('k') | Source/core/inspector/AsyncCallStackTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698