Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(944)

Unified Diff: content/content_tests.gypi

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moving assert_matching_enum from content/publi/common to content/common Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9656f2258d47d3a2cad8707060a2c00d8a81bf03..f9bfa994a34df97dfc4b830a00cdc89b64feb7e5 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',
],
@@ -353,8 +352,11 @@
'browser/speech/proto/speech_proto.gyp:speech_proto',
'content.gyp:content_browser',
'content.gyp:content_common',
+ #'content.gyp:content_renderer',
enne (OOO) 2014/06/06 17:25:13 ?
amogh.bihani 2014/06/06 18:07:33 Oops! Earlier it was webkit_compositor_bindings in
'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 +660,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',

Powered by Google App Engine
This is Rietveld 408576698