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

Unified Diff: cc/cc_tests.gyp

Issue 11344004: Remove WebKit::Platform dependencies from cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix webkit_compositor_bindings_unittests Created 8 years, 2 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/delay_based_time_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 1c48219b0af3cdff5b84b75672c1e4bfd27ef00a..b4ef1161b6a3112225db8235963425493c548668 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -39,9 +39,7 @@
'scrollbar_animation_controller_linear_fade_unittest.cc',
'solid_color_layer_impl_unittest.cc',
'resource_update_controller_unittest.cc',
- 'thread_task_unittest.cc',
'tiled_layer_impl_unittest.cc',
- 'timer_unittest.cc',
'content_layer_unittest.cc',
'float_quad_unittest.cc',
'layer_unittest.cc',
@@ -132,13 +130,9 @@
'../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
- '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
- '../webkit/support/webkit_support.gyp:glue',
],
'sources': [
'<@(cc_tests_support_files)',
- 'test/test_webkit_platform.cc',
- 'test/test_webkit_platform.h',
],
},
],
« no previous file with comments | « cc/cc.gyp ('k') | cc/delay_based_time_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698