Chromium Code Reviews| Index: gpu/gpu.gyp |
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
| index ee000886cf4aa146b5135b0cb38487cf12f41a3b..8a51c056cef4e15cf27d0a35682f0b0bca634497 100644 |
| --- a/gpu/gpu.gyp |
| +++ b/gpu/gpu.gyp |
| @@ -54,7 +54,6 @@ |
| '-L<(PRODUCT_DIR)', |
| ], |
| 'libraries': [ |
| - '-lGL', |
| '-lX11', |
| ], |
| }, |
| @@ -255,6 +254,7 @@ |
| 'command_buffer/service/x_utils.h', |
| ], |
| 'dependencies': [ |
| + 'gl_libs', |
| '../build/linux/system.gyp:gtk', |
| ] |
| }, |