summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-22 17:18:46 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-22 17:18:46 -0800
commit36faa4ac92100936d108354a066218d1aae327a3 (patch)
tree215bcd3fbb2b63a80ba69796bd7f2c5202be85bc /pdfium.gyp
parent219e462c2a0bb9a5462c0ee43ec93ac86c9cda40 (diff)
downloadpdfium-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.gyp1
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',
],