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

Unified Diff: content/public/browser/BUILD.gn

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Update CastBrowserContext Created 3 years, 7 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
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 2775d680d71f7e2f18b4eea5e872c9d73a4a0345..a6ac68b8ca8d842bc99b518e73d1270bca857fb1 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -128,7 +128,6 @@ source_set("browser_sources") {
"guest_mode.cc",
"guest_mode.h",
"histogram_fetcher.h",
- "host_zoom_map.h",
"indexed_db_context.h",
"indexed_db_info.h",
"interstitial_page.h",
@@ -284,7 +283,6 @@ source_set("browser_sources") {
"websocket_handshake_request_info.h",
"worker_service.h",
"worker_service_observer.h",
- "zoom_level_delegate.h",
"zygote_handle_linux.h",
"zygote_host_linux.h",
]
@@ -340,6 +338,10 @@ source_set("browser_sources") {
}
if (!is_android) {
- sources += [ "devtools_frontend_host.h" ]
+ sources += [
+ "devtools_frontend_host.h",
+ "host_zoom_map.h",
+ "zoom_level_delegate.h",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698