| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index efed28d27fc1261d7bec4658f5811a998bcac661..dac0332043270d733d641a329a402e0d07b67004 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1467,6 +1467,7 @@
|
| 'content.gyp:content_common',
|
| 'test_support_content',
|
| '../base/base.gyp:test_support_base',
|
| + '../gpu/blink/gpu_blink.gyp:gpu_blink',
|
| '../gpu/gpu.gyp:command_buffer_common',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| @@ -1510,12 +1511,14 @@
|
| 'content.gyp:content_common',
|
| 'test_support_content',
|
| '../base/base.gyp:test_support_base',
|
| + '../gpu/blink/gpu_blink.gyp:gpu_blink',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../ui/base/ui_base.gyp:ui_base',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gl/gl.gyp:gl',
|
| + '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|