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

Unified Diff: cc/cc.gyp

Issue 11366094: cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Region. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move deg2rad etc to MathUtil Created 8 years, 1 month 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/layer.h » ('j') | cc/math_util.cc » ('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 fde2598bf83b2a3ab1b02163fb433a2aab0993d0..e2d8f3752f05779d8ff8bf277d71f284422af397 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -121,6 +121,8 @@
'quad_sink.h',
'rate_limiter.cc',
'rate_limiter.h',
+ 'region.cc',
+ 'region.h',
'render_pass.cc',
'render_pass.h',
'render_pass_draw_quad.cc',
@@ -257,7 +259,6 @@
],
'sources': [
'<@(cc_source_files)',
- 'stubs/Region.h',
'stubs/UnitBezier.h',
'stubs/config.h',
« no previous file with comments | « cc/DEPS ('k') | cc/layer.h » ('j') | cc/math_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698