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

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

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 8df3160a9f6a35a40d4dff00cfd98eb301a77735..976f5d3135dff352ebf4f3a882643c9fa41efb0b 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",
@@ -285,7 +284,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",
]
@@ -342,6 +340,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",
+ ]
}
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698