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

Side by Side Diff: third_party/libjingle/webrtc/BUILD.gn

Issue 2694363005: Add gn dependency on rtc_task_runner. (Closed)
Patch Set: Dropped two of the rtc_task_runner deps. Created 3 years, 10 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 | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle_xmpp/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file contains the webrtc-related build targets. They are in a separate 5 # This file contains the webrtc-related build targets. They are in a separate
6 # directory so the embedder can decide whether it wants to use webrtc by 6 # directory so the embedder can decide whether it wants to use webrtc by
7 # just depending on these or not, eliminating the need for build flags at this 7 # just depending on these or not, eliminating the need for build flags at this
8 # layer. 8 # layer.
9 9
10 # TODO(kjellander): Move this target into //third_party/webrtc_overrides as 10 # TODO(kjellander): Move this target into //third_party/webrtc_overrides as
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 static_library("libstunprober") { 56 static_library("libstunprober") {
57 p2p_dir = "//third_party/webrtc/p2p" 57 p2p_dir = "//third_party/webrtc/p2p"
58 sources = [ 58 sources = [
59 "$p2p_dir/stunprober/stunprober.cc", 59 "$p2p_dir/stunprober/stunprober.cc",
60 ] 60 ]
61 61
62 deps = [ 62 deps = [
63 ":libjingle_webrtc_common", 63 ":libjingle_webrtc_common",
64 "//third_party/webrtc/base:rtc_base", 64 "//third_party/webrtc/base:rtc_base",
65 "//third_party/webrtc/base:rtc_task_runner",
65 ] 66 ]
66 } 67 }
OLDNEW
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle_xmpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698