diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-10-16 15:32:26 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-10-16 15:32:26 -0700 |
commit | fe4537269fc7133320a5131638757f2ffa6bd854 (patch) | |
tree | aea6381e2688363e66022cedd2af88d45938a962 | |
parent | 175998fae0afeb321666d3f543b191a7e6bb6d51 (diff) | |
download | pdfium-fe4537269fc7133320a5131638757f2ffa6bd854.tar.xz |
Make DEPS not add an extra pdfium directory.
This makes gclient config and gclient sync work.
BUG=423896
TBR=aneeshm@chromium.org
Review URL: https://codereview.chromium.org/656353002
-rw-r--r-- | DEPS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,17 +1,17 @@ deps = { - "pdfium/build/gyp": + "build/gyp": "https://chromium.googlesource.com/external/gyp", - "pdfium/v8": + "v8": "https://chromium.googlesource.com/external/v8", - "pdfium/v8/third_party/icu": + "v8/third_party/icu": "https://chromium.googlesource.com/chromium/deps/icu46", } deps_os = { "win": { - "pdfium/v8/third_party/cygwin": + "v8/third_party/cygwin": "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf3a10ff1007a97c0b7de6df", }, } |