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

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

Issue 2126473002: Revert CSSMatrix classname to CSSMatrixTransformComponent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update webexposed tests as well 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 25 matching lines...) Expand all
36 'css/MediaQueryList.idl', 36 'css/MediaQueryList.idl',
37 'css/MediaQueryListEvent.idl', 37 'css/MediaQueryListEvent.idl',
38 'css/StyleMedia.idl', 38 'css/StyleMedia.idl',
39 'css/StyleSheet.idl', 39 'css/StyleSheet.idl',
40 'css/StyleSheetList.idl', 40 'css/StyleSheetList.idl',
41 'css/WebKitCSSMatrix.idl', 41 'css/WebKitCSSMatrix.idl',
42 'css/cssom/CSSAngleValue.idl', 42 'css/cssom/CSSAngleValue.idl',
43 'css/cssom/CSSCalcLength.idl', 43 'css/cssom/CSSCalcLength.idl',
44 'css/cssom/CSSKeywordValue.idl', 44 'css/cssom/CSSKeywordValue.idl',
45 'css/cssom/CSSLengthValue.idl', 45 'css/cssom/CSSLengthValue.idl',
46 'css/cssom/CSSMatrix.idl', 46 'css/cssom/CSSMatrixTransformComponent.idl',
47 'css/cssom/CSSNumberValue.idl', 47 'css/cssom/CSSNumberValue.idl',
48 'css/cssom/CSSPerspective.idl', 48 'css/cssom/CSSPerspective.idl',
49 'css/cssom/CSSPositionValue.idl', 49 'css/cssom/CSSPositionValue.idl',
50 'css/cssom/CSSRotation.idl', 50 'css/cssom/CSSRotation.idl',
51 'css/cssom/CSSScale.idl', 51 'css/cssom/CSSScale.idl',
52 'css/cssom/CSSSimpleLength.idl', 52 'css/cssom/CSSSimpleLength.idl',
53 'css/cssom/CSSSkew.idl', 53 'css/cssom/CSSSkew.idl',
54 'css/cssom/CSSStyleValue.idl', 54 'css/cssom/CSSStyleValue.idl',
55 'css/cssom/CSSTransformComponent.idl', 55 'css/cssom/CSSTransformComponent.idl',
56 'css/cssom/CSSTransformValue.idl', 56 'css/cssom/CSSTransformValue.idl',
(...skipping 4137 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 'testing/PrivateScriptTestTest.cpp', 4194 'testing/PrivateScriptTestTest.cpp',
4195 'timing/MemoryInfoTest.cpp', 4195 'timing/MemoryInfoTest.cpp',
4196 'timing/PerformanceBaseTest.cpp', 4196 'timing/PerformanceBaseTest.cpp',
4197 'timing/PerformanceObserverTest.cpp', 4197 'timing/PerformanceObserverTest.cpp',
4198 'workers/WorkerThreadTest.cpp', 4198 'workers/WorkerThreadTest.cpp',
4199 'workers/WorkerThreadTestHelper.h', 4199 'workers/WorkerThreadTestHelper.h',
4200 'xml/parser/SharedBufferReaderTest.cpp', 4200 'xml/parser/SharedBufferReaderTest.cpp',
4201 ], 4201 ],
4202 } 4202 }
4203 } 4203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698