diff options
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r-- | gpu/command_buffer_service.gypi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi index b51da1a..273d0ee 100644 --- a/gpu/command_buffer_service.gypi +++ b/gpu/command_buffer_service.gypi @@ -12,18 +12,18 @@ ], }, 'dependencies': [ - '../third_party/re2/re2.gyp:re2', '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../crypto/crypto.gyp:crypto', + '../third_party/khronos/khronos.gyp:khronos_headers', + '../third_party/protobuf/protobuf.gyp:protobuf_lite', + '../third_party/re2/re2.gyp:re2', + '../third_party/smhasher/smhasher.gyp:cityhash', + '../ui/base/ui_base.gyp:ui_base', '../ui/gfx/gfx.gyp:gfx', '../ui/gfx/gfx.gyp:gfx_geometry', '../ui/gl/gl.gyp:gl', - '../ui/ui.gyp:ui', '<(angle_path)/src/build_angle.gyp:translator', - '../third_party/khronos/khronos.gyp:khronos_headers', - '../third_party/protobuf/protobuf.gyp:protobuf_lite', - '../third_party/smhasher/smhasher.gyp:cityhash', ], 'sources': [ 'command_buffer/service/async_pixel_transfer_delegate.cc', |