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
diff --git a/DEPS b/DEPS
index 7a76403..0c3eef5 100644
--- a/DEPS
+++ b/DEPS
@@ -83,6 +83,9 @@
   "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 f7e397d..bd8ee13 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:*',