New Composite CSS border object

https://codereview.chromium.org/86263003/



git-svn-id: http://skia.googlecode.com/svn/trunk@12597 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 55191ae..fc6c28b 100644
--- a/gyp/gpu.gyp
+++ b/gyp/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',