Remove webrtc_root_additional_dependencies from all.gyp

It is no longer used.

BUG=
R=henrika@webrtc.org

Review URL: https://codereview.webrtc.org/1886973003 .

Cr-Commit-Position: refs/heads/master@{#12360}
This commit is contained in:
kjellander@webrtc.org
2016-04-14 12:52:22 +02:00
parent 7c9426cf38
commit 83ee9e01aa

View File

@ -10,7 +10,6 @@
'variables': { 'variables': {
'include_examples%': 1, 'include_examples%': 1,
'include_tests%': 1, 'include_tests%': 1,
'webrtc_root_additional_dependencies': [],
}, },
'targets': [ 'targets': [
{ {
@ -18,7 +17,6 @@
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [
'webrtc/webrtc.gyp:*', 'webrtc/webrtc.gyp:*',
'<@(webrtc_root_additional_dependencies)',
], ],
'conditions': [ 'conditions': [
['include_examples==1', { ['include_examples==1', {