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

Unified Diff: content/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 | « components/zoom/BUILD.gn ('k') | content/browser/browsing_data/browsing_data_remover_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index e81b07b77e8c1d611d4405e3681f59798ea89c23..2e867f68a9ec74c5098212bd3a6ba5960c9ab294 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -769,12 +769,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",
@@ -1956,6 +1950,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",
« no previous file with comments | « components/zoom/BUILD.gn ('k') | content/browser/browsing_data/browsing_data_remover_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698