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

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

Issue 1973153004: Fix FontCacheKey-keyed HashMap usage in core/css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +comment Created 4 years, 7 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/css/CSSFontFaceSource.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 3905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 'animation/animatable/AnimatableLengthTest.cpp', 3916 'animation/animatable/AnimatableLengthTest.cpp',
3917 'animation/animatable/AnimatableNeutralTest.cpp', 3917 'animation/animatable/AnimatableNeutralTest.cpp',
3918 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3918 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3919 'animation/animatable/AnimatableUnknownTest.cpp', 3919 'animation/animatable/AnimatableUnknownTest.cpp',
3920 'animation/animatable/AnimatableValueTestHelper.cpp', 3920 'animation/animatable/AnimatableValueTestHelper.cpp',
3921 'animation/animatable/AnimatableValueTestHelper.h', 3921 'animation/animatable/AnimatableValueTestHelper.h',
3922 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3922 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3923 'clipboard/DataObjectTest.cpp', 3923 'clipboard/DataObjectTest.cpp',
3924 'css/AffectedByFocusTest.cpp', 3924 'css/AffectedByFocusTest.cpp',
3925 'css/CSSCalculationValueTest.cpp', 3925 'css/CSSCalculationValueTest.cpp',
3926 'css/CSSFontFaceSourceTest.cpp',
3926 'css/CSSPageRuleTest.cpp', 3927 'css/CSSPageRuleTest.cpp',
3927 'css/CSSSelectorTest.cpp', 3928 'css/CSSSelectorTest.cpp',
3928 'css/CSSStyleDeclarationTest.cpp', 3929 'css/CSSStyleDeclarationTest.cpp',
3929 'css/CSSStyleSheetResourceTest.cpp', 3930 'css/CSSStyleSheetResourceTest.cpp',
3930 'css/CSSTestHelper.cpp', 3931 'css/CSSTestHelper.cpp',
3931 'css/CSSTestHelper.h', 3932 'css/CSSTestHelper.h',
3932 'css/CSSValueTestHelper.h', 3933 'css/CSSValueTestHelper.h',
3933 'css/DragUpdateTest.cpp', 3934 'css/DragUpdateTest.cpp',
3934 'css/MediaQueryEvaluatorTest.cpp', 3935 'css/MediaQueryEvaluatorTest.cpp',
3935 'css/MediaQueryListTest.cpp', 3936 'css/MediaQueryListTest.cpp',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4121 'testing/PrivateScriptTestTest.cpp', 4122 'testing/PrivateScriptTestTest.cpp',
4122 'timing/MemoryInfoTest.cpp', 4123 'timing/MemoryInfoTest.cpp',
4123 'timing/PerformanceBaseTest.cpp', 4124 'timing/PerformanceBaseTest.cpp',
4124 'workers/WorkerThreadTest.cpp', 4125 'workers/WorkerThreadTest.cpp',
4125 'workers/WorkerThreadTestHelper.h', 4126 'workers/WorkerThreadTestHelper.h',
4126 'xml/parser/SharedBufferReaderTest.cpp', 4127 'xml/parser/SharedBufferReaderTest.cpp',
4127 ], 4128 ],
4128 } 4129 }
4129 } 4130 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSFontFaceSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698