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

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

Issue 123053002: Add very basic CSS3 Syntax compatible tokenizer Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add CSSToken file Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/css/parser/CSSToken.h » ('j') | Source/core/css/parser/CSSToken.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'css/CSSMarkup.h', 680 'css/CSSMarkup.h',
681 'css/CSSMediaRule.cpp', 681 'css/CSSMediaRule.cpp',
682 'css/CSSMediaRule.h', 682 'css/CSSMediaRule.h',
683 'css/CSSMixFunctionValue.cpp', 683 'css/CSSMixFunctionValue.cpp',
684 'css/CSSMixFunctionValue.h', 684 'css/CSSMixFunctionValue.h',
685 'css/CSSOMUtils.cpp', 685 'css/CSSOMUtils.cpp',
686 'css/CSSOMUtils.h', 686 'css/CSSOMUtils.h',
687 'css/CSSPageRule.cpp', 687 'css/CSSPageRule.cpp',
688 'css/CSSPageRule.h', 688 'css/CSSPageRule.h',
689 'css/parser/BisonCSSParser.h', 689 'css/parser/BisonCSSParser.h',
690 'css/parser/NewCSSTokenizer.cpp',
691 'css/parser/CSSToken.cpp',
690 'css/CSSParserMode.cpp', 692 'css/CSSParserMode.cpp',
691 'css/CSSParserMode.h', 693 'css/CSSParserMode.h',
692 'css/CSSParserValues.cpp', 694 'css/CSSParserValues.cpp',
693 'css/CSSPrimitiveValue.cpp', 695 'css/CSSPrimitiveValue.cpp',
694 'css/CSSPrimitiveValueMappings.h', 696 'css/CSSPrimitiveValueMappings.h',
695 'css/CSSProperty.cpp', 697 'css/CSSProperty.cpp',
696 'css/CSSPropertySourceData.cpp', 698 'css/CSSPropertySourceData.cpp',
697 'css/CSSReflectValue.cpp', 699 'css/CSSReflectValue.cpp',
698 'css/CSSRegionRule.cpp', 700 'css/CSSRegionRule.cpp',
699 'css/CSSRegionRule.h', 701 'css/CSSRegionRule.h',
(...skipping 2543 matching lines...) Expand 10 before | Expand all | Expand 10 after
3243 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3245 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3244 'animation/DocumentTimelineTest.cpp', 3246 'animation/DocumentTimelineTest.cpp',
3245 'animation/ElementAnimationTest.cpp', 3247 'animation/ElementAnimationTest.cpp',
3246 'animation/KeyframeEffectModelTest.cpp', 3248 'animation/KeyframeEffectModelTest.cpp',
3247 'animation/PlayerTest.cpp', 3249 'animation/PlayerTest.cpp',
3248 'animation/TimedItemCalculationsTest.cpp', 3250 'animation/TimedItemCalculationsTest.cpp',
3249 'animation/TimedItemTest.cpp', 3251 'animation/TimedItemTest.cpp',
3250 'css/CSSParserValuesTest.cpp', 3252 'css/CSSParserValuesTest.cpp',
3251 'css/CSSCalculationValueTest.cpp', 3253 'css/CSSCalculationValueTest.cpp',
3252 'css/CSSValueTestHelper.h', 3254 'css/CSSValueTestHelper.h',
3255 'css/parser/NewCSSTokenizerTest.cpp',
3253 'dom/DocumentMarkerControllerTest.cpp', 3256 'dom/DocumentMarkerControllerTest.cpp',
3254 'editing/TextIteratorTest.cpp', 3257 'editing/TextIteratorTest.cpp',
3255 'dom/DOMImplementationTest.cpp', 3258 'dom/DOMImplementationTest.cpp',
3256 'dom/MainThreadTaskRunnerTest.cpp', 3259 'dom/MainThreadTaskRunnerTest.cpp',
3257 'fetch/ImageResourceTest.cpp', 3260 'fetch/ImageResourceTest.cpp',
3258 'fetch/MemoryCacheTest.cpp', 3261 'fetch/MemoryCacheTest.cpp',
3259 'fetch/RawResourceTest.cpp', 3262 'fetch/RawResourceTest.cpp',
3260 'fetch/ResourceFetcherTest.cpp', 3263 'fetch/ResourceFetcherTest.cpp',
3261 'html/HTMLDimensionTest.cpp', 3264 'html/HTMLDimensionTest.cpp',
3262 'html/LinkRelAttributeTest.cpp', 3265 'html/LinkRelAttributeTest.cpp',
3263 'html/TimeRangesTest.cpp', 3266 'html/TimeRangesTest.cpp',
3264 'html/track/vtt/BufferedLineReaderTest.cpp', 3267 'html/track/vtt/BufferedLineReaderTest.cpp',
3265 'frame/ImageBitmapTest.cpp', 3268 'frame/ImageBitmapTest.cpp',
3266 'platform/animation/AnimationTranslationUtilTest.cpp', 3269 'platform/animation/AnimationTranslationUtilTest.cpp',
3267 'platform/animation/TimingFunctionTestHelper.h', 3270 'platform/animation/TimingFunctionTestHelper.h',
3268 'platform/animation/TimingFunctionTestHelper.cpp', 3271 'platform/animation/TimingFunctionTestHelper.cpp',
3269 'platform/animation/TimingFunctionTestHelperTest.cpp', 3272 'platform/animation/TimingFunctionTestHelperTest.cpp',
3270 'rendering/RenderOverflowTest.cpp', 3273 'rendering/RenderOverflowTest.cpp',
3271 'rendering/shapes/BoxShapeTest.cpp', 3274 'rendering/shapes/BoxShapeTest.cpp',
3272 'testing/UnitTestHelpers.h', 3275 'testing/UnitTestHelpers.h',
3273 'testing/UnitTestHelpers.cpp', 3276 'testing/UnitTestHelpers.cpp',
3274 ], 3277 ],
3275 } 3278 }
3276 } 3279 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSToken.h » ('j') | Source/core/css/parser/CSSToken.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698