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

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

Issue 2108213002: Move ClipPathOperation.h to core/style/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'layout/shapes/ShapeInterval.h', 791 'layout/shapes/ShapeInterval.h',
792 'layout/shapes/ShapeOutsideInfo.cpp', 792 'layout/shapes/ShapeOutsideInfo.cpp',
793 'layout/shapes/ShapeOutsideInfo.h', 793 'layout/shapes/ShapeOutsideInfo.h',
794 'style/AppliedTextDecoration.cpp', 794 'style/AppliedTextDecoration.cpp',
795 'style/BasicShapes.cpp', 795 'style/BasicShapes.cpp',
796 'style/BorderEdge.cpp', 796 'style/BorderEdge.cpp',
797 'style/BorderEdge.h', 797 'style/BorderEdge.h',
798 'style/BorderImageLength.h', 798 'style/BorderImageLength.h',
799 'style/BorderImageLengthBox.h', 799 'style/BorderImageLengthBox.h',
800 'style/CachedUAStyle.h', 800 'style/CachedUAStyle.h',
801 'style/ClipPathOperation.h',
801 'style/ContentData.cpp', 802 'style/ContentData.cpp',
802 'style/CounterDirectives.cpp', 803 'style/CounterDirectives.cpp',
803 'style/DataEquivalency.h', 804 'style/DataEquivalency.h',
804 'style/DataPersistent.h', 805 'style/DataPersistent.h',
805 'style/DataRef.h', 806 'style/DataRef.h',
806 'style/FillLayer.cpp', 807 'style/FillLayer.cpp',
807 'style/GridArea.h', 808 'style/GridArea.h',
808 'style/GridPositionsResolver.cpp', 809 'style/GridPositionsResolver.cpp',
809 'style/GridPositionsResolver.h', 810 'style/GridPositionsResolver.h',
810 'style/ComputedStyle.cpp', 811 'style/ComputedStyle.cpp',
(...skipping 3389 matching lines...) Expand 10 before | Expand all | Expand 10 after
4200 'testing/PrivateScriptTestTest.cpp', 4201 'testing/PrivateScriptTestTest.cpp',
4201 'timing/MemoryInfoTest.cpp', 4202 'timing/MemoryInfoTest.cpp',
4202 'timing/PerformanceBaseTest.cpp', 4203 'timing/PerformanceBaseTest.cpp',
4203 'timing/PerformanceObserverTest.cpp', 4204 'timing/PerformanceObserverTest.cpp',
4204 'workers/WorkerThreadTest.cpp', 4205 'workers/WorkerThreadTest.cpp',
4205 'workers/WorkerThreadTestHelper.h', 4206 'workers/WorkerThreadTestHelper.h',
4206 'xml/parser/SharedBufferReaderTest.cpp', 4207 'xml/parser/SharedBufferReaderTest.cpp',
4207 ], 4208 ],
4208 } 4209 }
4209 } 4210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698