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

Unified Diff: chrome/chrome_browser.gypi

Issue 11348337: Move MTPDeviceDelegateImplLinux worker classes to its own files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 8 years 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_gallery/mtp_device_delegate_impl_linux.cc ('k') | no next file » | 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 1e1b098cfecd60ce4d9924495017accf9c7e76ff..c1a45de9ccc655873608fbb78c517d4fe3655af9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1011,6 +1011,22 @@
'browser/media/media_stream_devices_controller.h',
'browser/media/media_stream_devices_menu_model.cc',
'browser/media/media_stream_devices_menu_model.h',
+ 'browser/media_gallery/linux/mtp_device_delegate_impl_linux.cc',
+ 'browser/media_gallery/linux/mtp_device_delegate_impl_linux.h',
+ 'browser/media_gallery/linux/mtp_device_object_enumerator.cc',
+ 'browser/media_gallery/linux/mtp_device_object_enumerator.h',
+ 'browser/media_gallery/linux/mtp_device_operations_utils.cc',
+ 'browser/media_gallery/linux/mtp_device_operations_utils.h',
+ 'browser/media_gallery/linux/mtp_get_file_info_worker.cc',
+ 'browser/media_gallery/linux/mtp_get_file_info_worker.h',
+ 'browser/media_gallery/linux/mtp_open_storage_worker.cc',
+ 'browser/media_gallery/linux/mtp_open_storage_worker.h',
+ 'browser/media_gallery/linux/mtp_read_directory_worker.cc',
+ 'browser/media_gallery/linux/mtp_read_directory_worker.h',
+ 'browser/media_gallery/linux/mtp_read_file_worker.cc',
+ 'browser/media_gallery/linux/mtp_read_file_worker.h',
+ 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.cc',
+ 'browser/media_gallery/linux/mtp_recursive_device_object_enumerator.h',
'browser/media_gallery/media_file_system_registry.cc',
'browser/media_gallery/media_file_system_registry.h',
'browser/media_gallery/media_galleries_dialog_controller.cc',
@@ -1024,8 +1040,6 @@
'browser/media_gallery/media_gallery_database_types.cc',
'browser/media_gallery/media_gallery_database_types.h',
'browser/media_gallery/mtp_device_delegate_impl.h',
- 'browser/media_gallery/mtp_device_delegate_impl_linux.cc',
- 'browser/media_gallery/mtp_device_delegate_impl_linux.h',
'browser/memory_details.cc',
'browser/memory_details.h',
'browser/memory_details_android.cc',
« no previous file with comments | « chrome/browser/media_gallery/mtp_device_delegate_impl_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698