aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SampleApp.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/SampleApp.gyp')
-rw-r--r--gyp/SampleApp.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 07516515a6..aa6cbe08d8 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -300,8 +300,8 @@
],
}],
[ 'skia_gpu == 1', {
- 'include_dirs': [
- '../src/gpu', # To pull gl/GrGLUtil.h
+ 'dependencies': [
+ 'gputest.gyp:skgputest',
],
}],
[ 'skia_os == "nacl"', {