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

Unified Diff: core/core.gyp

Issue 652016: Added the bulk of the algorithm for GPU accelerated 2D vector curve... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 10 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 | « DEPS ('k') | core/cross/class_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/core.gyp
===================================================================
--- core/core.gyp (revision 40063)
+++ core/core.gyp (working copy)
@@ -79,6 +79,7 @@
'../../<(pngdir)/libpng.gyp:libpng',
'../../<(zlibdir)/zlib.gyp:zlib',
'../../skia/skia.gyp:skia',
+ '../third_party/glu/libtess.gyp:libtess',
],
'sources': [
'cross/bitmap.cc',
@@ -207,6 +208,8 @@
'cross/precompile.h',
'cross/primitive.cc',
'cross/primitive.h',
+ 'cross/processed_path.cc',
+ 'cross/processed_path.h',
'cross/profiler.cc',
'cross/profiler.h',
'cross/ray_intersection_info.cc',
@@ -279,6 +282,10 @@
'cross/gpu2d/interval_tree.h',
'cross/gpu2d/local_triangulator.cc',
'cross/gpu2d/local_triangulator.h',
+ 'cross/gpu2d/path_cache.cc',
+ 'cross/gpu2d/path_cache.h',
+ 'cross/gpu2d/path_processor.cc',
+ 'cross/gpu2d/path_processor.h',
'cross/gpu2d/red_black_tree.h',
],
'direct_dependent_settings': {
« no previous file with comments | « DEPS ('k') | core/cross/class_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698