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

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

Issue 223643002: Enable Media condition parsing on the MQ parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed clang errors Created 6 years, 8 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/MediaList.cpp » ('j') | Source/core/css/parser/MediaQueryParser.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 # 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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.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 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after
3339 'css/CSSValueTestHelper.h', 3339 'css/CSSValueTestHelper.h',
3340 'css/CSSParserValuesTest.cpp', 3340 'css/CSSParserValuesTest.cpp',
3341 'css/CSSSelectorTest.cpp', 3341 'css/CSSSelectorTest.cpp',
3342 'css/CSSValueTestHelper.h', 3342 'css/CSSValueTestHelper.h',
3343 'css/DragUpdateTest.cpp', 3343 'css/DragUpdateTest.cpp',
3344 'css/HoverUpdateTest.cpp', 3344 'css/HoverUpdateTest.cpp',
3345 'css/MediaQueryEvaluatorTest.cpp', 3345 'css/MediaQueryEvaluatorTest.cpp',
3346 'css/MediaQuerySetTest.cpp', 3346 'css/MediaQuerySetTest.cpp',
3347 'css/RuleSetTest.cpp', 3347 'css/RuleSetTest.cpp',
3348 'css/invalidation/DescendantInvalidationSetTest.cpp', 3348 'css/invalidation/DescendantInvalidationSetTest.cpp',
3349 'css/parser/MediaConditionTest.cpp',
3349 'css/resolver/FontBuilderTest.cpp', 3350 'css/resolver/FontBuilderTest.cpp',
3350 'dom/ActiveDOMObjectTest.cpp', 3351 'dom/ActiveDOMObjectTest.cpp',
3351 'dom/DOMImplementationTest.cpp', 3352 'dom/DOMImplementationTest.cpp',
3352 'css/parser/BisonCSSParserTest.cpp', 3353 'css/parser/BisonCSSParserTest.cpp',
3353 'dom/DocumentMarkerControllerTest.cpp', 3354 'dom/DocumentMarkerControllerTest.cpp',
3354 'dom/DocumentTest.cpp', 3355 'dom/DocumentTest.cpp',
3355 'dom/MainThreadTaskRunnerTest.cpp', 3356 'dom/MainThreadTaskRunnerTest.cpp',
3356 'dom/RangeTest.cpp', 3357 'dom/RangeTest.cpp',
3357 'editing/TextIteratorTest.cpp', 3358 'editing/TextIteratorTest.cpp',
3358 'fetch/CachingCorrectnessTest.cpp', 3359 'fetch/CachingCorrectnessTest.cpp',
(...skipping 10 matching lines...) Expand all
3369 'html/track/vtt/BufferedLineReaderTest.cpp', 3370 'html/track/vtt/BufferedLineReaderTest.cpp',
3370 'html/track/vtt/VTTScannerTest.cpp', 3371 'html/track/vtt/VTTScannerTest.cpp',
3371 'rendering/RenderOverflowTest.cpp', 3372 'rendering/RenderOverflowTest.cpp',
3372 'rendering/shapes/BoxShapeTest.cpp', 3373 'rendering/shapes/BoxShapeTest.cpp',
3373 'testing/UnitTestHelpers.cpp', 3374 'testing/UnitTestHelpers.cpp',
3374 'testing/UnitTestHelpers.h', 3375 'testing/UnitTestHelpers.h',
3375 'xml/parser/SharedBufferReaderTest.cpp', 3376 'xml/parser/SharedBufferReaderTest.cpp',
3376 ], 3377 ],
3377 } 3378 }
3378 } 3379 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/MediaList.cpp » ('j') | Source/core/css/parser/MediaQueryParser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698