diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 4c8d24e..013e8ea 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -593,6 +593,7 @@ 'type': '<(library)', 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', 'dependencies': [ + '../app/app.gyp:app_base', '../base/base.gyp:base', 'common', '../skia/skia.gyp:skia', @@ -635,9 +636,6 @@ 'gpu/gpu_video_layer_glx.cc', 'gpu/gpu_video_layer_glx.h', ], - 'dependencies': [ - '../gpu/gpu.gyp:gl_libs', - ], }], ['enable_gpu==1', { 'dependencies': [ |