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

Side by Side Diff: webrtc/p2p/BUILD.gn

Issue 2370723002: Delete unused file sessionid.h. (Closed)
Patch Set: Created 4 years, 2 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 | webrtc/p2p/base/sessionid.h » ('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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "base/portallocator.h", 42 "base/portallocator.h",
43 "base/portinterface.h", 43 "base/portinterface.h",
44 "base/pseudotcp.cc", 44 "base/pseudotcp.cc",
45 "base/pseudotcp.h", 45 "base/pseudotcp.h",
46 "base/relayport.cc", 46 "base/relayport.cc",
47 "base/relayport.h", 47 "base/relayport.h",
48 "base/session.cc", 48 "base/session.cc",
49 "base/session.h", 49 "base/session.h",
50 "base/sessiondescription.cc", 50 "base/sessiondescription.cc",
51 "base/sessiondescription.h", 51 "base/sessiondescription.h",
52 "base/sessionid.h",
53 "base/stun.cc", 52 "base/stun.cc",
54 "base/stun.h", 53 "base/stun.h",
55 "base/stunport.cc", 54 "base/stunport.cc",
56 "base/stunport.h", 55 "base/stunport.h",
57 "base/stunrequest.cc", 56 "base/stunrequest.cc",
58 "base/stunrequest.h", 57 "base/stunrequest.h",
59 "base/tcpport.cc", 58 "base/tcpport.cc",
60 "base/tcpport.h", 59 "base/tcpport.h",
61 "base/transport.cc", 60 "base/transport.cc",
62 "base/transport.h", 61 "base/transport.h",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 171 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
173 } 172 }
174 173
175 deps = [ 174 deps = [
176 ":libstunprober", 175 ":libstunprober",
177 ":rtc_p2p", 176 ":rtc_p2p",
178 "../system_wrappers:field_trial_default", 177 "../system_wrappers:field_trial_default",
179 ] 178 ]
180 } 179 }
181 } 180 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/p2p/base/sessionid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698