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

Unified Diff: ui/ui.gyp

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 | « ui/gl/gl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index e731809d341d1d81876247dc3d712411b9f307af..841f382ac0afd237b5035d366c566ce4b5b75a49 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -527,16 +527,6 @@
'ldflags': [
'-L<(PRODUCT_DIR)',
],
- # TODO(jamesr): Targets using X11 should declare dependencies on the
- # appropriate build/linux/system.gyp targets themselves instead of
- # independently picking it up from ui.
- 'link_settings': {
- 'libraries': [
- '-lX11',
- '-lXcursor',
- '-lXrender',
- ],
- },
},
'dependencies': [
'../build/linux/system.gyp:x11',
« no previous file with comments | « ui/gl/gl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698