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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14247034: Move Media Galleries FileAPI code out of webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr-14352004
Patch Set: Add android ifdef. Created 7 years, 8 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'browser/media/audio_stream_indicator.cc', 917 'browser/media/audio_stream_indicator.cc',
918 'browser/media/audio_stream_indicator.h', 918 'browser/media/audio_stream_indicator.h',
919 'browser/media/media_capture_devices_dispatcher.cc', 919 'browser/media/media_capture_devices_dispatcher.cc',
920 'browser/media/media_capture_devices_dispatcher.h', 920 'browser/media/media_capture_devices_dispatcher.h',
921 'browser/media/media_stream_capture_indicator.cc', 921 'browser/media/media_stream_capture_indicator.cc',
922 'browser/media/media_stream_capture_indicator.h', 922 'browser/media/media_stream_capture_indicator.h',
923 'browser/media/media_stream_devices_controller.cc', 923 'browser/media/media_stream_devices_controller.cc',
924 'browser/media/media_stream_devices_controller.h', 924 'browser/media/media_stream_devices_controller.h',
925 'browser/media/media_stream_infobar_delegate.cc', 925 'browser/media/media_stream_infobar_delegate.cc',
926 'browser/media/media_stream_infobar_delegate.h', 926 'browser/media/media_stream_infobar_delegate.h',
927 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
928 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
929 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc',
930 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h',
931 'browser/media_galleries/fileapi/media_path_filter.cc',
932 'browser/media_galleries/fileapi/media_path_filter.h',
933 'browser/media_galleries/fileapi/mtp_device_file_system_config.h',
934 'browser/media_galleries/fileapi/native_media_file_util.cc',
935 'browser/media_galleries/fileapi/native_media_file_util.h',
936 'browser/media_galleries/fileapi/picasa/pmp_column_reader.cc',
937 'browser/media_galleries/fileapi/picasa/pmp_column_reader.h',
938 'browser/media_galleries/fileapi/picasa/pmp_constants.h',
939 'browser/media_galleries/fileapi/picasa/pmp_table_reader.cc',
940 'browser/media_galleries/fileapi/picasa/pmp_table_reader.h',
927 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', 941 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
928 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', 942 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
929 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', 943 'browser/media_galleries/linux/mtp_device_object_enumerator.cc',
930 'browser/media_galleries/linux/mtp_device_object_enumerator.h', 944 'browser/media_galleries/linux/mtp_device_object_enumerator.h',
931 'browser/media_galleries/linux/mtp_device_task_helper.cc', 945 'browser/media_galleries/linux/mtp_device_task_helper.cc',
932 'browser/media_galleries/linux/mtp_device_task_helper.h', 946 'browser/media_galleries/linux/mtp_device_task_helper.h',
933 'browser/media_galleries/linux/mtp_device_task_helper_map_service.cc', 947 'browser/media_galleries/linux/mtp_device_task_helper_map_service.cc',
934 'browser/media_galleries/linux/mtp_device_task_helper_map_service.h', 948 'browser/media_galleries/linux/mtp_device_task_helper_map_service.h',
935 'browser/media_galleries/linux/mtp_read_file_worker.cc', 949 'browser/media_galleries/linux/mtp_read_file_worker.cc',
936 'browser/media_galleries/linux/mtp_read_file_worker.h', 950 'browser/media_galleries/linux/mtp_read_file_worker.h',
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 'libraries': [ 2236 'libraries': [
2223 '$(SDKROOT)/System/Library/Frameworks/CoreTelephony.framework', 2237 '$(SDKROOT)/System/Library/Frameworks/CoreTelephony.framework',
2224 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', 2238 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
2225 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework ', 2239 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework ',
2226 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2240 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2227 ], 2241 ],
2228 # CoreImage is iOS 5+, but iOS 4.3 is still supported. 2242 # CoreImage is iOS 5+, but iOS 4.3 is still supported.
2229 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, 2243 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']},
2230 }, 2244 },
2231 }], 2245 }],
2246 ['OS=="mac" or OS=="win" or OS=="linux" or chromeos==1', {
2247 'sources': [
2248 'browser/media_galleries/fileapi/device_media_async_file_util.cc',
2249 'browser/media_galleries/fileapi/device_media_async_file_util.h',
2250 'browser/media_galleries/fileapi/mtp_device_async_delegate.h',
2251 'browser/media_galleries/fileapi/mtp_device_map_service.cc',
2252 'browser/media_galleries/fileapi/mtp_device_map_service.h',
2253 ],
2254 }],
2232 ['enable_extensions==1', { 2255 ['enable_extensions==1', {
2233 'sources': [ 2256 'sources': [
2234 # Only extension API implementations should go here. 2257 # Only extension API implementations should go here.
2235 'browser/accessibility/accessibility_extension_api.cc', 2258 'browser/accessibility/accessibility_extension_api.cc',
2236 'browser/accessibility/accessibility_extension_api.h', 2259 'browser/accessibility/accessibility_extension_api.h',
2237 'browser/infobars/infobar_extension_api.cc', 2260 'browser/infobars/infobar_extension_api.cc',
2238 'browser/infobars/infobar_extension_api.h', 2261 'browser/infobars/infobar_extension_api.h',
2239 'browser/rlz/rlz_extension_api.cc', 2262 'browser/rlz/rlz_extension_api.cc',
2240 'browser/rlz/rlz_extension_api.h', 2263 'browser/rlz/rlz_extension_api.h',
2241 'browser/speech/extension_api/tts_extension_api.cc', 2264 'browser/speech/extension_api/tts_extension_api.cc',
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3077 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3055 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3078 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3056 }, 3079 },
3057 'includes': [ '../build/android/java_cpp_template.gypi' ], 3080 'includes': [ '../build/android/java_cpp_template.gypi' ],
3058 }, 3081 },
3059 ], 3082 ],
3060 }, 3083 },
3061 ], 3084 ],
3062 ], 3085 ],
3063 } 3086 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/win/snapshot_file_details.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698