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

Side by Side Diff: webrtc/p2p/p2p.gyp

Issue 1750593002: Rename constants files in webrtc/{media,p2p} (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed cricket naming Created 4 years, 9 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 | « webrtc/p2p/client/portallocator_unittest.cc ('k') | webrtc/pc/channel.cc » ('j') | 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'rtc_p2p', 13 'target_name': 'rtc_p2p',
14 'type': 'static_library', 14 'type': 'static_library',
15 'dependencies': [ 15 'dependencies': [
16 '<(webrtc_root)/base/base.gyp:rtc_base', 16 '<(webrtc_root)/base/base.gyp:rtc_base',
17 '<(webrtc_root)/common.gyp:webrtc_common', 17 '<(webrtc_root)/common.gyp:webrtc_common',
18 ], 18 ],
19 'cflags_cc!': [ 19 'cflags_cc!': [
20 '-Wnon-virtual-dtor', 20 '-Wnon-virtual-dtor',
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 'base/asyncstuntcpsocket.cc', 23 'base/asyncstuntcpsocket.cc',
24 'base/asyncstuntcpsocket.h', 24 'base/asyncstuntcpsocket.h',
25 'base/basicpacketsocketfactory.cc', 25 'base/basicpacketsocketfactory.cc',
26 'base/basicpacketsocketfactory.h', 26 'base/basicpacketsocketfactory.h',
27 'base/candidate.h', 27 'base/candidate.h',
28 'base/common.h', 28 'base/common.h',
29 'base/constants.cc',
30 'base/constants.h',
31 'base/dtlstransportchannel.cc', 29 'base/dtlstransportchannel.cc',
32 'base/dtlstransportchannel.h', 30 'base/dtlstransportchannel.h',
31 'base/p2pconstants.cc',
32 'base/p2pconstants.h',
33 'base/p2ptransport.cc', 33 'base/p2ptransport.cc',
34 'base/p2ptransport.h', 34 'base/p2ptransport.h',
35 'base/p2ptransportchannel.cc', 35 'base/p2ptransportchannel.cc',
36 'base/p2ptransportchannel.h', 36 'base/p2ptransportchannel.h',
37 'base/packetsocketfactory.h', 37 'base/packetsocketfactory.h',
38 'base/port.cc', 38 'base/port.cc',
39 'base/port.h', 39 'base/port.h',
40 'base/portallocator.cc', 40 'base/portallocator.cc',
41 'base/portallocator.h', 41 'base/portallocator.h',
42 'base/portinterface.h', 42 'base/portinterface.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ], 139 ],
140 'cflags_cc!': [ 140 'cflags_cc!': [
141 '-Wnon-virtual-dtor', 141 '-Wnon-virtual-dtor',
142 ], 142 ],
143 'sources': [ 143 'sources': [
144 'stunprober/main.cc', 144 'stunprober/main.cc',
145 ], 145 ],
146 }], 146 }],
147 } 147 }
148 148
OLDNEW
« no previous file with comments | « webrtc/p2p/client/portallocator_unittest.cc ('k') | webrtc/pc/channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698