| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 9656f2258d47d3a2cad8707060a2c00d8a81bf03..98ad77e1b023355a09bc9ce1092c601c105e87fc 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -281,7 +281,6 @@
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| '../webkit/child/webkit_child.gyp:webkit_child',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| - '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
|
| '../webkit/storage_browser.gyp:webkit_storage_browser',
|
| '../webkit/storage_common.gyp:webkit_storage_common',
|
| ],
|
| @@ -355,6 +354,8 @@
|
| 'content.gyp:content_common',
|
| 'test_support_content',
|
| '../base/base.gyp:test_support_base',
|
| + '../cc/cc.gyp:cc',
|
| + '../cc/cc_tests.gyp:cc_test_support',
|
| '../crypto/crypto.gyp:crypto',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| @@ -658,6 +659,9 @@
|
| 'renderer/android/phone_number_detector_unittest.cc',
|
| 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
|
| 'renderer/bmp_image_decoder_unittest.cc',
|
| + 'renderer/compositor_bindings/web_animation_unittest.cc',
|
| + 'renderer/compositor_bindings/web_float_animation_curve_unittest.cc',
|
| + 'renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc',
|
| 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
|
| 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
|
| 'renderer/disambiguation_popup_helper_unittest.cc',
|
|
|