| Index: gpu/command_buffer_service.gypi
|
| diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
|
| index b51da1a4318eb626a2a243bbf401d5a468a318c9..273d0ee2e7a0e6d42096b26f311abea0008c6315 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',
|
|
|