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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2300413002: GN Templates: Move common_config to the template. (Closed)
Patch Set: Add TODOs + tracking bugs. Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/p2p/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 3b4611b3a88aabc81302228f16dbaebe4e7ee0d5..821257782a593b0e49c887331c23cb54b6a60d66 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -63,7 +63,6 @@ rtc_source_set("rtc_pc") {
deps += [ "//third_party/libsrtp" ]
}
- configs += [ "..:common_config" ]
public_configs = [
"..:common_inherited_config",
":rtc_pc_config",
@@ -100,10 +99,7 @@ if (rtc_include_tests) {
include_dirs = [ "//third_party/libsrtp/srtp" ]
- configs += [
- "..:common_config",
- ":rtc_pc_unittests_config",
- ]
+ configs += [ ":rtc_pc_unittests_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang) {
« no previous file with comments | « webrtc/p2p/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698