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

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

Issue 1808853002: Move UnicodeRangeSet to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/CSSFontFace.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 3868 matching lines...) Expand 10 before | Expand all | Expand 10 after
3879 'animation/animatable/AnimatableLengthTest.cpp', 3879 'animation/animatable/AnimatableLengthTest.cpp',
3880 'animation/animatable/AnimatableNeutralTest.cpp', 3880 'animation/animatable/AnimatableNeutralTest.cpp',
3881 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3881 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3882 'animation/animatable/AnimatableUnknownTest.cpp', 3882 'animation/animatable/AnimatableUnknownTest.cpp',
3883 'animation/animatable/AnimatableValueTestHelper.cpp', 3883 'animation/animatable/AnimatableValueTestHelper.cpp',
3884 'animation/animatable/AnimatableValueTestHelper.h', 3884 'animation/animatable/AnimatableValueTestHelper.h',
3885 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3885 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3886 'clipboard/DataObjectTest.cpp', 3886 'clipboard/DataObjectTest.cpp',
3887 'css/AffectedByFocusTest.cpp', 3887 'css/AffectedByFocusTest.cpp',
3888 'css/CSSCalculationValueTest.cpp', 3888 'css/CSSCalculationValueTest.cpp',
3889 'css/CSSFontFaceTest.cpp',
3890 'css/CSSPageRuleTest.cpp', 3889 'css/CSSPageRuleTest.cpp',
3891 'css/CSSSelectorTest.cpp', 3890 'css/CSSSelectorTest.cpp',
3892 'css/CSSStyleDeclarationTest.cpp', 3891 'css/CSSStyleDeclarationTest.cpp',
3893 'css/CSSStyleSheetResourceTest.cpp', 3892 'css/CSSStyleSheetResourceTest.cpp',
3894 'css/CSSTestHelper.cpp', 3893 'css/CSSTestHelper.cpp',
3895 'css/CSSTestHelper.h', 3894 'css/CSSTestHelper.h',
3896 'css/CSSValueTestHelper.h', 3895 'css/CSSValueTestHelper.h',
3897 'css/DragUpdateTest.cpp', 3896 'css/DragUpdateTest.cpp',
3898 'css/MediaQueryEvaluatorTest.cpp', 3897 'css/MediaQueryEvaluatorTest.cpp',
3899 'css/MediaQueryListTest.cpp', 3898 'css/MediaQueryListTest.cpp',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4066 'style/SVGComputedStyleTest.cpp', 4065 'style/SVGComputedStyleTest.cpp',
4067 'svg/SVGPathParserTest.cpp', 4066 'svg/SVGPathParserTest.cpp',
4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4069 'testing/PrivateScriptTestTest.cpp', 4068 'testing/PrivateScriptTestTest.cpp',
4070 'timing/MemoryInfoTest.cpp', 4069 'timing/MemoryInfoTest.cpp',
4071 'workers/WorkerThreadTest.cpp', 4070 'workers/WorkerThreadTest.cpp',
4072 'xml/parser/SharedBufferReaderTest.cpp', 4071 'xml/parser/SharedBufferReaderTest.cpp',
4073 ], 4072 ],
4074 } 4073 }
4075 } 4074 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698