diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-22 17:36:32 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-22 17:36:32 -0800 |
commit | 1b1bb499613adc8b051ed602b04bea8758e582e6 (patch) | |
tree | 894a89762946cda8d5a015eb9e4fb587adde0749 /pdfium.gyp | |
parent | 19c6160ba46af0ec266c9b3903a65ef3186176df (diff) | |
download | pdfium-1b1bb499613adc8b051ed602b04bea8758e582e6.tar.xz |
Merge to XFA: pdfium_embeddertests fixes
This pulls in:
af9be4f Add pdfium_embeddertests to BUILD.gn
36faa4a Fix build of pdfium_embeddertest under V8_USE_EXTERNAL_STARTUP_DATA.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/873453005
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 68ddcecbc7..a3f72156ff 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -913,7 +913,6 @@ 'target_name': 'pdfium_embeddertests', 'type': 'executable', 'dependencies': [ - '<(DEPTH)/testing/gtest.gyp:gtest_main', '<(DEPTH)/testing/gtest.gyp:gtest', 'pdfium', ], |