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

Unified Diff: chrome/chrome_browser.gypi

Issue 10829228: [LINUX] Extract the name and id of the device and send it along the device attach message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed nits 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/browser/media_gallery/media_device_notifications_linux_unittest.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 239c0f6ac24377c3844cf174d2234c1e27bbdcd6..4ea7a42a9631b44bc9ff72ae424255f114879b1a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4529,6 +4529,11 @@
'browser/ui/tabs/tab_strip_layout_type_prefs.h',
],
}],
+ ['OS=="linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:udev',
+ ],
+ }],
['chromeos==0', {
'sources/': [
['exclude', '^browser/chromeos'],
« no previous file with comments | « chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698