diff options
author | Lei Zhang <thestig@chromium.org> | 2017-12-21 08:00:44 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-21 08:00:44 +0000 |
commit | ab384ed5a2c6c05a5d55645b7a50c6c42b613165 (patch) | |
tree | 6bbebe79a6977aa9903cf7a4c093c17cbe838cd0 /.gitignore | |
parent | dfc0843e5c9e6a21ce20fb168d6c58950e2573e4 (diff) | |
download | pdfium-ab384ed5a2c6c05a5d55645b7a50c6c42b613165.tar.xz |
Roll DEPS for build, buildtools, and instrumented_lib.
To update to recent revisions, this CL also does the following to DEPS:
- Pulls in depot_tools to third_party/.
- Update hooks for instrumented_libraries to download by default.
- Add checkout_configuration variables so one can skip the download.
The instrumented libraries are large downloads. https://crrev.com/507438
contains notes on how to avoid them.
TBR=dpranke@chromium.org
Change-Id: Ice0f9fcff0d2c8fba5fd3e1ef3e04e94b6bda710
Reviewed-on: https://pdfium-review.googlesource.com/21390
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index beeb3cd9f0..830cb6e074 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /third_party/android_ndk /third_party/binutils /third_party/catapult +/third_party/depot_tools /third_party/freetype/src /third_party/icu /third_party/instrumented_libraries |