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

Side by Side Diff: content/browser/BUILD.gn

Issue 2745583005: Image Capture: move files out of content/browser/media/capture to replicate WebKit's structure (Closed)
Patch Set: Reverted unintended change to WATCHLISTS Created 3 years, 9 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
« no previous file with comments | « no previous file | content/browser/image_capture/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "histogram_message_filter.h", 711 "histogram_message_filter.h",
712 "histogram_subscriber.h", 712 "histogram_subscriber.h",
713 "histogram_synchronizer.cc", 713 "histogram_synchronizer.cc",
714 "histogram_synchronizer.h", 714 "histogram_synchronizer.h",
715 "host_zoom_level_context.cc", 715 "host_zoom_level_context.cc",
716 "host_zoom_level_context.h", 716 "host_zoom_level_context.h",
717 "host_zoom_map_impl.cc", 717 "host_zoom_map_impl.cc",
718 "host_zoom_map_impl.h", 718 "host_zoom_map_impl.h",
719 "host_zoom_map_observer.cc", 719 "host_zoom_map_observer.cc",
720 "host_zoom_map_observer.h", 720 "host_zoom_map_observer.h",
721 "image_capture/image_capture_impl.cc",
722 "image_capture/image_capture_impl.h",
721 "indexed_db/cursor_impl.cc", 723 "indexed_db/cursor_impl.cc",
722 "indexed_db/cursor_impl.h", 724 "indexed_db/cursor_impl.h",
723 "indexed_db/database_impl.cc", 725 "indexed_db/database_impl.cc",
724 "indexed_db/database_impl.h", 726 "indexed_db/database_impl.h",
725 "indexed_db/indexed_db.h", 727 "indexed_db/indexed_db.h",
726 "indexed_db/indexed_db_active_blob_registry.cc", 728 "indexed_db/indexed_db_active_blob_registry.cc",
727 "indexed_db/indexed_db_active_blob_registry.h", 729 "indexed_db/indexed_db_active_blob_registry.h",
728 "indexed_db/indexed_db_backing_store.cc", 730 "indexed_db/indexed_db_backing_store.cc",
729 "indexed_db/indexed_db_backing_store.h", 731 "indexed_db/indexed_db_backing_store.h",
730 "indexed_db/indexed_db_blob_info.cc", 732 "indexed_db/indexed_db_blob_info.cc",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "media/android/media_web_contents_observer_android.cc", 887 "media/android/media_web_contents_observer_android.cc",
886 "media/android/media_web_contents_observer_android.h", 888 "media/android/media_web_contents_observer_android.h",
887 "media/audible_metrics.cc", 889 "media/audible_metrics.cc",
888 "media/audible_metrics.h", 890 "media/audible_metrics.h",
889 "media/audio_stream_monitor.cc", 891 "media/audio_stream_monitor.cc",
890 "media/audio_stream_monitor.h", 892 "media/audio_stream_monitor.h",
891 "media/capture/audio_mirroring_manager.cc", 893 "media/capture/audio_mirroring_manager.cc",
892 "media/capture/audio_mirroring_manager.h", 894 "media/capture/audio_mirroring_manager.h",
893 "media/capture/desktop_capture_device_uma_types.cc", 895 "media/capture/desktop_capture_device_uma_types.cc",
894 "media/capture/desktop_capture_device_uma_types.h", 896 "media/capture/desktop_capture_device_uma_types.h",
895 "media/capture/image_capture_impl.cc",
896 "media/capture/image_capture_impl.h",
897 "media/capture/web_contents_audio_input_stream.cc", 897 "media/capture/web_contents_audio_input_stream.cc",
898 "media/capture/web_contents_audio_input_stream.h", 898 "media/capture/web_contents_audio_input_stream.h",
899 "media/capture/web_contents_audio_muter.cc", 899 "media/capture/web_contents_audio_muter.cc",
900 "media/capture/web_contents_audio_muter.h", 900 "media/capture/web_contents_audio_muter.h",
901 "media/capture/web_contents_tracker.cc", 901 "media/capture/web_contents_tracker.cc",
902 "media/capture/web_contents_tracker.h", 902 "media/capture/web_contents_tracker.h",
903 "media/cdm_registry_impl.cc", 903 "media/cdm_registry_impl.cc",
904 "media/cdm_registry_impl.h", 904 "media/cdm_registry_impl.h",
905 "media/media_devices_permission_checker.cc", 905 "media/media_devices_permission_checker.cc",
906 "media/media_devices_permission_checker.h", 906 "media/media_devices_permission_checker.h",
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 if (!is_component_build) { 2034 if (!is_component_build) {
2035 public_deps = [ 2035 public_deps = [
2036 ":browser", 2036 ":browser",
2037 ] 2037 ]
2038 } else { 2038 } else {
2039 public_deps = [ 2039 public_deps = [
2040 "//third_party/leveldatabase", 2040 "//third_party/leveldatabase",
2041 ] 2041 ]
2042 } 2042 }
2043 } 2043 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/image_capture/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698