Chromium Code Reviews| Index: pdfium.gyp |
| diff --git a/pdfium.gyp b/pdfium.gyp |
| index 15e7df0e4c589f566ec943152eaaba657a30d625..0ac04715e456155a2f59eb3714ef8ef9358ad0d3 100644 |
| --- a/pdfium.gyp |
| +++ b/pdfium.gyp |
| @@ -802,5 +802,20 @@ |
| 'fpdfsdk/src/formfiller/FFL_Utils.cpp', |
| ], |
| }, |
| + { |
| + 'target_name': 'pdfium_unittests', |
| + 'type': 'executable', |
| + 'dependencies': [ |
| + '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| + '<(DEPTH)/testing/gtest.gyp:gtest', |
| + 'pdfium', |
| + ], |
| + 'include_dirs': [ |
| + '<(DEPTH)' |
|
Nico
2015/01/05 22:58:01
Do you need this?
Tom Sepez
2015/01/05 23:08:09
Yes, get fx_basic_bstring_unittest.cpp:5:47: fatal
|
| + ], |
| + 'sources': [ |
| + 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |
| + ], |
| + }, |
| ], |
| } |