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/webrtc.gni

Issue 2929753002: Revert of 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 | « webrtc/tools/BUILD.gn ('k') | no next file » | 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("//build/config/arm.gni") 9 import("//build/config/arm.gni")
10 import("//build/config/features.gni") 10 import("//build/config/features.gni")
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 [ 277 [
278 "deps", 278 "deps",
279 "configs", 279 "configs",
280 "public_configs", 280 "public_configs",
281 "suppressed_configs", 281 "suppressed_configs",
282 ]) 282 ])
283 configs += invoker.configs 283 configs += invoker.configs
284 configs -= rtc_remove_configs 284 configs -= rtc_remove_configs
285 configs -= invoker.suppressed_configs 285 configs -= invoker.suppressed_configs
286 deps = [ 286 deps = [
287 "//build/config:exe_and_shlib_deps", 287 "//build/config/sanitizers:deps",
288 ] 288 ]
289 deps += invoker.deps 289 deps += invoker.deps
290 public_configs = [ rtc_common_inherited_config ] 290 public_configs = [ rtc_common_inherited_config ]
291 if (defined(invoker.public_configs)) { 291 if (defined(invoker.public_configs)) {
292 public_configs += invoker.public_configs 292 public_configs += invoker.public_configs
293 } 293 }
294 } 294 }
295 } 295 }
296 296
297 template("rtc_static_library") { 297 template("rtc_static_library") {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 configs += invoker.configs 350 configs += invoker.configs
351 configs -= rtc_remove_configs 351 configs -= rtc_remove_configs
352 configs -= invoker.suppressed_configs 352 configs -= invoker.suppressed_configs
353 public_configs = [ rtc_common_inherited_config ] 353 public_configs = [ rtc_common_inherited_config ]
354 if (defined(invoker.public_configs)) { 354 if (defined(invoker.public_configs)) {
355 public_configs += invoker.public_configs 355 public_configs += invoker.public_configs
356 } 356 }
357 } 357 }
358 } 358 }
359 } 359 }
OLDNEW
« no previous file with comments | « webrtc/tools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698