Index: samples/samples.gyp |
diff --git a/samples/samples.gyp b/samples/samples.gyp |
index 0044c5c030ab51c996ba32ff4ac2a8c1a59d70ab..35d2e50f243c7a51c56ef3a204b22ee880efb474 100644 |
--- a/samples/samples.gyp |
+++ b/samples/samples.gyp |
@@ -19,6 +19,11 @@ |
'PNGPREFIX_H', |
'PNG_USE_READ_MACROS', |
], |
+ 'include_dirs': [ |
+ # This is implicit in GN. |
+ '<(DEPTH)', |
+ '..', |
+ ], |
'conditions': [ |
['pdf_enable_v8==1', { |
'defines': [ |
@@ -59,9 +64,6 @@ |
'../pdfium.gyp:fxcodec', |
'../third_party/third_party.gyp:pdfium_base', |
], |
- 'include_dirs': [ |
- '../../', |
- ], |
'sources': [ |
'image_diff.cc', |
'image_diff_png.h', |