| OLD | NEW |
| 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'dependencies': [ | 21 'dependencies': [ |
| 22 'webrtc/api/api.gyp:*', | 22 'webrtc/api/api.gyp:*', |
| 23 'webrtc/base/base.gyp:*', | 23 'webrtc/base/base.gyp:*', |
| 24 'webrtc/common.gyp:*', | 24 'webrtc/common.gyp:*', |
| 25 'webrtc/common_audio/common_audio.gyp:*', | 25 'webrtc/common_audio/common_audio.gyp:*', |
| 26 'webrtc/common_video/common_video.gyp:*', | 26 'webrtc/common_video/common_video.gyp:*', |
| 27 'webrtc/media/media.gyp:*', | 27 'webrtc/media/media.gyp:*', |
| 28 'webrtc/modules/modules.gyp:*', | 28 'webrtc/modules/modules.gyp:*', |
| 29 'webrtc/p2p/p2p.gyp:*', | 29 'webrtc/p2p/p2p.gyp:*', |
| 30 'webrtc/pc/pc.gyp:*', | 30 'webrtc/pc/pc.gyp:*', |
| 31 'webrtc/stats/stats.gyp:*', |
| 31 'webrtc/system_wrappers/system_wrappers.gyp:*', | 32 'webrtc/system_wrappers/system_wrappers.gyp:*', |
| 32 'webrtc/tools/tools.gyp:*', | 33 'webrtc/tools/tools.gyp:*', |
| 33 'webrtc/voice_engine/voice_engine.gyp:*', | 34 'webrtc/voice_engine/voice_engine.gyp:*', |
| 34 'webrtc/webrtc.gyp:*', | 35 'webrtc/webrtc.gyp:*', |
| 35 '<(webrtc_vp8_dir)/vp8.gyp:*', | 36 '<(webrtc_vp8_dir)/vp8.gyp:*', |
| 36 '<(webrtc_vp9_dir)/vp9.gyp:*', | 37 '<(webrtc_vp9_dir)/vp9.gyp:*', |
| 37 ], | 38 ], |
| 38 'conditions': [ | 39 'conditions': [ |
| 39 ['OS=="android" and build_with_chromium==0', { | 40 ['OS=="android" and build_with_chromium==0', { |
| 40 'dependencies': [ | 41 'dependencies': [ |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'dependencies': [ | 73 'dependencies': [ |
| 73 'talk/app/webrtc/legacy_objc_api_tests.gyp:*', | 74 'talk/app/webrtc/legacy_objc_api_tests.gyp:*', |
| 74 ], | 75 ], |
| 75 }], | 76 }], |
| 76 ], | 77 ], |
| 77 }], | 78 }], |
| 78 ], | 79 ], |
| 79 }, | 80 }, |
| 80 ], | 81 ], |
| 81 } | 82 } |
| OLD | NEW |