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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1690493002: Switch to LayoutThemeMobile when emulating mobile device in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invalidate tapHighlightColor only Created 4 years, 10 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 | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/core/layout/LayoutTheme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 087b9055bd369e83c3f28ba1060ce9a7282631a1..4744f628f4f509d2f17e6c3fb9cd460c9f850989 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -680,12 +680,14 @@
'layout/LayoutThemeDefault.h',
'layout/LayoutThemeFontProvider.cpp',
'layout/LayoutThemeFontProvider.h',
- 'layout/LayoutThemeFontProviderLinux.cpp',
+ 'layout/LayoutThemeFontProviderDefault.cpp',
'layout/LayoutThemeFontProviderWin.cpp',
'layout/LayoutThemeLinux.cpp',
'layout/LayoutThemeLinux.h',
'layout/LayoutThemeMac.h',
'layout/LayoutThemeMac.mm',
+ 'layout/LayoutThemeMobile.cpp',
+ 'layout/LayoutThemeMobile.h',
'layout/LayoutThemeWin.cpp',
'layout/LayoutThemeWin.h',
'layout/LayoutTreeAsText.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/core/layout/LayoutTheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698