| Index: ui/compositor/compositor.gyp
|
| diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
|
| index 4a1437eba9e16b3bc4ba7ced77a018193ce9bb38..76cb687e21e72d8bfb7cd1d41a3930e03016d241 100644
|
| --- a/ui/compositor/compositor.gyp
|
| +++ b/ui/compositor/compositor.gyp
|
| @@ -14,6 +14,7 @@
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '<(DEPTH)/cc/cc.gyp:cc',
|
| + '<(DEPTH)/cc/cc.gyp:cc_surfaces',
|
| '<(DEPTH)/gpu/gpu.gyp:command_buffer_common',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| @@ -87,6 +88,7 @@
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/cc/cc.gyp:cc',
|
| + '<(DEPTH)/cc/cc.gyp:cc_surfaces',
|
| '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
|
|