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

Unified Diff: Source/core/core.gypi

Issue 1270723002: Improve CSS Style matching spec compliance (Closed) Base URL: git@github.com:drott/blink-crosswalk.git@reimplementMatching
Patch Set: Fix TestExpectations Created 5 years, 4 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 | « LayoutTests/fast/css/font-face-multiple-faces-expected.html ('k') | Source/core/css/CSSFontFaceSource.cpp » ('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 1d72f9e3f010a4f6f7e4b2b6105b0166eaeeb566..90908ff49e231f4454eb63fa6d43ebeb49b199e0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1133,6 +1133,8 @@
'css/FontLoader.h',
'css/FontSize.cpp',
'css/FontSize.h',
+ 'css/FontStyleMatcher.cpp',
+ 'css/FontStyleMatcher.h'
brucedawson 2015/08/24 17:23:32 There is a missing comma at the end of this line.
'css/HashTools.h',
'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
'css/KeyframeStyleRuleCSSStyleDeclaration.h',
« no previous file with comments | « LayoutTests/fast/css/font-face-multiple-faces-expected.html ('k') | Source/core/css/CSSFontFaceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698