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

Unified Diff: content/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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 110260770c7f437909b6008e68234b9ae87e1d86..445d8f452ce254f8f0f26ad7e4ef69812e3d2b2f 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -758,12 +758,6 @@ source_set("browser") {
"histogram_subscriber.h",
"histogram_synchronizer.cc",
"histogram_synchronizer.h",
- "host_zoom_level_context.cc",
- "host_zoom_level_context.h",
- "host_zoom_map_impl.cc",
- "host_zoom_map_impl.h",
- "host_zoom_map_observer.cc",
- "host_zoom_map_observer.h",
"image_capture/image_capture_impl.cc",
"image_capture/image_capture_impl.h",
"indexed_db/cursor_impl.cc",
@@ -1947,6 +1941,12 @@ source_set("browser") {
# Devtools frontend not included in Android
"devtools/devtools_frontend_host_impl.cc",
"devtools/devtools_frontend_host_impl.h",
+ "host_zoom_level_context.cc",
+ "host_zoom_level_context.h",
+ "host_zoom_map_impl.cc",
+ "host_zoom_map_impl.h",
+ "host_zoom_map_observer.cc",
+ "host_zoom_map_observer.h",
# Most speech code is non-Android.
"speech/audio_buffer.cc",

Powered by Google App Engine
This is Rietveld 408576698