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
This commit is contained in:
3
DEPS
3
DEPS
@ -83,6 +83,9 @@ deps = {
|
|||||||
"third_party/libc++abi/trunk":
|
"third_party/libc++abi/trunk":
|
||||||
From("chromium_deps", "src/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":
|
"third_party/libjpeg":
|
||||||
Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"),
|
Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"),
|
||||||
|
|
||||||
|
1
all.gyp
1
all.gyp
@ -15,6 +15,7 @@
|
|||||||
'target_name': 'All',
|
'target_name': 'All',
|
||||||
'type': 'none',
|
'type': 'none',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
|
'third_party/openmax_dl/dl/dl.gyp:*',
|
||||||
'webrtc/webrtc.gyp:*',
|
'webrtc/webrtc.gyp:*',
|
||||||
'<(libjingle_root)/talk/libjingle.gyp:*',
|
'<(libjingle_root)/talk/libjingle.gyp:*',
|
||||||
'<(libjingle_root)/talk/libjingle_examples.gyp:*',
|
'<(libjingle_root)/talk/libjingle_examples.gyp:*',
|
||||||
|
Reference in New Issue
Block a user