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

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

Issue 1621923002: [DevTools] Remove InspectorState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 10 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/InspectorAnimationAgent.cpp » ('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 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 'inspector/InspectorPageAgent.cpp', 1762 'inspector/InspectorPageAgent.cpp',
1763 'inspector/InspectorPageAgent.h', 1763 'inspector/InspectorPageAgent.h',
1764 'inspector/InspectorProfilerAgent.cpp', 1764 'inspector/InspectorProfilerAgent.cpp',
1765 'inspector/InspectorProfilerAgent.h', 1765 'inspector/InspectorProfilerAgent.h',
1766 'inspector/InspectorResourceAgent.cpp', 1766 'inspector/InspectorResourceAgent.cpp',
1767 'inspector/InspectorResourceAgent.h', 1767 'inspector/InspectorResourceAgent.h',
1768 'inspector/InspectorResourceContentLoader.cpp', 1768 'inspector/InspectorResourceContentLoader.cpp',
1769 'inspector/InspectorResourceContentLoader.h', 1769 'inspector/InspectorResourceContentLoader.h',
1770 'inspector/InspectorRuntimeAgent.cpp', 1770 'inspector/InspectorRuntimeAgent.cpp',
1771 'inspector/InspectorRuntimeAgent.h', 1771 'inspector/InspectorRuntimeAgent.h',
1772 'inspector/InspectorState.cpp',
1773 'inspector/InspectorState.h',
1774 'inspector/InspectorStateClient.h',
1775 'inspector/InspectorStyleSheet.cpp', 1772 'inspector/InspectorStyleSheet.cpp',
1776 'inspector/InspectorStyleSheet.h', 1773 'inspector/InspectorStyleSheet.h',
1777 'inspector/InspectorTaskRunner.cpp', 1774 'inspector/InspectorTaskRunner.cpp',
1778 'inspector/InspectorTaskRunner.h', 1775 'inspector/InspectorTaskRunner.h',
1779 'inspector/InspectorTimelineAgent.cpp', 1776 'inspector/InspectorTimelineAgent.cpp',
1780 'inspector/InspectorTimelineAgent.h', 1777 'inspector/InspectorTimelineAgent.h',
1781 'inspector/InspectorTraceEvents.cpp', 1778 'inspector/InspectorTraceEvents.cpp',
1782 'inspector/InspectorTraceEvents.h', 1779 'inspector/InspectorTraceEvents.h',
1783 'inspector/InspectorTracingAgent.cpp', 1780 'inspector/InspectorTracingAgent.cpp',
1784 'inspector/InspectorTracingAgent.h', 1781 'inspector/InspectorTracingAgent.h',
(...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'style/SVGComputedStyleTest.cpp', 4032 'style/SVGComputedStyleTest.cpp',
4036 'svg/SVGPathParserTest.cpp', 4033 'svg/SVGPathParserTest.cpp',
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4038 'testing/PrivateScriptTestTest.cpp', 4035 'testing/PrivateScriptTestTest.cpp',
4039 'timing/MemoryInfoTest.cpp', 4036 'timing/MemoryInfoTest.cpp',
4040 'workers/WorkerThreadTest.cpp', 4037 'workers/WorkerThreadTest.cpp',
4041 'xml/parser/SharedBufferReaderTest.cpp', 4038 'xml/parser/SharedBufferReaderTest.cpp',
4042 ], 4039 ],
4043 } 4040 }
4044 } 4041 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698