Chromium Code Reviews| 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', |