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

Unified Diff: chrome/chrome_browser.gypi

Issue 10919051: Move device notification impl out of chrome/browser/media_gallery (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: modify for chromeos and win Created 8 years, 3 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index beda65447f6a969b8c6d8caad49b3de331eea8ea..c347c57fa2af1665cad4ec1dfc2c7a715cedc10a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -942,12 +942,6 @@
'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/media_device_notifications_chromeos.cc',
- 'browser/media_gallery/media_device_notifications_chromeos.h',
- 'browser/media_gallery/media_device_notifications_utils.cc',
- 'browser/media_gallery/media_device_notifications_utils.h',
- 'browser/media_gallery/media_device_notifications_window_win.cc',
- 'browser/media_gallery/media_device_notifications_window_win.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',
@@ -956,17 +950,10 @@
'browser/media_gallery/media_galleries_preferences.h',
'browser/media_gallery/media_galleries_preferences_factory.cc',
'browser/media_gallery/media_galleries_preferences_factory.h',
- 'browser/media_gallery/media_gallery_constants.cc',
- 'browser/media_gallery/media_gallery_constants.h',
'browser/media_gallery/media_gallery_database.cc',
'browser/media_gallery/media_gallery_database.h',
'browser/media_gallery/media_gallery_database_types.cc',
'browser/media_gallery/media_gallery_database_types.h',
- 'browser/media_gallery/media_storage_util.cc',
- 'browser/media_gallery/media_storage_util.h',
- 'browser/media_gallery/media_storage_util_linux.cc',
- 'browser/media_gallery/removable_device_notifications_linux.cc',
- 'browser/media_gallery/removable_device_notifications_linux.h',
'browser/memory_details.cc',
'browser/memory_details.h',
'browser/memory_details_android.cc',
@@ -1878,6 +1865,19 @@
'browser/sync/sync_ui_util_mac.h',
'browser/sync/sync_ui_util_mac.mm',
'browser/sync/user_selectable_sync_type.h',
+ 'browser/system_monitor/media_device_notifications_chromeos.cc',
+ 'browser/system_monitor/media_device_notifications_chromeos.h',
+ 'browser/system_monitor/media_device_notifications_utils.cc',
+ 'browser/system_monitor/media_device_notifications_utils.h',
+ 'browser/system_monitor/media_device_notifications_window_win.cc',
+ 'browser/system_monitor/media_device_notifications_window_win.h',
+ 'browser/system_monitor/removable_device_constants.cc',
+ 'browser/system_monitor/removable_device_constants.h',
+ 'browser/system_monitor/media_storage_util.cc',
+ 'browser/system_monitor/media_storage_util.h',
+ 'browser/system_monitor/media_storage_util_linux.cc',
+ 'browser/system_monitor/removable_device_notifications_linux.cc',
+ 'browser/system_monitor/removable_device_notifications_linux.h',
'browser/tab_contents/background_contents.cc',
'browser/tab_contents/background_contents.h',
'browser/tab_contents/language_state.cc',
@@ -4107,8 +4107,6 @@
['exclude', 'browser/extensions/extension_input_method_api.h'],
['exclude', 'browser/icon_loader_chromeos.cc'],
['exclude', 'browser/icon_manager_chromeos.cc'],
- ['exclude', 'browser/media_gallery/media_device_notifications_chromeos.cc'],
- ['exclude', 'browser/media_gallery/media_device_notifications_chromeos.h'],
['exclude', 'browser/net/gaia/gaia_oauth_consumer.h'],
['exclude', 'browser/net/gaia/gaia_oauth_fetcher.cc'],
['exclude', 'browser/net/gaia/gaia_oauth_fetcher.h'],
@@ -4131,6 +4129,8 @@
['exclude', 'browser/renderer_host/offline_resource_throttle.cc'],
['exclude', 'browser/renderer_host/offline_resource_throttle.h'],
['exclude', 'browser/speech/extension_api/tts_extension_api_chromeos.cc'],
+ ['exclude', 'browser/system_monitor/media_device_notifications_chromeos.cc'],
+ ['exclude', 'browser/system_monitor/media_device_notifications_chromeos.h'],
['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'],
],
}, { # chromeos==1
@@ -4144,9 +4144,6 @@
['exclude', 'browser/icon_loader_linux.cc'],
['exclude', 'browser/icon_manager_linux.cc'],
['exclude', 'browser/idle_linux.cc'],
- ['exclude', 'browser/media_gallery/media_storage_util_linux.cc'],
- ['exclude', 'browser/media_gallery/removable_device_notifications_linux.cc'],
- ['exclude', 'browser/media_gallery/removable_device_notifications_linux.h'],
['exclude', 'browser/password_manager/native_backend_gnome_x.cc'],
['exclude', 'browser/password_manager/native_backend_gnome_x.h'],
['exclude', 'browser/password_manager/native_backend_kwallet_x.cc'],
@@ -4159,6 +4156,9 @@
['exclude', 'browser/policy/user_policy_signin_service_factory.h'],
['exclude', 'browser/platform_util_linux.cc'],
['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc'],
+ ['exclude', 'browser/system_monitor/media_storage_util_linux.cc'],
+ ['exclude', 'browser/system_monitor/removable_device_notifications_linux.cc'],
+ ['exclude', 'browser/system_monitor/removable_device_notifications_linux.h'],
['exclude', 'browser/ui/webui/help/version_updater_basic.cc'],
['exclude', 'browser/ui/webui/help/version_updater_basic.h'],
['exclude', 'browser/upgrade_detector_impl.cc'],
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698