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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 467983002: Make udev target disappear on linux when use_udev==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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') | components/usb_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index bfc4296cb494d399a0f316736b7a7f1ffab36161..7cb35d46955b02a792612a6e176be9169b6a7752 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2888,9 +2888,6 @@
}],
['OS=="linux"', { # Both desktop Linux and ChromeOS.
'sources': [ '<@(chrome_browser_ui_linux_sources)' ],
- 'dependencies': [
- '../build/linux/system.gyp:udev',
- ],
'conditions': [
['use_aura==1', {
'dependencies': [
@@ -2907,6 +2904,11 @@
'../build/linux/system.gyp:gio',
],
}],
+ ['use_udev==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:udev',
+ ],
+ }],
],
}],
['enable_app_list==1', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/usb_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698