Index: gyp/core.gyp |
diff --git a/gyp/core.gyp b/gyp/core.gyp |
index 64cc79bf5b116fbc2f1223bc34e9b6f33df4d0c9..164ddfbb9a509e17d368d5724421fce83841f7eb 100644 |
--- a/gyp/core.gyp |
+++ b/gyp/core.gyp |
@@ -15,6 +15,7 @@ |
'include_dirs': [ |
'../include/config', |
'../include/core', |
+ '../include/gpu', |
'../include/pathops', |
'../include/pipe', |
'../include/ports', |
@@ -91,8 +92,7 @@ |
}], |
['skia_gpu == 1', { |
'include_dirs': [ |
- '../include/gpu', |
- '../src/gpu', |
+ '../src/gpu', |
], |
}], |
], |
@@ -100,6 +100,7 @@ |
'include_dirs': [ |
'../include/config', |
'../include/core', |
+ '../include/gpu', |
'../include/pathops', |
'../include/pipe', |
], |