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

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

Issue 1187193005: DevTools: migrate from CSS.setPropertyText to CSS.setStyleText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 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 | Annotate | Revision Log
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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 'inspector/InspectorResourceAgent.h', 1671 'inspector/InspectorResourceAgent.h',
1672 'inspector/InspectorResourceContentLoader.cpp', 1672 'inspector/InspectorResourceContentLoader.cpp',
1673 'inspector/InspectorResourceContentLoader.h', 1673 'inspector/InspectorResourceContentLoader.h',
1674 'inspector/InspectorRuntimeAgent.cpp', 1674 'inspector/InspectorRuntimeAgent.cpp',
1675 'inspector/InspectorRuntimeAgent.h', 1675 'inspector/InspectorRuntimeAgent.h',
1676 'inspector/InspectorState.cpp', 1676 'inspector/InspectorState.cpp',
1677 'inspector/InspectorState.h', 1677 'inspector/InspectorState.h',
1678 'inspector/InspectorStateClient.h', 1678 'inspector/InspectorStateClient.h',
1679 'inspector/InspectorStyleSheet.cpp', 1679 'inspector/InspectorStyleSheet.cpp',
1680 'inspector/InspectorStyleSheet.h', 1680 'inspector/InspectorStyleSheet.h',
1681 'inspector/InspectorStyleTextEditor.cpp',
1682 'inspector/InspectorStyleTextEditor.h',
1683 'inspector/InspectorTaskRunner.cpp', 1681 'inspector/InspectorTaskRunner.cpp',
1684 'inspector/InspectorTaskRunner.h', 1682 'inspector/InspectorTaskRunner.h',
1685 'inspector/InspectorTimelineAgent.cpp', 1683 'inspector/InspectorTimelineAgent.cpp',
1686 'inspector/InspectorTimelineAgent.h', 1684 'inspector/InspectorTimelineAgent.h',
1687 'inspector/InspectorTraceEvents.cpp', 1685 'inspector/InspectorTraceEvents.cpp',
1688 'inspector/InspectorTraceEvents.h', 1686 'inspector/InspectorTraceEvents.h',
1689 'inspector/InspectorTracingAgent.cpp', 1687 'inspector/InspectorTracingAgent.cpp',
1690 'inspector/InspectorTracingAgent.h', 1688 'inspector/InspectorTracingAgent.h',
1691 'inspector/InspectorWorkerAgent.cpp', 1689 'inspector/InspectorWorkerAgent.cpp',
1692 'inspector/InspectorWorkerAgent.h', 1690 'inspector/InspectorWorkerAgent.h',
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3954 'style/OutlineValueTest.cpp', 3952 'style/OutlineValueTest.cpp',
3955 'style/SVGComputedStyleTest.cpp', 3953 'style/SVGComputedStyleTest.cpp',
3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3957 'testing/PrivateScriptTestTest.cpp', 3955 'testing/PrivateScriptTestTest.cpp',
3958 'timing/MemoryInfoTest.cpp', 3956 'timing/MemoryInfoTest.cpp',
3959 'workers/WorkerThreadTest.cpp', 3957 'workers/WorkerThreadTest.cpp',
3960 'xml/parser/SharedBufferReaderTest.cpp', 3958 'xml/parser/SharedBufferReaderTest.cpp',
3961 ], 3959 ],
3962 } 3960 }
3963 } 3961 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/styles-4/styles-update-links-expected.txt ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698