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

Unified Diff: components/storage_monitor.gypi

Issue 302093009: Linux: Unify udev scopers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | components/storage_monitor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor.gypi
diff --git a/components/storage_monitor.gypi b/components/storage_monitor.gypi
index 5b62656e2016770876fe5003eb5ea2fc6bb99bfe..b038303285e65beb75b3f248cdc38d26c5586310 100644
--- a/components/storage_monitor.gypi
+++ b/components/storage_monitor.gypi
@@ -60,12 +60,16 @@
}],
['OS=="linux"', {
'dependencies': [
- '../build/linux/system.gyp:udev',
'../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
'../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_file_entry_proto',
'../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_storage_info_proto',
],
}],
+ ['use_udev==1', {
+ 'dependencies': [
+ '../device/udev_linux/udev.gyp:udev_linux',
+ ],
+ }],
['chromeos==1', {
'sources!': [
'storage_monitor/mtab_watcher_linux.cc',
« no previous file with comments | « no previous file | components/storage_monitor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698