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

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: Address review comments. 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 b50f360af03b239d7bd88c2166aa60e4bcb778ed..5914ae1cc3d5a0aaf010fa5a7e300885ec607ebd 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4687,6 +4687,11 @@
'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
],
}],
+ ['OS=="linux"', {
Lei Zhang 2012/08/09 03:47:16 It might be slightly better to put this up around
kmadhusu 2012/08/09 08:10:03 Done.
+ 'dependencies': [
+ '../build/linux/system.gyp:udev',
+ ],
+ }],
['use_aura==1', {
'sources/': [
['exclude', '^browser/automation/automation_provider_win.cc'],

Powered by Google App Engine
This is Rietveld 408576698