diff options
Diffstat (limited to 'gpu/demos/demos.gyp')
-rw-r--r-- | gpu/demos/demos.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp index d257304..26d2230 100644 --- a/gpu/demos/demos.gyp +++ b/gpu/demos/demos.gyp @@ -42,6 +42,8 @@ '../gpu.gyp:command_buffer_client', '../gpu.gyp:command_buffer_service', '../../base/base.gyp:base', + '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', + '../../ui/ui.gyp:ui', ], 'sources': [ 'framework/main_exe.cc', |