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

Unified Diff: chrome/chrome_browser.gypi

Issue 151713003: Clean up dependencies on X11 libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos=1 links Created 6 years, 10 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 | « build/linux/system.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | 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 fc3c0740a9c75e34603fd7774ae72007e954c999..a319eca4a650486fa8d89f04ce9495008edd5e7f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3083,12 +3083,10 @@
'../ui/gl/gl.gyp:gl',
],
}],
- ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
- 'link_settings': {
- 'libraries': [
- '-lXss',
- ],
- },
+ ['use_x11==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:xscrnsaver',
+ ],
}],
['os_posix == 1 and OS != "mac" and OS != "ios"', {
'sources': [
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698