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

Unified Diff: gyp/gpu.gyp

Issue 86263003: New Composite CSS border object (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Moved to experimental Created 7 years 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
« experimental/ChromeUtils/SkBorder.h ('K') | « gyp/common_variables.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
===================================================================
--- gyp/gpu.gyp (revision 12562)
+++ gyp/gpu.gyp (working copy)
@@ -133,6 +133,15 @@
'GR_ANDROID_PATH_RENDERING=1',
],
}],
+ [ 'skia_chrome_utils', {
+ 'sources': [
+ '../experimental/ChromeUtils/SkBorder.cpp',
+ '../experimental/ChromeUtils/SkBorder.h',
+ ],
+ 'defines': [
+ 'GR_CHROME_UTILS=1',
+ ],
+ }],
[ 'skia_distancefield_fonts', {
'sources': [
'<(skia_include_path)/gpu/GrDistanceFieldTextContext.h',
« experimental/ChromeUtils/SkBorder.h ('K') | « gyp/common_variables.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698