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

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

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 'frame/csp/CSPDirectiveList.cpp', 1776 'frame/csp/CSPDirectiveList.cpp',
1777 'frame/csp/CSPSource.cpp', 1777 'frame/csp/CSPSource.cpp',
1778 'frame/csp/CSPSourceList.cpp', 1778 'frame/csp/CSPSourceList.cpp',
1779 'frame/csp/ContentSecurityPolicy.cpp', 1779 'frame/csp/ContentSecurityPolicy.cpp',
1780 'frame/csp/MediaListDirective.cpp', 1780 'frame/csp/MediaListDirective.cpp',
1781 'frame/csp/SourceListDirective.cpp', 1781 'frame/csp/SourceListDirective.cpp',
1782 'imagebitmap/ImageBitmapFactories.cpp', 1782 'imagebitmap/ImageBitmapFactories.cpp',
1783 'imagebitmap/ImageBitmapFactories.h', 1783 'imagebitmap/ImageBitmapFactories.h',
1784 'imagebitmap/ImageBitmapSource.cpp', 1784 'imagebitmap/ImageBitmapSource.cpp',
1785 'imagebitmap/ImageBitmapSource.h', 1785 'imagebitmap/ImageBitmapSource.h',
1786 'inspector/AsyncCallTracker.cpp',
1787 'inspector/AsyncCallTracker.h',
1788 'inspector/AsyncOperationMap.h', 1786 'inspector/AsyncOperationMap.h',
1789 'inspector/ConsoleAPITypes.h', 1787 'inspector/ConsoleAPITypes.h',
1790 'inspector/ConsoleMessage.cpp', 1788 'inspector/ConsoleMessage.cpp',
1791 'inspector/ConsoleMessage.h', 1789 'inspector/ConsoleMessage.h',
1792 'inspector/ConsoleMessageStorage.cpp', 1790 'inspector/ConsoleMessageStorage.cpp',
1793 'inspector/ConsoleMessageStorage.h', 1791 'inspector/ConsoleMessageStorage.h',
1794 'inspector/DOMEditor.cpp', 1792 'inspector/DOMEditor.cpp',
1795 'inspector/DOMEditor.h', 1793 'inspector/DOMEditor.h',
1796 'inspector/DOMPatchSupport.cpp', 1794 'inspector/DOMPatchSupport.cpp',
1797 'inspector/DOMPatchSupport.h', 1795 'inspector/DOMPatchSupport.h',
(...skipping 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4090 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4091 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4092 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4093 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4094 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4095 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4096 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4097 ],
4100 } 4098 }
4101 } 4099 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698