Index: gyp/SampleApp.gyp |
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp |
index 29787c7ba27f43d1d0c1db5029a9dd0934cd6f14..8b64cbdf6b06477deb9c8c17000926827df14e5d 100644 |
--- a/gyp/SampleApp.gyp |
+++ b/gyp/SampleApp.gyp |
@@ -5,12 +5,12 @@ |
'type': 'executable', |
'mac_bundle' : 1, |
'include_dirs' : [ |
- '../debugger', |
'../src/core', |
'../src/effects', #needed for BlurMask.h |
'../gm', # needed to pull gm.h |
'../samplecode', # To pull SampleApp.h and SampleCode.h |
'../src/pipe/utils', # For TiledPipeController |
+ '../src/utils/debugger', |
], |
'includes': [ |
'gmslides.gypi', |