| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index 866b563e96d22127fb963c585a2892275c373498..5c8799e9a5e5c2e7ac4a8ccd5166054a975b122b 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -737,6 +737,7 @@
|
| 'include_dirs': [
|
| '<(DEPTH)',
|
| '<(DEPTH)/v8',
|
| + '<(DEPTH)/v8/include',
|
| ],
|
| 'sources': [
|
| 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp',
|
| @@ -748,6 +749,7 @@
|
| 'fpdfsdk/src/fpdfview_c_api_test.c',
|
| 'fpdfsdk/src/fpdfview_c_api_test.h',
|
| 'fpdfsdk/src/fpdfview_embeddertest.cpp',
|
| + 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp',
|
| 'testing/embedder_test.cpp',
|
| 'testing/embedder_test.h',
|
| 'testing/embedder_test_mock_delegate.h',
|
|
|