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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e06ec74e82c8326a0c09579e85ce320e633f9c4e..c53458a8b8e6c47cf4f27dfd2ef20317e655052f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -924,6 +924,20 @@
'browser/media/media_stream_devices_controller.h',
'browser/media/media_stream_infobar_delegate.cc',
'browser/media/media_stream_infobar_delegate.h',
+ 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
+ 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
+ 'browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc',
+ 'browser/media_galleries/fileapi/media_file_system_mount_point_provider.h',
+ 'browser/media_galleries/fileapi/media_path_filter.cc',
+ 'browser/media_galleries/fileapi/media_path_filter.h',
+ 'browser/media_galleries/fileapi/mtp_device_file_system_config.h',
+ 'browser/media_galleries/fileapi/native_media_file_util.cc',
+ 'browser/media_galleries/fileapi/native_media_file_util.h',
+ 'browser/media_galleries/fileapi/picasa/pmp_column_reader.cc',
+ 'browser/media_galleries/fileapi/picasa/pmp_column_reader.h',
+ 'browser/media_galleries/fileapi/picasa/pmp_constants.h',
+ 'browser/media_galleries/fileapi/picasa/pmp_table_reader.cc',
+ 'browser/media_galleries/fileapi/picasa/pmp_table_reader.h',
'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
'browser/media_galleries/linux/mtp_device_object_enumerator.cc',
@@ -2229,6 +2243,15 @@
'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']},
},
}],
+ ['OS=="mac" or OS=="win" or OS=="linux" or chromeos==1', {
+ 'sources': [
+ 'browser/media_galleries/fileapi/device_media_async_file_util.cc',
+ 'browser/media_galleries/fileapi/device_media_async_file_util.h',
+ 'browser/media_galleries/fileapi/mtp_device_async_delegate.h',
+ 'browser/media_galleries/fileapi/mtp_device_map_service.cc',
+ 'browser/media_galleries/fileapi/mtp_device_map_service.h',
+ ],
+ }],
['enable_extensions==1', {
'sources': [
# Only extension API implementations should go here.
« 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