diff options
author | Aneesh Mulye <aneeshm@google.com> | 2014-11-13 13:59:20 -0800 |
---|---|---|
committer | Aneesh Mulye <aneeshm@google.com> | 2014-11-13 13:59:20 -0800 |
commit | 39c6b4c50bb06336c2b592a407efa862ff6ed8ae (patch) | |
tree | 109b185a16d7b84200ef01b6ac96b4e7ebace9ee | |
parent | 6cb31035547d30b7d1bec6375a4d2c86e6aa17cf (diff) | |
download | pdfium-39c6b4c50bb06336c2b592a407efa862ff6ed8ae.tar.xz |
Make DEPS use relative paths to fix recipe
Context: DEPS was originally added to pdfium to allow its recipe to
automatically check out its dependencies. The recipe used absolute
paths, and so the checkout directory's name ('pdfium') had to be
prefixed to the directory checkout of every dependency, as gclient in
the recipe worked one level above the pdfium checkout itself.
After change fe4537269fc7133320a5131638757f2ffa6bd854, the recipe no
longer worked. To fix this, I'm making DEPS use relative paths.
BUG=375773
R=jam@chromium.org
Review URL: https://codereview.chromium.org/724113003
-rw-r--r-- | DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +use_relative_paths = True + deps = { "build/gyp": "https://chromium.googlesource.com/external/gyp", |