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

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

Issue 1574133002: [DevTools] Added base SourceMap implementation on backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/v8/SourceMap.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 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 'inspector/ScriptCallFrame.cpp', 1808 'inspector/ScriptCallFrame.cpp',
1809 'inspector/ScriptCallFrame.h', 1809 'inspector/ScriptCallFrame.h',
1810 'inspector/ScriptCallStack.cpp', 1810 'inspector/ScriptCallStack.cpp',
1811 'inspector/ScriptCallStack.h', 1811 'inspector/ScriptCallStack.h',
1812 'inspector/v8/InspectorWrapper.cpp', 1812 'inspector/v8/InspectorWrapper.cpp',
1813 'inspector/v8/InspectorWrapper.h', 1813 'inspector/v8/InspectorWrapper.h',
1814 'inspector/v8/IgnoreExceptionsScope.h', 1814 'inspector/v8/IgnoreExceptionsScope.h',
1815 'inspector/v8/JavaScriptCallFrame.cpp', 1815 'inspector/v8/JavaScriptCallFrame.cpp',
1816 'inspector/v8/JavaScriptCallFrame.h', 1816 'inspector/v8/JavaScriptCallFrame.h',
1817 'inspector/v8/ScriptBreakpoint.h', 1817 'inspector/v8/ScriptBreakpoint.h',
1818 'inspector/v8/SourceMap.cpp',
1819 'inspector/v8/SourceMap.h',
1818 'inspector/v8/V8AsyncCallTracker.cpp', 1820 'inspector/v8/V8AsyncCallTracker.cpp',
1819 'inspector/v8/V8AsyncCallTracker.h', 1821 'inspector/v8/V8AsyncCallTracker.h',
1820 'inspector/v8/V8DebuggerAgent.h', 1822 'inspector/v8/V8DebuggerAgent.h',
1821 'inspector/v8/V8DebuggerAgentImpl.cpp', 1823 'inspector/v8/V8DebuggerAgentImpl.cpp',
1822 'inspector/v8/V8DebuggerAgentImpl.h', 1824 'inspector/v8/V8DebuggerAgentImpl.h',
1823 'inspector/v8/V8Debugger.h', 1825 'inspector/v8/V8Debugger.h',
1824 'inspector/v8/V8DebuggerClient.h', 1826 'inspector/v8/V8DebuggerClient.h',
1825 'inspector/v8/V8DebuggerImpl.cpp', 1827 'inspector/v8/V8DebuggerImpl.cpp',
1826 'inspector/v8/V8DebuggerImpl.h', 1828 'inspector/v8/V8DebuggerImpl.h',
1827 'inspector/v8/V8DebuggerScript.cpp', 1829 'inspector/v8/V8DebuggerScript.cpp',
(...skipping 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after
3928 'fileapi/FileTest.cpp', 3930 'fileapi/FileTest.cpp',
3929 'frame/FrameViewTest.cpp', 3931 'frame/FrameViewTest.cpp',
3930 'frame/ImageBitmapTest.cpp', 3932 'frame/ImageBitmapTest.cpp',
3931 'frame/OriginsUsingFeaturesTest.cpp', 3933 'frame/OriginsUsingFeaturesTest.cpp',
3932 'frame/RootFrameViewportTest.cpp', 3934 'frame/RootFrameViewportTest.cpp',
3933 'frame/SubresourceIntegrityTest.cpp', 3935 'frame/SubresourceIntegrityTest.cpp',
3934 'frame/UseCounterTest.cpp', 3936 'frame/UseCounterTest.cpp',
3935 'frame/csp/CSPSourceListTest.cpp', 3937 'frame/csp/CSPSourceListTest.cpp',
3936 'frame/csp/CSPSourceTest.cpp', 3938 'frame/csp/CSPSourceTest.cpp',
3937 'frame/csp/ContentSecurityPolicyTest.cpp', 3939 'frame/csp/ContentSecurityPolicyTest.cpp',
3940 'inspector/v8/SourceMapTest.cpp',
3938 'html/FormDataTest.cpp', 3941 'html/FormDataTest.cpp',
3939 'html/HTMLDimensionTest.cpp', 3942 'html/HTMLDimensionTest.cpp',
3940 'html/HTMLFormControlElementTest.cpp', 3943 'html/HTMLFormControlElementTest.cpp',
3941 'html/HTMLImageElementTest.cpp', 3944 'html/HTMLImageElementTest.cpp',
3942 'html/HTMLInputElementTest.cpp', 3945 'html/HTMLInputElementTest.cpp',
3943 'html/HTMLLinkElementSizesAttributeTest.cpp', 3946 'html/HTMLLinkElementSizesAttributeTest.cpp',
3944 'html/HTMLOutputElementTest.cpp', 3947 'html/HTMLOutputElementTest.cpp',
3945 'html/HTMLSelectElementTest.cpp', 3948 'html/HTMLSelectElementTest.cpp',
3946 'html/HTMLTableRowElementTest.cpp', 3949 'html/HTMLTableRowElementTest.cpp',
3947 'html/HTMLTextFormControlElementTest.cpp', 3950 'html/HTMLTextFormControlElementTest.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
4009 'style/SVGComputedStyleTest.cpp', 4012 'style/SVGComputedStyleTest.cpp',
4010 'svg/SVGPathParserTest.cpp', 4013 'svg/SVGPathParserTest.cpp',
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4014 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4012 'testing/PrivateScriptTestTest.cpp', 4015 'testing/PrivateScriptTestTest.cpp',
4013 'timing/MemoryInfoTest.cpp', 4016 'timing/MemoryInfoTest.cpp',
4014 'workers/WorkerThreadTest.cpp', 4017 'workers/WorkerThreadTest.cpp',
4015 'xml/parser/SharedBufferReaderTest.cpp', 4018 'xml/parser/SharedBufferReaderTest.cpp',
4016 ], 4019 ],
4017 } 4020 }
4018 } 4021 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/v8/SourceMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698