diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 19:48:55 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 19:48:55 +0000 |
commit | 58768328c808bcee9dd1fb86d66c5a028a652236 (patch) | |
tree | 1b89cc9e143dfac9b95c47e2e40c41bb864a99f4 /DEPS | |
parent | 96d3abbd44af6d887167ed07431abab1c0e100d2 (diff) | |
download | chromium_src-58768328c808bcee9dd1fb86d66c5a028a652236.zip chromium_src-58768328c808bcee9dd1fb86d66c5a028a652236.tar.gz chromium_src-58768328c808bcee9dd1fb86d66c5a028a652236.tar.bz2 |
libyuv use extern c around jpeg includes. includes fixes to gyp build for intel/mips android, cros arm, ios, and pnacl.
BUG=none
TESTED=try bots
R=michaelbai@chromium.org
Review URL: https://codereview.chromium.org/137283004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ deps = { "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), "src/third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@949", + (Var("googlecode_url") % "libyuv") + "/trunk@975", "src/third_party/smhasher/src": (Var("googlecode_url") % "smhasher") + "/trunk@151", |