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

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

Issue 2930603002: Replace sanitizers:deps with exe_and_shlib_deps (webrtc) (Closed)
Patch Set: Created 3 years, 6 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/webrtc.gni » ('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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 import("../webrtc.gni") 10 import("../webrtc.gni")
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "../call:call_interfaces", 208 "../call:call_interfaces",
209 "../logging:rtc_event_log_impl", 209 "../logging:rtc_event_log_impl",
210 "../logging:rtc_event_log_parser", 210 "../logging:rtc_event_log_parser",
211 "../modules/audio_coding:ana_debug_dump_proto", 211 "../modules/audio_coding:ana_debug_dump_proto",
212 212
213 # TODO(kwiberg): Remove this dependency. 213 # TODO(kwiberg): Remove this dependency.
214 "../api/audio_codecs:audio_codecs_api", 214 "../api/audio_codecs:audio_codecs_api",
215 "../modules/congestion_controller", 215 "../modules/congestion_controller",
216 "../modules/rtp_rtcp", 216 "../modules/rtp_rtcp",
217 "../system_wrappers:system_wrappers_default", 217 "../system_wrappers:system_wrappers_default",
218 "//build/config/sanitizers:deps", 218 "//build/config:exe_and_shlib_deps",
219 ] 219 ]
220 public_deps = [ 220 public_deps = [
221 ":chart_proto", 221 ":chart_proto",
222 "../logging:rtc_event_log_parser", 222 "../logging:rtc_event_log_parser",
223 ] 223 ]
224 } 224 }
225 } 225 }
226 226
227 # Exclude tools depending on gflags since that's not available in Chromium. 227 # Exclude tools depending on gflags since that's not available in Chromium.
228 if (rtc_include_tests) { 228 if (rtc_include_tests) {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 ] 331 ]
332 outputs = [ 332 outputs = [
333 "$root_build_dir/{{source_file_part}}", 333 "$root_build_dir/{{source_file_part}}",
334 ] 334 ]
335 deps = [ 335 deps = [
336 "../logging:rtc_event_log_proto", 336 "../logging:rtc_event_log_proto",
337 ] 337 ]
338 } 338 }
339 } 339 }
340 } 340 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698