aboutsummaryrefslogtreecommitdiff
path: root/all.gyp
diff options
context:
space:
mode:
authorandrew@webrtc.org <andrew@webrtc.org>2014-10-08 18:01:27 +0000
committerandrew@webrtc.org <andrew@webrtc.org>2014-10-08 18:01:27 +0000
commit4165f7aa226584f6865df5ce37b0cb0bae4150d8 (patch)
treec9b52c53cfe04a877d145030055accf8bcd157f5 /all.gyp
parentf71785cd3b282ad7d584d746ba5b19833a11692b (diff)
downloadwebrtc-4165f7aa226584f6865df5ce37b0cb0bae4150d8.tar.gz
Add a variable for deciding when to use openmax_dl.
Modifies the previous condition to additionally not use openmax_dl on iOS. Remove the All target's direct dependency on it, as it is now pulled in by the targets that need it. Add gn support since an openmax_dl gn target is available. BUG=chromium:415393, webrtc:3906 R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/23949004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7397 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'all.gyp')
-rw-r--r--all.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/all.gyp b/all.gyp
index b43c3a17f7..2280c036d9 100644
--- a/all.gyp
+++ b/all.gyp
@@ -18,7 +18,6 @@
'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:*',