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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 "histogram_controller.h", 762 "histogram_controller.h",
763 "histogram_internals_request_job.cc", 763 "histogram_internals_request_job.cc",
764 "histogram_internals_request_job.h", 764 "histogram_internals_request_job.h",
765 "histogram_internals_url_loader.cc", 765 "histogram_internals_url_loader.cc",
766 "histogram_internals_url_loader.h", 766 "histogram_internals_url_loader.h",
767 "histogram_message_filter.cc", 767 "histogram_message_filter.cc",
768 "histogram_message_filter.h", 768 "histogram_message_filter.h",
769 "histogram_subscriber.h", 769 "histogram_subscriber.h",
770 "histogram_synchronizer.cc", 770 "histogram_synchronizer.cc",
771 "histogram_synchronizer.h", 771 "histogram_synchronizer.h",
772 "host_zoom_level_context.cc",
773 "host_zoom_level_context.h",
774 "host_zoom_map_impl.cc",
775 "host_zoom_map_impl.h",
776 "host_zoom_map_observer.cc",
777 "host_zoom_map_observer.h",
778 "image_capture/image_capture_impl.cc", 772 "image_capture/image_capture_impl.cc",
779 "image_capture/image_capture_impl.h", 773 "image_capture/image_capture_impl.h",
780 "indexed_db/cursor_impl.cc", 774 "indexed_db/cursor_impl.cc",
781 "indexed_db/cursor_impl.h", 775 "indexed_db/cursor_impl.h",
782 "indexed_db/database_impl.cc", 776 "indexed_db/database_impl.cc",
783 "indexed_db/database_impl.h", 777 "indexed_db/database_impl.h",
784 "indexed_db/indexed_db.h", 778 "indexed_db/indexed_db.h",
785 "indexed_db/indexed_db_active_blob_registry.cc", 779 "indexed_db/indexed_db_active_blob_registry.cc",
786 "indexed_db/indexed_db_active_blob_registry.h", 780 "indexed_db/indexed_db_active_blob_registry.h",
787 "indexed_db/indexed_db_backing_store.cc", 781 "indexed_db/indexed_db_backing_store.cc",
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1949 "APPCACHE_USE_SIMPLE_CACHE", 1943 "APPCACHE_USE_SIMPLE_CACHE",
1950 "ENABLE_SCREEN_CAPTURE=1", 1944 "ENABLE_SCREEN_CAPTURE=1",
1951 ] 1945 ]
1952 libs += [ "jnigraphics" ] 1946 libs += [ "jnigraphics" ]
1953 } else { 1947 } else {
1954 # Not Android. 1948 # Not Android.
1955 sources += [ 1949 sources += [
1956 # Devtools frontend not included in Android 1950 # Devtools frontend not included in Android
1957 "devtools/devtools_frontend_host_impl.cc", 1951 "devtools/devtools_frontend_host_impl.cc",
1958 "devtools/devtools_frontend_host_impl.h", 1952 "devtools/devtools_frontend_host_impl.h",
1953 "host_zoom_level_context.cc",
1954 "host_zoom_level_context.h",
1955 "host_zoom_map_impl.cc",
1956 "host_zoom_map_impl.h",
1957 "host_zoom_map_observer.cc",
1958 "host_zoom_map_observer.h",
1959 1959
1960 # Most speech code is non-Android. 1960 # Most speech code is non-Android.
1961 "speech/audio_buffer.cc", 1961 "speech/audio_buffer.cc",
1962 "speech/audio_buffer.h", 1962 "speech/audio_buffer.h",
1963 "speech/audio_encoder.cc", 1963 "speech/audio_encoder.cc",
1964 "speech/audio_encoder.h", 1964 "speech/audio_encoder.h",
1965 "speech/chunked_byte_buffer.cc", 1965 "speech/chunked_byte_buffer.cc",
1966 "speech/chunked_byte_buffer.h", 1966 "speech/chunked_byte_buffer.h",
1967 "speech/endpointer/endpointer.cc", 1967 "speech/endpointer/endpointer.cc",
1968 "speech/endpointer/endpointer.h", 1968 "speech/endpointer/endpointer.h",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2137 if (!is_component_build) { 2137 if (!is_component_build) {
2138 public_deps = [ 2138 public_deps = [
2139 ":browser", 2139 ":browser",
2140 ] 2140 ]
2141 } else { 2141 } else {
2142 public_deps = [ 2142 public_deps = [
2143 "//third_party/leveldatabase", 2143 "//third_party/leveldatabase",
2144 ] 2144 ]
2145 } 2145 }
2146 } 2146 }
OLDNEW
« 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