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

Unified Diff: chrome/chrome_browser.gypi

Issue 10882039: Make the Linux System Monitor implementation track all devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix CrOS build Created 8 years, 4 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 024ac9d5139bdbd58a63184f3d8853a0b3101e86..b52921e001f65488db7580a8ffddacd5e9c57772 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -944,8 +944,6 @@
'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_linux.cc',
- 'browser/media_gallery/media_device_notifications_linux.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',
@@ -966,6 +964,8 @@
'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/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',
@@ -4122,8 +4122,8 @@
['exclude', 'browser/icon_loader_linux.cc'],
['exclude', 'browser/icon_manager_linux.cc'],
['exclude', 'browser/idle_linux.cc'],
- ['exclude', 'browser/media_gallery/media_device_notifications_linux.cc'],
- ['exclude', 'browser/media_gallery/media_device_notifications_linux.h'],
+ ['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'],
« no previous file with comments | « chrome/browser/media_gallery/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