From 560dce5d48f4798ebcc0b77118db2e8853f48c18 Mon Sep 17 00:00:00 2001 From: "turaj@webrtc.org" Date: Thu, 1 May 2014 18:53:51 +0000 Subject: [PATCH] Pull openmax into third_party. BUG= R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11709005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6037 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 3 +++ all.gyp | 1 + 2 files changed, 4 insertions(+) diff --git a/DEPS b/DEPS index 7a7640307f..0c3eef5f94 100644 --- a/DEPS +++ b/DEPS @@ -83,6 +83,9 @@ deps = { "third_party/libc++abi/trunk": From("chromium_deps", "src/third_party/libc++abi/trunk"), + "third_party/openmax_dl/": + (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@6027", + "third_party/libjpeg": Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"), diff --git a/all.gyp b/all.gyp index f7e397dca2..bd8ee13014 100644 --- a/all.gyp +++ b/all.gyp @@ -15,6 +15,7 @@ 'target_name': 'All', 'type': 'none', 'dependencies': [ + 'third_party/openmax_dl/dl/dl.gyp:*', 'webrtc/webrtc.gyp:*', '<(libjingle_root)/talk/libjingle.gyp:*', '<(libjingle_root)/talk/libjingle_examples.gyp:*',