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

Unified Diff: webkit/compositor_bindings/compositor_bindings_tests.gyp

Issue 11192050: Rename compositor bindings filenames to Chromium style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: webkit/compositor_bindings/compositor_bindings_tests.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings_tests.gyp b/webkit/compositor_bindings/compositor_bindings_tests.gyp
index 6c18815f4e48736ab008ead956b9410e9459b450..9ab9bf462f8a76b2ef331b6219a4fe29bf21d5a9 100644
--- a/webkit/compositor_bindings/compositor_bindings_tests.gyp
+++ b/webkit/compositor_bindings/compositor_bindings_tests.gyp
@@ -6,15 +6,15 @@
'variables': {
'chromium_code': 0,
'webkit_compositor_bindings_tests_sources': [
- 'WebAnimationTest.cpp',
- 'WebFloatAnimationCurveTest.cpp',
- 'WebLayerTest.cpp',
- 'WebLayerTreeViewTest.cpp',
- 'WebTransformAnimationCurveTest.cpp',
- 'WebTransformOperationsTest.cpp',
- 'WebTransformationMatrixTest.cpp',
- 'test/FakeWebScrollbarThemeGeometry.h',
- 'test/WebLayerTreeViewTestCommon.h',
+ 'web_animation_unittest.cc',
+ 'web_float_animation_curve_unittest.cc',
+ 'web_layer_unittest.cc',
+ 'web_layer_tree_view_unittest.cc',
+ 'web_transform_animation_curve_unittest.cc',
+ 'web_transform_operations_unittest.cc',
+ 'web_transformation_matrix_unittest.cc',
+ 'test/fake_web_scrollbar_theme_geometry.h',
+ 'test/web_layer_tree_view_test_common.h',
],
},
'targets': [
« no previous file with comments | « webkit/compositor_bindings/compositor_bindings.gyp ('k') | webkit/compositor_bindings/test/FakeWebScrollbarThemeGeometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698