aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-03 14:44:52 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-03 14:44:52 +0000
commit2897931e8714dee0d69670d15a7560c5038c33b5 (patch)
treeb43af265edca12cc47b923b97c56d0cfc1a99db1
parente69a54b0bc2a06452031f5a04c7e807d933025e3 (diff)
Fix broken include path for directwrite backend
R=borenet@google.com Review URL: https://codereview.chromium.org/16325006 git-svn-id: http://skia.googlecode.com/svn/trunk@9400 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/ports.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 3422b8e30a..af6229e6b2 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -13,6 +13,7 @@
'../include/images',
'../include/ports',
'../include/utils',
+ '../include/utils/win',
'../include/xml',
'../src/core',
'../src/lazy',