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

Unified Diff: chrome/chrome_tests.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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index a4e229da98852068ef9892389b5eedb9e5cd60e0..6d1c6c412c8211cf111a9e1b2d40e16ce9bf9c6e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1370,7 +1370,6 @@
'browser/managed_mode_url_filter_unittest.cc',
'browser/media/media_internals_unittest.cc',
'browser/media_gallery/media_device_notifications_chromeos_unittest.cc',
- 'browser/media_gallery/media_device_notifications_linux_unittest.cc',
'browser/media_gallery/media_device_notifications_utils_unittest.cc',
'browser/media_gallery/media_device_notifications_window_win_unittest.cc',
'browser/media_gallery/media_galleries_dialog_controller_mock.cc',
@@ -1378,6 +1377,7 @@
'browser/media_gallery/media_galleries_preferences_unittest.cc',
'browser/media_gallery/media_gallery_database_unittest.cc',
'browser/media_gallery/media_storage_util_unittest.cc',
+ 'browser/media_gallery/removable_device_notifications_linux_unittest.cc',
'browser/metrics/metrics_log_unittest.cc',
'browser/metrics/metrics_log_serializer_unittest.cc',
'browser/metrics/metrics_service_unittest.cc',
@@ -2218,7 +2218,7 @@
}],
['chromeos==1', {
'sources/': [
- ['exclude', '^browser/media_gallery/media_device_notifications_linux_unittest.cc'],
+ ['exclude', '^browser/media_gallery/removable_device_notifications_linux_unittest.cc'],
['exclude', '^browser/password_manager/native_backend_gnome_x_unittest.cc'],
['exclude', '^browser/password_manager/native_backend_kwallet_x_unittest.cc'],
['exclude', '^browser/policy/user_cloud_policy_store_unittest.cc'],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698