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

Unified Diff: cc/cc.gyp

Issue 16968002: Move implementation of WebFilterOperations into cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « cc/DEPS ('k') | cc/cc_tests.gyp » ('j') | cc/output/filter_operation.h » ('J')
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 7bab29aa8314d3c88e44f73b39791e0447a4bdd6..afec2b9d2090e8d032c945966fcd50ef0518dd12 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -169,6 +169,10 @@
'output/delegating_renderer.h',
'output/direct_renderer.cc',
'output/direct_renderer.h',
+ 'output/filter_operation.cc',
+ 'output/filter_operation.h',
+ 'output/filter_operations.cc',
+ 'output/filter_operations.h',
'output/geometry_binding.cc',
'output/geometry_binding.h',
'output/gl_frame_data.h',
« no previous file with comments | « cc/DEPS ('k') | cc/cc_tests.gyp » ('j') | cc/output/filter_operation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698