diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-05 15:30:26 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-05 15:30:26 -0800 |
commit | a48ead9b7e3dc01f1bde83f69062eebd960edfdc (patch) | |
tree | 2fe9d6ca4d2693ac76e0138833f86992c01158cf /.gitignore | |
parent | dd132d8d1e9a27673e5357a657db2b97dda9bcdb (diff) | |
download | pdfium-a48ead9b7e3dc01f1bde83f69062eebd960edfdc.tar.xz |
Re-enable pdfium_unittests.chromium/2271chromium/2270chromium/2269
In order for the standalone pdfium build to succeed,
DEPS is updated to pull in gtest, and a stub gtest.gyp
file is provided (which is unused under a chromium
checkout).
R=brucedawson@chromium.org, thakis@chromium.org
Review URL: https://codereview.chromium.org/835233002
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 06184bd2c4..1269c123c0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,13 @@ /build/Release /build/gyp /out +/testing/gtest /v8 /xcodebuild Makefile .DS_Store +.gclient +.gclient_entries *.filters *.mk *.opensdf |