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

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

Issue 1587933004: Reland [DevTools] Added base SourceMap implementation on backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deoilpanize 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
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 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1812 'inspector/ScriptCallFrame.cpp', 1812 'inspector/ScriptCallFrame.cpp',
1813 'inspector/ScriptCallFrame.h', 1813 'inspector/ScriptCallFrame.h',
1814 'inspector/ScriptCallStack.cpp', 1814 'inspector/ScriptCallStack.cpp',
1815 'inspector/ScriptCallStack.h', 1815 'inspector/ScriptCallStack.h',
1816 'inspector/v8/InspectorWrapper.cpp', 1816 'inspector/v8/InspectorWrapper.cpp',
1817 'inspector/v8/InspectorWrapper.h', 1817 'inspector/v8/InspectorWrapper.h',
1818 'inspector/v8/IgnoreExceptionsScope.h', 1818 'inspector/v8/IgnoreExceptionsScope.h',
1819 'inspector/v8/JavaScriptCallFrame.cpp', 1819 'inspector/v8/JavaScriptCallFrame.cpp',
1820 'inspector/v8/JavaScriptCallFrame.h', 1820 'inspector/v8/JavaScriptCallFrame.h',
1821 'inspector/v8/ScriptBreakpoint.h', 1821 'inspector/v8/ScriptBreakpoint.h',
1822 'inspector/v8/SourceMap.cpp',
1823 'inspector/v8/SourceMap.h',
1822 'inspector/v8/V8AsyncCallTracker.cpp', 1824 'inspector/v8/V8AsyncCallTracker.cpp',
1823 'inspector/v8/V8AsyncCallTracker.h', 1825 'inspector/v8/V8AsyncCallTracker.h',
1824 'inspector/v8/V8DebuggerAgent.h', 1826 'inspector/v8/V8DebuggerAgent.h',
1825 'inspector/v8/V8DebuggerAgentImpl.cpp', 1827 'inspector/v8/V8DebuggerAgentImpl.cpp',
1826 'inspector/v8/V8DebuggerAgentImpl.h', 1828 'inspector/v8/V8DebuggerAgentImpl.h',
1827 'inspector/v8/V8Debugger.h', 1829 'inspector/v8/V8Debugger.h',
1828 'inspector/v8/V8DebuggerClient.h', 1830 'inspector/v8/V8DebuggerClient.h',
1829 'inspector/v8/V8DebuggerImpl.cpp', 1831 'inspector/v8/V8DebuggerImpl.cpp',
1830 'inspector/v8/V8DebuggerImpl.h', 1832 'inspector/v8/V8DebuggerImpl.h',
1831 'inspector/v8/V8DebuggerScript.cpp', 1833 'inspector/v8/V8DebuggerScript.cpp',
(...skipping 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after
3935 'fileapi/FileTest.cpp', 3937 'fileapi/FileTest.cpp',
3936 'frame/FrameViewTest.cpp', 3938 'frame/FrameViewTest.cpp',
3937 'frame/ImageBitmapTest.cpp', 3939 'frame/ImageBitmapTest.cpp',
3938 'frame/OriginsUsingFeaturesTest.cpp', 3940 'frame/OriginsUsingFeaturesTest.cpp',
3939 'frame/RootFrameViewportTest.cpp', 3941 'frame/RootFrameViewportTest.cpp',
3940 'frame/SubresourceIntegrityTest.cpp', 3942 'frame/SubresourceIntegrityTest.cpp',
3941 'frame/UseCounterTest.cpp', 3943 'frame/UseCounterTest.cpp',
3942 'frame/csp/CSPSourceListTest.cpp', 3944 'frame/csp/CSPSourceListTest.cpp',
3943 'frame/csp/CSPSourceTest.cpp', 3945 'frame/csp/CSPSourceTest.cpp',
3944 'frame/csp/ContentSecurityPolicyTest.cpp', 3946 'frame/csp/ContentSecurityPolicyTest.cpp',
3947 'inspector/v8/SourceMapTest.cpp',
3945 'html/FormDataTest.cpp', 3948 'html/FormDataTest.cpp',
3946 'html/HTMLDimensionTest.cpp', 3949 'html/HTMLDimensionTest.cpp',
3947 'html/HTMLFormControlElementTest.cpp', 3950 'html/HTMLFormControlElementTest.cpp',
3948 'html/HTMLImageElementTest.cpp', 3951 'html/HTMLImageElementTest.cpp',
3949 'html/HTMLInputElementTest.cpp', 3952 'html/HTMLInputElementTest.cpp',
3950 'html/HTMLLinkElementSizesAttributeTest.cpp', 3953 'html/HTMLLinkElementSizesAttributeTest.cpp',
3951 'html/HTMLOutputElementTest.cpp', 3954 'html/HTMLOutputElementTest.cpp',
3952 'html/HTMLSelectElementTest.cpp', 3955 'html/HTMLSelectElementTest.cpp',
3953 'html/HTMLTableRowElementTest.cpp', 3956 'html/HTMLTableRowElementTest.cpp',
3954 'html/HTMLTextFormControlElementTest.cpp', 3957 'html/HTMLTextFormControlElementTest.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
4016 'style/SVGComputedStyleTest.cpp', 4019 'style/SVGComputedStyleTest.cpp',
4017 'svg/SVGPathParserTest.cpp', 4020 'svg/SVGPathParserTest.cpp',
4018 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4021 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4019 'testing/PrivateScriptTestTest.cpp', 4022 'testing/PrivateScriptTestTest.cpp',
4020 'timing/MemoryInfoTest.cpp', 4023 'timing/MemoryInfoTest.cpp',
4021 'workers/WorkerThreadTest.cpp', 4024 'workers/WorkerThreadTest.cpp',
4022 'xml/parser/SharedBufferReaderTest.cpp', 4025 'xml/parser/SharedBufferReaderTest.cpp',
4023 ], 4026 ],
4024 } 4027 }
4025 } 4028 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698