diff --git a/all.gyp b/all.gyp index 19c5dea30f..4830c5425f 100644 --- a/all.gyp +++ b/all.gyp @@ -10,19 +10,16 @@ 'variables': { 'libjingle_root%': '<(DEPTH)', 'include_tests%': 1, - 'webrtc_root_all_dependencies': [ - 'third_party/openmax_dl/dl/dl.gyp:*', - 'webrtc/webrtc.gyp:*', - '<(DEPTH)/talk/libjingle.gyp:*', - '<(DEPTH)/talk/libjingle_examples.gyp:*', - ], }, 'targets': [ { 'target_name': 'All', 'type': 'none', 'dependencies': [ - '<@(webrtc_root_all_dependencies)', + 'third_party/openmax_dl/dl/dl.gyp:*', + 'webrtc/webrtc.gyp:*', + '<(libjingle_root)/talk/libjingle.gyp:*', + '<(libjingle_root)/talk/libjingle_examples.gyp:*', ], 'conditions': [ ['OS=="android"', {