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 1919813002: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'style/StyleFlexibleBoxData.cpp', 819 'style/StyleFlexibleBoxData.cpp',
820 'style/StyleGeneratedImage.cpp', 820 'style/StyleGeneratedImage.cpp',
821 'style/StyleGridData.cpp', 821 'style/StyleGridData.cpp',
822 'style/StyleGridItemData.cpp', 822 'style/StyleGridItemData.cpp',
823 'style/StyleInheritedData.cpp', 823 'style/StyleInheritedData.cpp',
824 'style/StyleInvalidImage.h', 824 'style/StyleInvalidImage.h',
825 'style/StyleMotionData.cpp', 825 'style/StyleMotionData.cpp',
826 'style/StyleMotionData.h', 826 'style/StyleMotionData.h',
827 'style/StyleMotionRotation.h', 827 'style/StyleMotionRotation.h',
828 'style/StyleMultiColData.cpp', 828 'style/StyleMultiColData.cpp',
829 'style/StyleNavigationData.cpp',
830 'style/StyleNavigationData.h',
831 'style/StyleNavigationValue.h',
829 'style/StylePath.cpp', 832 'style/StylePath.cpp',
830 'style/StylePath.h', 833 'style/StylePath.h',
831 'style/StylePendingImage.h', 834 'style/StylePendingImage.h',
832 'style/StyleRareInheritedData.cpp', 835 'style/StyleRareInheritedData.cpp',
833 'style/StyleRareNonInheritedData.cpp', 836 'style/StyleRareNonInheritedData.cpp',
834 'style/StyleScrollSnapData.cpp', 837 'style/StyleScrollSnapData.cpp',
835 'style/StyleScrollSnapData.h', 838 'style/StyleScrollSnapData.h',
836 'style/StyleSelfAlignmentData.h', 839 'style/StyleSelfAlignmentData.h',
837 'style/StyleSurroundData.cpp', 840 'style/StyleSurroundData.cpp',
838 'style/StyleTransformData.cpp', 841 'style/StyleTransformData.cpp',
(...skipping 3245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4084 'svg/SVGPathParserTest.cpp', 4087 'svg/SVGPathParserTest.cpp',
4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4086 'testing/PrivateScriptTestTest.cpp', 4089 'testing/PrivateScriptTestTest.cpp',
4087 'timing/MemoryInfoTest.cpp', 4090 'timing/MemoryInfoTest.cpp',
4088 'workers/WorkerThreadTest.cpp', 4091 'workers/WorkerThreadTest.cpp',
4089 'workers/WorkerThreadTestHelper.h', 4092 'workers/WorkerThreadTestHelper.h',
4090 'xml/parser/SharedBufferReaderTest.cpp', 4093 'xml/parser/SharedBufferReaderTest.cpp',
4091 ], 4094 ],
4092 } 4095 }
4093 } 4096 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698