Chromium Code Reviews| Index: samples/samples.gyp |
| diff --git a/samples/samples.gyp b/samples/samples.gyp |
| index dfc7410070b3c46edf026caa98f92fc3da64701b..0c4c705609a939dcf63284c7584a23d02677d0be 100644 |
| --- a/samples/samples.gyp |
| +++ b/samples/samples.gyp |
| @@ -35,9 +35,10 @@ |
| 'type': 'executable', |
| 'dependencies': [ |
| '../tools/gyp/v8.gyp:v8', |
| + '../tools/gyp/v8.gyp:v8_libplatform', |
| ], |
| 'include_dirs': [ |
| - '../include', |
| + '..', |
| ], |
| 'conditions': [ |
| ['v8_enable_i18n_support==1', { |