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

Unified Diff: cc/cc.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 | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 3b4baf94081435a7756a74af50b888db5c01e5c3..01b368ec7428874996c73a3a2c6163e6bcd1ffc5 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -286,6 +286,10 @@
'top_controls_manager_client.h',
'transferable_resource.cc',
'transferable_resource.h',
+ 'transform_operation.cc',
+ 'transform_operation.h',
+ 'transform_operations.cc',
+ 'transform_operations.h',
'tree_synchronizer.cc',
'tree_synchronizer.h',
'util.h',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698