| 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",
|
|
|