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

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: 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/CSSMatrix.idl', 46 'css/cssom/CSSMatrix.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/StylePropertyMap.idl', 59 'css/cssom/StylePropertyMap.idl',
59 'dom/ArrayBuffer.idl', 60 'dom/ArrayBuffer.idl',
60 'dom/ArrayBufferView.idl', 61 'dom/ArrayBufferView.idl',
61 'dom/Attr.idl', 62 'dom/Attr.idl',
62 'dom/CDATASection.idl', 63 'dom/CDATASection.idl',
63 'dom/CharacterData.idl', 64 'dom/CharacterData.idl',
64 'dom/ClientRect.idl', 65 'dom/ClientRect.idl',
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 'css/cssom/CSSRotation.cpp', 1357 'css/cssom/CSSRotation.cpp',
1357 'css/cssom/CSSRotation.h', 1358 'css/cssom/CSSRotation.h',
1358 'css/cssom/CSSScale.cpp', 1359 'css/cssom/CSSScale.cpp',
1359 'css/cssom/CSSScale.h', 1360 'css/cssom/CSSScale.h',
1360 'css/cssom/CSSSimpleLength.cpp', 1361 'css/cssom/CSSSimpleLength.cpp',
1361 'css/cssom/CSSSimpleLength.h', 1362 'css/cssom/CSSSimpleLength.h',
1362 'css/cssom/CSSSkew.cpp', 1363 'css/cssom/CSSSkew.cpp',
1363 'css/cssom/CSSSkew.h', 1364 'css/cssom/CSSSkew.h',
1364 'css/cssom/CSSStyleValue.cpp', 1365 'css/cssom/CSSStyleValue.cpp',
1365 'css/cssom/CSSStyleValue.h', 1366 'css/cssom/CSSStyleValue.h',
1367 'css/cssom/CSSTokenStreamValue.cpp',
1368 'css/cssom/CSSTokenStreamValue.h',
1366 'css/cssom/CSSTransformComponent.cpp', 1369 'css/cssom/CSSTransformComponent.cpp',
1367 'css/cssom/CSSTransformComponent.h', 1370 'css/cssom/CSSTransformComponent.h',
1368 'css/cssom/CSSTransformValue.cpp', 1371 'css/cssom/CSSTransformValue.cpp',
1369 'css/cssom/CSSTransformValue.h', 1372 'css/cssom/CSSTransformValue.h',
1370 'css/cssom/CSSTranslation.cpp', 1373 'css/cssom/CSSTranslation.cpp',
1371 'css/cssom/CSSTranslation.h', 1374 'css/cssom/CSSTranslation.h',
1372 'css/cssom/CSSUnsupportedStyleValue.cpp', 1375 'css/cssom/CSSUnsupportedStyleValue.cpp',
1373 'css/cssom/CSSUnsupportedStyleValue.h', 1376 'css/cssom/CSSUnsupportedStyleValue.h',
1374 'css/cssom/ComputedStylePropertyMap.cpp', 1377 'css/cssom/ComputedStylePropertyMap.cpp',
1375 'css/cssom/ComputedStylePropertyMap.h', 1378 'css/cssom/ComputedStylePropertyMap.h',
(...skipping 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 'testing/PrivateScriptTestTest.cpp', 4197 'testing/PrivateScriptTestTest.cpp',
4195 'timing/MemoryInfoTest.cpp', 4198 'timing/MemoryInfoTest.cpp',
4196 'timing/PerformanceBaseTest.cpp', 4199 'timing/PerformanceBaseTest.cpp',
4197 'timing/PerformanceObserverTest.cpp', 4200 'timing/PerformanceObserverTest.cpp',
4198 'workers/WorkerThreadTest.cpp', 4201 'workers/WorkerThreadTest.cpp',
4199 'workers/WorkerThreadTestHelper.h', 4202 'workers/WorkerThreadTestHelper.h',
4200 'xml/parser/SharedBufferReaderTest.cpp', 4203 'xml/parser/SharedBufferReaderTest.cpp',
4201 ], 4204 ],
4202 } 4205 }
4203 } 4206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698