diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 3915877..6a6f6ff 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -49,6 +49,12 @@ '.', ], }, + 'dependencies': [ + '../base/base.gyp:base', + ], + 'export_dependent_settings': [ + '../base/base.gyp:base', + ], 'sources': [ 'command_buffer/common/bitfield_helpers.h', 'command_buffer/common/buffer.h', @@ -375,6 +381,7 @@ 'dependencies': [ 'command_buffer_client', 'gles2_c_lib', + '../base/base.gyp:base', ], 'include_dirs': [ '..', |