diff options
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index fec3a08..74ab725 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -13,10 +13,10 @@ 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', 'dependencies': [ 'content_common', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../media/media.gyp:media', '../skia/skia.gyp:skia', + '../ui/gfx/gl/gl.gyp:gl', ], 'sources': [ 'gpu/content_gpu_client.h', |