diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-22 17:18:46 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-22 17:18:46 -0800 |
commit | 36faa4ac92100936d108354a066218d1aae327a3 (patch) | |
tree | 215bcd3fbb2b63a80ba69796bd7f2c5202be85bc /pdfium.gyp | |
parent | 219e462c2a0bb9a5462c0ee43ec93ac86c9cda40 (diff) | |
download | pdfium-36faa4ac92100936d108354a066218d1aae327a3.tar.xz |
Fix build of pdfium_embeddertest under V8_USE_EXTERNAL_STARTUP_DATA.
Currently, this is a difference between the standalone pdfium environment
vs. pdfium as part of a chromium checkout.
Locating the external data files is a nusiance when you don't have the
binary's argv[0] line, so we create a new main that preserves this for
us.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/851283006
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 2125852360..d287181dfc 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -831,7 +831,6 @@ 'target_name': 'pdfium_embeddertests', 'type': 'executable', 'dependencies': [ - '<(DEPTH)/testing/gtest.gyp:gtest_main', '<(DEPTH)/testing/gtest.gyp:gtest', 'pdfium', ], |