diff options
author | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-18 20:39:36 +0000 |
---|---|---|
committer | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-18 20:39:36 +0000 |
commit | 47d1a47a5af989e191ef0eccf314c8f1e02c5a43 (patch) | |
tree | bb54b21e1bb275ab6a7ff6bab36054a5ee8ba5d3 /DEPS | |
parent | b07bbdd73a0bbe6d8e1423a8a003de8ee90c4c7b (diff) | |
download | chromium_src-47d1a47a5af989e191ef0eccf314c8f1e02c5a43.zip chromium_src-47d1a47a5af989e191ef0eccf314c8f1e02c5a43.tar.gz chromium_src-47d1a47a5af989e191ef0eccf314c8f1e02c5a43.tar.bz2 |
Reland 142154: Adds libexif gyp file to third_party to handle image metadata.
libexif source files are added to deps/third_party/libexif(r141967). This change doesn't make us use the library yet, that will be the next step. This is a no-op change from the point of view of the build.
Please find the previous review comments at http://codereview.chromium.org/10391195.
BUG=none
TEST=none
TBR=thestig@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10562037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,6 +101,9 @@ deps = { "src/third_party/icu": "/trunk/deps/third_party/icu46@140144", + "src/third_party/libexif/sources": + "/trunk/deps/third_party/libexif/sources@141967", + "src/third_party/hunspell": "/trunk/deps/third_party/hunspell@132738", |