aboutsummaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-03 20:20:47 +0000
committerjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-03 20:20:47 +0000
commit26be3992618f85f24656be4c92f44250ff1293d3 (patch)
tree3d262df3adc1b5fb8c6ed75c7dd35af05ccfe0ec /gyp
parent8108c47b50d13cf55b0265b97d729f354e7a697e (diff)
downloadskia-26be3992618f85f24656be4c92f44250ff1293d3.tar.gz
Fixing gm build with SkXPSDevice enabled
REVIEW=http://codereview.appspot.com/5981054/ git-svn-id: http://skia.googlecode.com/svn/trunk@3591 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/xps.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/xps.gyp b/gyp/xps.gyp
index 5249c16790..1337fd340e 100644
--- a/gyp/xps.gyp
+++ b/gyp/xps.gyp
@@ -51,6 +51,7 @@
],
'include_dirs': [
'../include/device/xps',
+ '../src/utils', # needed to get SkBitSet.h
],
},
},