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

Unified 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: Fix Debug crash. Values based MediaValues::create 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/css/MediaQueryEvaluator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 193a0a5a8cb578245369ebb467d86dc5d7b6aa93..0c740eee8e407f7351a8a3a41d49242d688383bc 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -803,6 +803,7 @@
'css/MediaQueryListListener.h',
'css/MediaQueryMatcher.cpp',
'css/MediaQueryMatcher.h',
+ 'css/MediaValues.cpp',
'css/PageRuleCollector.cpp',
'css/PageRuleCollector.h',
'css/Pair.cpp',
@@ -3295,8 +3296,9 @@
'css/CSSValueTestHelper.h',
'css/DragUpdateTest.cpp',
'css/HoverUpdateTest.cpp',
- 'css/RuleSetTest.cpp',
+ 'css/MediaQueryEvaluatorTest.cpp',
'css/MediaQuerySetTest.cpp',
+ 'css/RuleSetTest.cpp',
'css/invalidation/DescendantInvalidationSetTest.cpp',
'css/resolver/FontBuilderTest.cpp',
'dom/ActiveDOMObjectTest.cpp',
« no previous file with comments | « no previous file | Source/core/css/MediaQueryEvaluator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698