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

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

Issue 1855213002: Add DataPersistent<> for copy-on-modify and use for StyleFilterData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indirectly allocate Persistent<> 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/style/DataPersistent.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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'layout/shapes/ShapeOutsideInfo.h', 790 'layout/shapes/ShapeOutsideInfo.h',
791 'style/AppliedTextDecoration.cpp', 791 'style/AppliedTextDecoration.cpp',
792 'style/BasicShapes.cpp', 792 'style/BasicShapes.cpp',
793 'style/BorderEdge.cpp', 793 'style/BorderEdge.cpp',
794 'style/BorderEdge.h', 794 'style/BorderEdge.h',
795 'style/BorderImageLength.h', 795 'style/BorderImageLength.h',
796 'style/BorderImageLengthBox.h', 796 'style/BorderImageLengthBox.h',
797 'style/CachedUAStyle.h', 797 'style/CachedUAStyle.h',
798 'style/ContentData.cpp', 798 'style/ContentData.cpp',
799 'style/CounterDirectives.cpp', 799 'style/CounterDirectives.cpp',
800 'style/DataEquivalency.h',
801 'style/DataPersistent.h',
802 'style/DataRef.h',
800 'style/FillLayer.cpp', 803 'style/FillLayer.cpp',
801 'style/GridArea.h', 804 'style/GridArea.h',
802 'style/GridPositionsResolver.cpp', 805 'style/GridPositionsResolver.cpp',
803 'style/GridPositionsResolver.h', 806 'style/GridPositionsResolver.h',
804 'style/ComputedStyle.cpp', 807 'style/ComputedStyle.cpp',
805 'style/ComputedStyle.h', 808 'style/ComputedStyle.h',
806 'style/NinePieceImage.cpp', 809 'style/NinePieceImage.cpp',
807 'style/QuotesData.cpp', 810 'style/QuotesData.cpp',
808 'style/QuotesData.h', 811 'style/QuotesData.h',
809 'style/ShadowData.cpp', 812 'style/ShadowData.cpp',
(...skipping 3294 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 'svg/SVGPathParserTest.cpp', 4107 'svg/SVGPathParserTest.cpp',
4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4108 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4106 'testing/PrivateScriptTestTest.cpp', 4109 'testing/PrivateScriptTestTest.cpp',
4107 'timing/MemoryInfoTest.cpp', 4110 'timing/MemoryInfoTest.cpp',
4108 'workers/WorkerThreadTest.cpp', 4111 'workers/WorkerThreadTest.cpp',
4109 'workers/WorkerThreadTestHelper.h', 4112 'workers/WorkerThreadTestHelper.h',
4110 'xml/parser/SharedBufferReaderTest.cpp', 4113 'xml/parser/SharedBufferReaderTest.cpp',
4111 ], 4114 ],
4112 } 4115 }
4113 } 4116 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/DataPersistent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698