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

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

Issue 171383002: A thread-safe Media Query Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | Source/core/css/MediaFeatureNames.h » ('j') | Source/core/css/MediaQueryExp.cpp » ('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 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'css/CSSMatrix.h', 704 'css/CSSMatrix.h',
705 'css/CSSMarkup.cpp', 705 'css/CSSMarkup.cpp',
706 'css/CSSMarkup.h', 706 'css/CSSMarkup.h',
707 'css/CSSMediaRule.cpp', 707 'css/CSSMediaRule.cpp',
708 'css/CSSMediaRule.h', 708 'css/CSSMediaRule.h',
709 'css/CSSOMUtils.cpp', 709 'css/CSSOMUtils.cpp',
710 'css/CSSOMUtils.h', 710 'css/CSSOMUtils.h',
711 'css/CSSPageRule.cpp', 711 'css/CSSPageRule.cpp',
712 'css/CSSPageRule.h', 712 'css/CSSPageRule.h',
713 'css/parser/BisonCSSParser.h', 713 'css/parser/BisonCSSParser.h',
714 'css/parser/NewCSSTokenizer.cpp',
715 'css/parser/MediaQueryParser.cpp',
716 'css/parser/CSSInputStream.cpp',
717 'css/parser/CSSToken.cpp',
714 'css/CSSParserMode.cpp', 718 'css/CSSParserMode.cpp',
715 'css/CSSParserMode.h', 719 'css/CSSParserMode.h',
716 'css/CSSParserValues.cpp', 720 'css/CSSParserValues.cpp',
717 'css/CSSPrimitiveValue.cpp', 721 'css/CSSPrimitiveValue.cpp',
718 'css/CSSPrimitiveValueMappings.h', 722 'css/CSSPrimitiveValueMappings.h',
719 'css/CSSProperty.cpp', 723 'css/CSSProperty.cpp',
720 'css/CSSPropertySourceData.cpp', 724 'css/CSSPropertySourceData.cpp',
721 'css/CSSReflectValue.cpp', 725 'css/CSSReflectValue.cpp',
722 'css/CSSRegionRule.cpp', 726 'css/CSSRegionRule.cpp',
723 'css/CSSRegionRule.h', 727 'css/CSSRegionRule.h',
(...skipping 2509 matching lines...) Expand 10 before | Expand all | Expand 10 after
3233 'animation/AnimationTest.cpp', 3237 'animation/AnimationTest.cpp',
3234 'animation/AnimationTranslationUtilTest.cpp', 3238 'animation/AnimationTranslationUtilTest.cpp',
3235 'animation/CompositorAnimationsTest.cpp', 3239 'animation/CompositorAnimationsTest.cpp',
3236 'animation/CompositorAnimationsTestHelper.h', 3240 'animation/CompositorAnimationsTestHelper.h',
3237 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3241 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3238 'animation/DocumentTimelineTest.cpp', 3242 'animation/DocumentTimelineTest.cpp',
3239 'animation/KeyframeEffectModelTest.cpp', 3243 'animation/KeyframeEffectModelTest.cpp',
3240 'animation/PlayerTest.cpp', 3244 'animation/PlayerTest.cpp',
3241 'animation/TimedItemCalculationsTest.cpp', 3245 'animation/TimedItemCalculationsTest.cpp',
3242 'animation/TimedItemTest.cpp', 3246 'animation/TimedItemTest.cpp',
3247 'css/parser/NewCSSTokenizerTest.cpp',
3248 'css/parser/MediaQueryParserTest.cpp',
3243 'css/CSSCalculationValueTest.cpp', 3249 'css/CSSCalculationValueTest.cpp',
3244 'css/CSSTestHelper.cpp', 3250 'css/CSSTestHelper.cpp',
3245 'css/CSSTestHelper.h', 3251 'css/CSSTestHelper.h',
3246 'css/CSSValueTestHelper.h', 3252 'css/CSSValueTestHelper.h',
3247 'css/CSSParserValuesTest.cpp', 3253 'css/CSSParserValuesTest.cpp',
3248 'css/CSSSelectorTest.cpp', 3254 'css/CSSSelectorTest.cpp',
3249 'css/CSSValueTestHelper.h', 3255 'css/CSSValueTestHelper.h',
3250 'css/DragUpdateTest.cpp', 3256 'css/DragUpdateTest.cpp',
3251 'css/HoverUpdateTest.cpp', 3257 'css/HoverUpdateTest.cpp',
3252 'css/RuleSetTest.cpp', 3258 'css/RuleSetTest.cpp',
(...skipping 14 matching lines...) Expand all
3267 'html/parser/HTMLParserThreadTest.cpp', 3273 'html/parser/HTMLParserThreadTest.cpp',
3268 'html/track/vtt/BufferedLineReaderTest.cpp', 3274 'html/track/vtt/BufferedLineReaderTest.cpp',
3269 'html/track/vtt/VTTScannerTest.cpp', 3275 'html/track/vtt/VTTScannerTest.cpp',
3270 'rendering/RenderOverflowTest.cpp', 3276 'rendering/RenderOverflowTest.cpp',
3271 'rendering/shapes/BoxShapeTest.cpp', 3277 'rendering/shapes/BoxShapeTest.cpp',
3272 'testing/UnitTestHelpers.cpp', 3278 'testing/UnitTestHelpers.cpp',
3273 'testing/UnitTestHelpers.h', 3279 'testing/UnitTestHelpers.h',
3274 ], 3280 ],
3275 } 3281 }
3276 } 3282 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/MediaFeatureNames.h » ('j') | Source/core/css/MediaQueryExp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698