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

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

Issue 201813002: Enable Media query evaluation in the preload scanner (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Debug and clang fixes 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
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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'css/FontSize.h', 788 'css/FontSize.h',
789 'css/HashTools.h', 789 'css/HashTools.h',
790 'css/LocalFontFaceSource.cpp', 790 'css/LocalFontFaceSource.cpp',
791 'css/LocalFontFaceSource.h', 791 'css/LocalFontFaceSource.h',
792 'css/MediaList.cpp', 792 'css/MediaList.cpp',
793 'css/MediaList.h', 793 'css/MediaList.h',
794 'css/MediaQuery.cpp', 794 'css/MediaQuery.cpp',
795 'css/MediaQuery.h', 795 'css/MediaQuery.h',
796 'css/MediaQueryEvaluator.cpp', 796 'css/MediaQueryEvaluator.cpp',
797 'css/MediaQueryEvaluator.h', 797 'css/MediaQueryEvaluator.h',
798 'css/MediaValues.cpp',
abarth-chromium 2014/03/27 21:01:55 Please keep this list in alphabetical order. :)
798 'css/MediaQueryExp.cpp', 799 'css/MediaQueryExp.cpp',
799 'css/MediaQueryExp.h', 800 'css/MediaQueryExp.h',
800 'css/MediaQueryList.cpp', 801 'css/MediaQueryList.cpp',
801 'css/MediaQueryList.h', 802 'css/MediaQueryList.h',
802 'css/MediaQueryListListener.cpp', 803 'css/MediaQueryListListener.cpp',
803 'css/MediaQueryListListener.h', 804 'css/MediaQueryListListener.h',
804 'css/MediaQueryMatcher.cpp', 805 'css/MediaQueryMatcher.cpp',
805 'css/MediaQueryMatcher.h', 806 'css/MediaQueryMatcher.h',
806 'css/PageRuleCollector.cpp', 807 'css/PageRuleCollector.cpp',
807 'css/PageRuleCollector.h', 808 'css/PageRuleCollector.h',
(...skipping 2482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3290 'css/CSSTestHelper.cpp', 3291 'css/CSSTestHelper.cpp',
3291 'css/CSSTestHelper.h', 3292 'css/CSSTestHelper.h',
3292 'css/CSSValueTestHelper.h', 3293 'css/CSSValueTestHelper.h',
3293 'css/CSSParserValuesTest.cpp', 3294 'css/CSSParserValuesTest.cpp',
3294 'css/CSSSelectorTest.cpp', 3295 'css/CSSSelectorTest.cpp',
3295 'css/CSSValueTestHelper.h', 3296 'css/CSSValueTestHelper.h',
3296 'css/DragUpdateTest.cpp', 3297 'css/DragUpdateTest.cpp',
3297 'css/HoverUpdateTest.cpp', 3298 'css/HoverUpdateTest.cpp',
3298 'css/RuleSetTest.cpp', 3299 'css/RuleSetTest.cpp',
3299 'css/MediaQuerySetTest.cpp', 3300 'css/MediaQuerySetTest.cpp',
3301 'css/MediaQueryEvaluatorTest.cpp',
abarth-chromium 2014/03/27 21:01:55 ditto
3300 'css/invalidation/DescendantInvalidationSetTest.cpp', 3302 'css/invalidation/DescendantInvalidationSetTest.cpp',
3301 'css/resolver/FontBuilderTest.cpp', 3303 'css/resolver/FontBuilderTest.cpp',
3302 'dom/ActiveDOMObjectTest.cpp', 3304 'dom/ActiveDOMObjectTest.cpp',
3303 'dom/DOMImplementationTest.cpp', 3305 'dom/DOMImplementationTest.cpp',
3304 'css/parser/BisonCSSParserTest.cpp', 3306 'css/parser/BisonCSSParserTest.cpp',
3305 'dom/DocumentMarkerControllerTest.cpp', 3307 'dom/DocumentMarkerControllerTest.cpp',
3306 'dom/DocumentTest.cpp', 3308 'dom/DocumentTest.cpp',
3307 'dom/MainThreadTaskRunnerTest.cpp', 3309 'dom/MainThreadTaskRunnerTest.cpp',
3308 'dom/RangeTest.cpp', 3310 'dom/RangeTest.cpp',
3309 'editing/TextIteratorTest.cpp', 3311 'editing/TextIteratorTest.cpp',
(...skipping 11 matching lines...) Expand all
3321 'html/track/vtt/BufferedLineReaderTest.cpp', 3323 'html/track/vtt/BufferedLineReaderTest.cpp',
3322 'html/track/vtt/VTTScannerTest.cpp', 3324 'html/track/vtt/VTTScannerTest.cpp',
3323 'rendering/RenderOverflowTest.cpp', 3325 'rendering/RenderOverflowTest.cpp',
3324 'rendering/shapes/BoxShapeTest.cpp', 3326 'rendering/shapes/BoxShapeTest.cpp',
3325 'testing/UnitTestHelpers.cpp', 3327 'testing/UnitTestHelpers.cpp',
3326 'testing/UnitTestHelpers.h', 3328 'testing/UnitTestHelpers.h',
3327 'xml/parser/SharedBufferReaderTest.cpp', 3329 'xml/parser/SharedBufferReaderTest.cpp',
3328 ], 3330 ],
3329 } 3331 }
3330 } 3332 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/MediaQueryEvaluator.h » ('j') | Source/core/css/MediaQueryEvaluator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698