Chromium Code Reviews| Index: chrome/chrome_gpu.gypi |
| diff --git a/chrome/chrome_gpu.gypi b/chrome/chrome_gpu.gypi |
| index a661c72e0dce55a2571019191dae9508e5f46168..3241e1165bec2f1effe4b109f59c5747c41839aa 100644 |
| --- a/chrome/chrome_gpu.gypi |
| +++ b/chrome/chrome_gpu.gypi |
| @@ -16,6 +16,10 @@ |
| 'gpu/chrome_content_gpu_client.cc', |
| 'gpu/chrome_content_gpu_client.h', |
| ], |
| + 'dependencies': [ |
| + '../content/content.gyp:content_common', |
| + '../content/content.gyp:content_gpu', |
| + ], |
| 'conditions': [ |
| ['chromeos==1', { |
| 'dependencies': [ |