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

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

Issue 2038773002: [Typed OM] Add an "UnsupportedStyleValue" in C++ that just has a string for unknown types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylevaue
Patch Set: Address comments about comments Created 4 years, 6 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 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 'css/cssom/CSSRotation.cpp', 1353 'css/cssom/CSSRotation.cpp',
1354 'css/cssom/CSSRotation.h', 1354 'css/cssom/CSSRotation.h',
1355 'css/cssom/CSSScale.cpp', 1355 'css/cssom/CSSScale.cpp',
1356 'css/cssom/CSSScale.h', 1356 'css/cssom/CSSScale.h',
1357 'css/cssom/CSSSimpleLength.cpp', 1357 'css/cssom/CSSSimpleLength.cpp',
1358 'css/cssom/CSSSimpleLength.h', 1358 'css/cssom/CSSSimpleLength.h',
1359 'css/cssom/CSSSkew.cpp', 1359 'css/cssom/CSSSkew.cpp',
1360 'css/cssom/CSSSkew.h', 1360 'css/cssom/CSSSkew.h',
1361 'css/cssom/CSSStyleValue.cpp', 1361 'css/cssom/CSSStyleValue.cpp',
1362 'css/cssom/CSSStyleValue.h', 1362 'css/cssom/CSSStyleValue.h',
1363 'css/cssom/CSSUnsupportedStyleValue.cpp',
1364 'css/cssom/CSSUnsupportedStyleValue.h',
1363 'css/cssom/CSSTranslation.cpp', 1365 'css/cssom/CSSTranslation.cpp',
1364 'css/cssom/CSSTranslation.h', 1366 'css/cssom/CSSTranslation.h',
1365 'css/cssom/ComputedStylePropertyMap.cpp', 1367 'css/cssom/ComputedStylePropertyMap.cpp',
1366 'css/cssom/ComputedStylePropertyMap.h', 1368 'css/cssom/ComputedStylePropertyMap.h',
1367 'css/cssom/ImmutableStylePropertyMap.h', 1369 'css/cssom/ImmutableStylePropertyMap.h',
1368 'css/cssom/InlineStylePropertyMap.cpp', 1370 'css/cssom/InlineStylePropertyMap.cpp',
1369 'css/cssom/InlineStylePropertyMap.h', 1371 'css/cssom/InlineStylePropertyMap.h',
1370 'css/cssom/MutableStylePropertyMap.h', 1372 'css/cssom/MutableStylePropertyMap.h',
1371 'css/cssom/StylePropertyMap.cpp', 1373 'css/cssom/StylePropertyMap.cpp',
1372 'css/cssom/StylePropertyMap.h', 1374 'css/cssom/StylePropertyMap.h',
(...skipping 2798 matching lines...) Expand 10 before | Expand all | Expand 10 after
4171 'testing/PrivateScriptTestTest.cpp', 4173 'testing/PrivateScriptTestTest.cpp',
4172 'timing/MemoryInfoTest.cpp', 4174 'timing/MemoryInfoTest.cpp',
4173 'timing/PerformanceBaseTest.cpp', 4175 'timing/PerformanceBaseTest.cpp',
4174 'timing/PerformanceObserverTest.cpp', 4176 'timing/PerformanceObserverTest.cpp',
4175 'workers/WorkerThreadTest.cpp', 4177 'workers/WorkerThreadTest.cpp',
4176 'workers/WorkerThreadTestHelper.h', 4178 'workers/WorkerThreadTestHelper.h',
4177 'xml/parser/SharedBufferReaderTest.cpp', 4179 'xml/parser/SharedBufferReaderTest.cpp',
4178 ], 4180 ],
4179 } 4181 }
4180 } 4182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698