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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

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/config.gni ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index f2c0082b1a7a6d54de7e1c62255999a8c15c71a1..a205950c31b852292928050f83b80b696235cf39 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -263,6 +263,7 @@ source_set("remaining") {
if (is_win) {
cflags += [ "/wd4334" ]
+ sources -= [ "layout/LayoutThemeFontProviderDefault.cpp" ]
} else { # !is_win
sources -= [
"layout/LayoutThemeFontProviderWin.cpp",
@@ -270,14 +271,12 @@ source_set("remaining") {
"layout/LayoutThemeWin.h",
]
}
+
if (!is_linux) {
sources -= [
"layout/LayoutThemeLinux.cpp",
"layout/LayoutThemeLinux.h",
]
- if (!is_android) {
- sources -= [ "layout/LayoutThemeFontProviderLinux.cpp" ]
- }
}
if (!is_android) {
@@ -288,14 +287,6 @@ source_set("remaining") {
}
if (is_mac) {
- sources -= [
- "layout/LayoutThemeDefault.cpp",
- "layout/LayoutThemeDefault.h",
- "layout/LayoutThemeFontProvider.cpp",
- "layout/LayoutThemeFontProvider.h",
- "paint/ThemePainterDefault.cpp",
- "paint/ThemePainterDefault.h",
- ]
libs += [ "Carbon.framework" ]
} else { # !is_mac
sources -= [ "editing/commands/SmartReplaceCF.cpp" ]
« no previous file with comments | « third_party/WebKit/Source/config.gni ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698