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

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

Issue 2122193003: [Typed-OM] Add CSSTokenStreamValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused headers, renaming 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'css/cssom/CSSLengthValue.idl', 45 'css/cssom/CSSLengthValue.idl',
46 'css/cssom/CSSMatrixTransformComponent.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/CSSTokenStreamValue.idl',
55 'css/cssom/CSSTransformComponent.idl', 56 'css/cssom/CSSTransformComponent.idl',
56 'css/cssom/CSSTransformValue.idl', 57 'css/cssom/CSSTransformValue.idl',
57 'css/cssom/CSSTranslation.idl', 58 'css/cssom/CSSTranslation.idl',
58 'css/cssom/CSSVariableReferenceValue.idl', 59 'css/cssom/CSSVariableReferenceValue.idl',
59 'css/cssom/StylePropertyMap.idl', 60 'css/cssom/StylePropertyMap.idl',
60 'dom/ArrayBuffer.idl', 61 'dom/ArrayBuffer.idl',
61 'dom/ArrayBufferView.idl', 62 'dom/ArrayBufferView.idl',
62 'dom/Attr.idl', 63 'dom/Attr.idl',
63 'dom/CDATASection.idl', 64 'dom/CDATASection.idl',
64 'dom/CharacterData.idl', 65 'dom/CharacterData.idl',
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 'css/cssom/CSSRotation.h', 1352 'css/cssom/CSSRotation.h',
1352 'css/cssom/CSSScale.cpp', 1353 'css/cssom/CSSScale.cpp',
1353 'css/cssom/CSSScale.h', 1354 'css/cssom/CSSScale.h',
1354 'css/cssom/CSSSimpleLength.cpp', 1355 'css/cssom/CSSSimpleLength.cpp',
1355 'css/cssom/CSSSimpleLength.h', 1356 'css/cssom/CSSSimpleLength.h',
1356 'css/cssom/CSSSkew.cpp', 1357 'css/cssom/CSSSkew.cpp',
1357 'css/cssom/CSSSkew.h', 1358 'css/cssom/CSSSkew.h',
1358 'css/cssom/CSSStyleValue.cpp', 1359 'css/cssom/CSSStyleValue.cpp',
1359 'css/cssom/CSSStyleValue.h', 1360 'css/cssom/CSSStyleValue.h',
1360 'css/cssom/CSSStyleVariableReferenceValue.h', 1361 'css/cssom/CSSStyleVariableReferenceValue.h',
1362 'css/cssom/CSSTokenStreamValue.cpp',
1363 'css/cssom/CSSTokenStreamValue.h',
1361 'css/cssom/CSSTransformComponent.cpp', 1364 'css/cssom/CSSTransformComponent.cpp',
1362 'css/cssom/CSSTransformComponent.h', 1365 'css/cssom/CSSTransformComponent.h',
1363 'css/cssom/CSSTransformValue.cpp', 1366 'css/cssom/CSSTransformValue.cpp',
1364 'css/cssom/CSSTransformValue.h', 1367 'css/cssom/CSSTransformValue.h',
1365 'css/cssom/CSSTranslation.cpp', 1368 'css/cssom/CSSTranslation.cpp',
1366 'css/cssom/CSSTranslation.h', 1369 'css/cssom/CSSTranslation.h',
1367 'css/cssom/CSSUnsupportedStyleValue.cpp', 1370 'css/cssom/CSSUnsupportedStyleValue.cpp',
1368 'css/cssom/CSSUnsupportedStyleValue.h', 1371 'css/cssom/CSSUnsupportedStyleValue.h',
1369 'css/cssom/ComputedStylePropertyMap.cpp', 1372 'css/cssom/ComputedStylePropertyMap.cpp',
1370 'css/cssom/ComputedStylePropertyMap.h', 1373 'css/cssom/ComputedStylePropertyMap.h',
(...skipping 2836 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 'testing/PrivateScriptTestTest.cpp', 4210 'testing/PrivateScriptTestTest.cpp',
4208 'timing/MemoryInfoTest.cpp', 4211 'timing/MemoryInfoTest.cpp',
4209 'timing/PerformanceBaseTest.cpp', 4212 'timing/PerformanceBaseTest.cpp',
4210 'timing/PerformanceObserverTest.cpp', 4213 'timing/PerformanceObserverTest.cpp',
4211 'workers/WorkerThreadTest.cpp', 4214 'workers/WorkerThreadTest.cpp',
4212 'workers/WorkerThreadTestHelper.h', 4215 'workers/WorkerThreadTestHelper.h',
4213 'xml/parser/SharedBufferReaderTest.cpp', 4216 'xml/parser/SharedBufferReaderTest.cpp',
4214 ], 4217 ],
4215 } 4218 }
4216 } 4219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698