Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: webrtc/webrtc.gyp

Issue 1850143002: GYP: Add webrtc/pc/pc.gyp:* to 'All' target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 'variables': { 9 'variables': {
10 'webrtc_all_dependencies': [ 10 'webrtc_all_dependencies': [
11 'base/base.gyp:*', 11 'base/base.gyp:*',
12 'common.gyp:*', 12 'common.gyp:*',
13 'common_audio/common_audio.gyp:*', 13 'common_audio/common_audio.gyp:*',
14 'common_video/common_video.gyp:*', 14 'common_video/common_video.gyp:*',
15 'media/media.gyp:*', 15 'media/media.gyp:*',
16 'modules/modules.gyp:*', 16 'modules/modules.gyp:*',
17 'p2p/p2p.gyp:*', 17 'p2p/p2p.gyp:*',
18 'pc/pc.gyp:*',
18 'system_wrappers/system_wrappers.gyp:*', 19 'system_wrappers/system_wrappers.gyp:*',
19 'tools/tools.gyp:*', 20 'tools/tools.gyp:*',
20 'voice_engine/voice_engine.gyp:*', 21 'voice_engine/voice_engine.gyp:*',
21 '<(webrtc_vp8_dir)/vp8.gyp:*', 22 '<(webrtc_vp8_dir)/vp8.gyp:*',
22 '<(webrtc_vp9_dir)/vp9.gyp:*', 23 '<(webrtc_vp9_dir)/vp9.gyp:*',
23 ], 24 ],
24 }, 25 },
25 'conditions': [ 26 'conditions': [
26 ['build_with_chromium==0', { 27 ['build_with_chromium==0', {
27 # TODO(kjellander): Move this to webrtc_all_dependencies once all of talk/ 28 # TODO(kjellander): Move this to webrtc_all_dependencies once all of talk/
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 ], 152 ],
152 'defines': [ 153 'defines': [
153 'ENABLE_RTC_EVENT_LOG', 154 'ENABLE_RTC_EVENT_LOG',
154 ], 155 ],
155 }], 156 }],
156 ], 157 ],
157 }, 158 },
158 159
159 ], 160 ],
160 } 161 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698