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

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

Issue 1888673002: [DevTools] Move style sheet content storage from css agent to resource loader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorCSSAgent.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 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 'inspector/InspectorMemoryAgent.cpp', 1842 'inspector/InspectorMemoryAgent.cpp',
1843 'inspector/InspectorMemoryAgent.h', 1843 'inspector/InspectorMemoryAgent.h',
1844 'inspector/InspectorOverlayHost.cpp', 1844 'inspector/InspectorOverlayHost.cpp',
1845 'inspector/InspectorOverlayHost.h', 1845 'inspector/InspectorOverlayHost.h',
1846 'inspector/InspectorPageAgent.cpp', 1846 'inspector/InspectorPageAgent.cpp',
1847 'inspector/InspectorPageAgent.h', 1847 'inspector/InspectorPageAgent.h',
1848 'inspector/InspectorProfilerAgent.cpp', 1848 'inspector/InspectorProfilerAgent.cpp',
1849 'inspector/InspectorProfilerAgent.h', 1849 'inspector/InspectorProfilerAgent.h',
1850 'inspector/InspectorResourceAgent.cpp', 1850 'inspector/InspectorResourceAgent.cpp',
1851 'inspector/InspectorResourceAgent.h', 1851 'inspector/InspectorResourceAgent.h',
1852 'inspector/InspectorResourceContainer.cpp',
1853 'inspector/InspectorResourceContainer.h',
1852 'inspector/InspectorResourceContentLoader.cpp', 1854 'inspector/InspectorResourceContentLoader.cpp',
1853 'inspector/InspectorResourceContentLoader.h', 1855 'inspector/InspectorResourceContentLoader.h',
1854 'inspector/InspectorRuntimeAgent.cpp', 1856 'inspector/InspectorRuntimeAgent.cpp',
1855 'inspector/InspectorRuntimeAgent.h', 1857 'inspector/InspectorRuntimeAgent.h',
1856 'inspector/InspectorStyleSheet.cpp', 1858 'inspector/InspectorStyleSheet.cpp',
1857 'inspector/InspectorStyleSheet.h', 1859 'inspector/InspectorStyleSheet.h',
1858 'inspector/InspectorTaskRunner.cpp', 1860 'inspector/InspectorTaskRunner.cpp',
1859 'inspector/InspectorTaskRunner.h', 1861 'inspector/InspectorTaskRunner.h',
1860 'inspector/InspectorTraceEvents.cpp', 1862 'inspector/InspectorTraceEvents.cpp',
1861 'inspector/InspectorTraceEvents.h', 1863 'inspector/InspectorTraceEvents.h',
(...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after
4103 'svg/SVGPathParserTest.cpp', 4105 'svg/SVGPathParserTest.cpp',
4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4106 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4105 'testing/PrivateScriptTestTest.cpp', 4107 'testing/PrivateScriptTestTest.cpp',
4106 'timing/MemoryInfoTest.cpp', 4108 'timing/MemoryInfoTest.cpp',
4107 'workers/WorkerThreadTest.cpp', 4109 'workers/WorkerThreadTest.cpp',
4108 'workers/WorkerThreadTestHelper.h', 4110 'workers/WorkerThreadTestHelper.h',
4109 'xml/parser/SharedBufferReaderTest.cpp', 4111 'xml/parser/SharedBufferReaderTest.cpp',
4110 ], 4112 ],
4111 } 4113 }
4112 } 4114 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698