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

Side by Side Diff: webrtc/modules/remote_bitrate_estimator/BUILD.gn

Issue 2839963005: Revert of Creating webrtc/modules:module_api (Closed)
Patch Set: Created 3 years, 7 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/modules/pacing/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/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 (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 import("../../webrtc.gni") 9 import("../../webrtc.gni")
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 102
103 if (is_win) { 103 if (is_win) {
104 cflags = [ 104 cflags = [
105 # TODO(kjellander): Bug 261: fix this warning. 105 # TODO(kjellander): Bug 261: fix this warning.
106 "/wd4373", # virtual function override. 106 "/wd4373", # virtual function override.
107 ] 107 ]
108 } 108 }
109 109
110 deps = [ 110 deps = [
111 ":remote_bitrate_estimator", 111 ":remote_bitrate_estimator",
112 "..:module_api",
113 "../..:webrtc_common", 112 "../..:webrtc_common",
114 "../../base:gtest_prod", 113 "../../base:gtest_prod",
115 "../../base:rtc_base", 114 "../../base:rtc_base",
116 "../../base:rtc_base_approved", 115 "../../base:rtc_base_approved",
117 "../../system_wrappers", 116 "../../system_wrappers",
118 "../../test:test_support", 117 "../../test:test_support",
119 "../../voice_engine", 118 "../../voice_engine",
120 "../bitrate_controller", 119 "../bitrate_controller",
121 "../congestion_controller", 120 "../congestion_controller",
122 "../pacing", 121 "../pacing",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 } 233 }
235 234
236 if (is_win) { 235 if (is_win) {
237 cflags = [ 236 cflags = [
238 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning. 237 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning.
239 "/wd4373", # virtual function override. 238 "/wd4373", # virtual function override.
240 ] 239 ]
241 } 240 }
242 } 241 }
243 } 242 }
OLDNEW
« no previous file with comments | « webrtc/modules/pacing/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698