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

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

Issue 196653020: Revert 169289 "A thread-safe Media Query Parser" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 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 | trunk/Source/core/css/CSSPrimitiveValue.h » ('j') | no next file with comments »
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/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'css/CSSMarkup.h', 713 'css/CSSMarkup.h',
714 'css/CSSMediaRule.cpp', 714 'css/CSSMediaRule.cpp',
715 'css/CSSMediaRule.h', 715 'css/CSSMediaRule.h',
716 'css/CSSOMUtils.cpp', 716 'css/CSSOMUtils.cpp',
717 'css/CSSOMUtils.h', 717 'css/CSSOMUtils.h',
718 'css/CSSPageRule.cpp', 718 'css/CSSPageRule.cpp',
719 'css/CSSPageRule.h', 719 'css/CSSPageRule.h',
720 'css/parser/BisonCSSParser.h', 720 'css/parser/BisonCSSParser.h',
721 'css/parser/CSSPropertyParser.cpp', 721 'css/parser/CSSPropertyParser.cpp',
722 'css/parser/CSSPropertyParser.h', 722 'css/parser/CSSPropertyParser.h',
723 'css/parser/MediaQueryTokenizer.cpp',
724 'css/parser/MediaQueryParser.cpp',
725 'css/parser/MediaQueryInputStream.cpp',
726 'css/parser/MediaQueryToken.cpp',
727 'css/CSSParserMode.cpp', 723 'css/CSSParserMode.cpp',
728 'css/CSSParserMode.h', 724 'css/CSSParserMode.h',
729 'css/CSSParserValues.cpp', 725 'css/CSSParserValues.cpp',
730 'css/CSSPrimitiveValue.cpp', 726 'css/CSSPrimitiveValue.cpp',
731 'css/CSSPrimitiveValueMappings.h', 727 'css/CSSPrimitiveValueMappings.h',
732 'css/CSSProperty.cpp', 728 'css/CSSProperty.cpp',
733 'css/CSSPropertySourceData.cpp', 729 'css/CSSPropertySourceData.cpp',
734 'css/CSSReflectValue.cpp', 730 'css/CSSReflectValue.cpp',
735 'css/CSSRule.cpp', 731 'css/CSSRule.cpp',
736 'css/CSSRule.h', 732 'css/CSSRule.h',
(...skipping 2539 matching lines...) Expand 10 before | Expand all | Expand 10 after
3276 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3272 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3277 'animation/DocumentTimelineTest.cpp', 3273 'animation/DocumentTimelineTest.cpp',
3278 'animation/InterpolableValueTest.cpp', 3274 'animation/InterpolableValueTest.cpp',
3279 'animation/InterpolationEffectTest.cpp', 3275 'animation/InterpolationEffectTest.cpp',
3280 'animation/KeyframeEffectModelTest.cpp', 3276 'animation/KeyframeEffectModelTest.cpp',
3281 'animation/PlayerTest.cpp', 3277 'animation/PlayerTest.cpp',
3282 'animation/TimedItemCalculationsTest.cpp', 3278 'animation/TimedItemCalculationsTest.cpp',
3283 'animation/TimedItemTest.cpp', 3279 'animation/TimedItemTest.cpp',
3284 'animation/TimingInputTest.cpp', 3280 'animation/TimingInputTest.cpp',
3285 'css/AffectedByFocusTest.cpp', 3281 'css/AffectedByFocusTest.cpp',
3286 'css/parser/MediaQueryTokenizerTest.cpp',
3287 'css/CSSCalculationValueTest.cpp', 3282 'css/CSSCalculationValueTest.cpp',
3288 'css/CSSFontFaceTest.cpp', 3283 'css/CSSFontFaceTest.cpp',
3289 'css/CSSTestHelper.cpp', 3284 'css/CSSTestHelper.cpp',
3290 'css/CSSTestHelper.h', 3285 'css/CSSTestHelper.h',
3291 'css/CSSValueTestHelper.h', 3286 'css/CSSValueTestHelper.h',
3292 'css/CSSParserValuesTest.cpp', 3287 'css/CSSParserValuesTest.cpp',
3293 'css/CSSSelectorTest.cpp', 3288 'css/CSSSelectorTest.cpp',
3294 'css/CSSValueTestHelper.h', 3289 'css/CSSValueTestHelper.h',
3295 'css/DragUpdateTest.cpp', 3290 'css/DragUpdateTest.cpp',
3296 'css/HoverUpdateTest.cpp', 3291 'css/HoverUpdateTest.cpp',
(...skipping 21 matching lines...) Expand all
3318 'html/track/vtt/BufferedLineReaderTest.cpp', 3313 'html/track/vtt/BufferedLineReaderTest.cpp',
3319 'html/track/vtt/VTTScannerTest.cpp', 3314 'html/track/vtt/VTTScannerTest.cpp',
3320 'rendering/RenderOverflowTest.cpp', 3315 'rendering/RenderOverflowTest.cpp',
3321 'rendering/shapes/BoxShapeTest.cpp', 3316 'rendering/shapes/BoxShapeTest.cpp',
3322 'testing/UnitTestHelpers.cpp', 3317 'testing/UnitTestHelpers.cpp',
3323 'testing/UnitTestHelpers.h', 3318 'testing/UnitTestHelpers.h',
3324 'xml/parser/SharedBufferReaderTest.cpp', 3319 'xml/parser/SharedBufferReaderTest.cpp',
3325 ], 3320 ],
3326 } 3321 }
3327 } 3322 }
OLDNEW
« no previous file with comments | « no previous file | trunk/Source/core/css/CSSPrimitiveValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698