summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-10 15:19:32 +0000
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-10 15:19:32 +0000
commit2bbc87eb508dc66db6a1446a3648066efde28027 (patch)
tree513ee9cb55b9f4ce9990fb783a9aa475d4902b30
parenta8823bc08f71a6a6c89e27930da153773cacfcdf (diff)
downloadgyp-2bbc87eb508dc66db6a1446a3648066efde28027.tar.gz
New Composite CSS border object
https://codereview.chromium.org/86263003/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@12597 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--common_variables.gypi2
-rw-r--r--gpu.gyp9
2 files changed, 11 insertions, 0 deletions
diff --git a/common_variables.gypi b/common_variables.gypi
index 4b80af1..74e596c 100644
--- a/common_variables.gypi
+++ b/common_variables.gypi
@@ -87,6 +87,7 @@
'skia_resource_cache_mb_limit%': 0,
'skia_resource_cache_count_limit%': 0,
'skia_angle%': 0,
+ 'skia_chrome_utils%': 1,
'skia_directwrite%': 0,
'skia_gpu%': 1,
'skia_osx_sdkroot%': '',
@@ -147,6 +148,7 @@
'skia_angle%': '<(skia_angle)',
'skia_arch_width%': '<(skia_arch_width)',
'skia_arch_type%': '<(skia_arch_type)',
+ 'skia_chrome_utils%': '<(skia_chrome_utils)',
'skia_directwrite%': '<(skia_directwrite)',
'skia_gpu%': '<(skia_gpu)',
'skia_win_exceptions%': 0,
diff --git a/gpu.gyp b/gpu.gyp
index 55191ae..fc6c28b 100644
--- a/gpu.gyp
+++ b/gpu.gyp
@@ -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',