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

Unified Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 11876016: Define cc::TransformOperations and webkit::WebTransformOperationsImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Put TransformOperation into its own header Created 7 years, 11 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/transform_operations_unittest.cc ('k') | webkit/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
index 81fa25adf42328dcb716391cc56378cb54ee6a18..3ab51a1f59edb16ad54497955c5d1ba31d536e14 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/compositor_bindings/compositor_bindings.gyp
@@ -41,6 +41,8 @@
'web_scrollbar_layer_impl.h',
'web_solid_color_layer_impl.cc',
'web_solid_color_layer_impl.h',
+ 'web_transform_operations_impl.cc',
+ 'web_transform_operations_impl.h',
'web_video_layer_impl.cc',
'web_video_layer_impl.h',
'web_transform_animation_curve_impl.cc',
« no previous file with comments | « cc/transform_operations_unittest.cc ('k') | webkit/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698