Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index 193a0a5a8cb578245369ebb467d86dc5d7b6aa93..a91fc7f64e6d1c4366e668c77fc81fb203a20969 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -795,6 +795,7 @@ |
| 'css/MediaQuery.h', |
| 'css/MediaQueryEvaluator.cpp', |
| 'css/MediaQueryEvaluator.h', |
| + 'css/MediaValues.cpp', |
|
abarth-chromium
2014/03/27 21:01:55
Please keep this list in alphabetical order. :)
|
| 'css/MediaQueryExp.cpp', |
| 'css/MediaQueryExp.h', |
| 'css/MediaQueryList.cpp', |
| @@ -3297,6 +3298,7 @@ |
| 'css/HoverUpdateTest.cpp', |
| 'css/RuleSetTest.cpp', |
| 'css/MediaQuerySetTest.cpp', |
| + 'css/MediaQueryEvaluatorTest.cpp', |
|
abarth-chromium
2014/03/27 21:01:55
ditto
|
| 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 'css/resolver/FontBuilderTest.cpp', |
| 'dom/ActiveDOMObjectTest.cpp', |