| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index c2b072ba0af6aa5aa70195394fe38d8cf53fe226..c2bd0a9f63334e301cd4c1ef2e531a502848fdb4 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -53,8 +53,6 @@
|
| '../ui/events/events.gyp:events_base',
|
| '../ui/events/events.gyp:events_test_support',
|
| '../ui/events/events.gyp:gesture_detection',
|
| - '../ui/gfx/gfx.gyp:gfx',
|
| - '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gfx/gfx.gyp:gfx_test_support',
|
| '../ui/resources/ui_resources.gyp:ui_resources',
|
| '../url/url.gyp:url_lib',
|
| @@ -268,6 +266,7 @@
|
| 'content.gyp:content_renderer',
|
| 'content.gyp:content_utility',
|
| 'content.gyp:content_worker',
|
| + '../cc/cc.gyp:cc',
|
| '../cc/cc_tests.gyp:cc_test_support',
|
| '../media/media.gyp:media',
|
| '../ppapi/ppapi_internal.gyp:ppapi_host',
|
| @@ -279,7 +278,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',
|
| ],
|
| @@ -656,6 +654,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',
|
| @@ -717,6 +718,8 @@
|
| 'content.gyp:content_renderer',
|
| 'content_resources.gyp:content_resources',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../cc/cc.gyp:cc',
|
| + '../cc/cc_tests.gyp:cc_test_support',
|
| '../gpu/gpu.gyp:gpu',
|
| '../gpu/gpu.gyp:gpu_unittest_utils',
|
| '../ipc/ipc.gyp:test_support_ipc',
|
|
|