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

Unified Diff: webrtc/test/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/system_wrappers/BUILD.gn ('k') | webrtc/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 4b3cb3d4c63329c2537862ceb3e93cc0f41da7bc..988c2d5fe251d4e8c2060a369bb5a68a70b4b545 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -74,10 +74,7 @@ rtc_source_set("channel_transport") {
"channel_transport/udp_transport_impl.h",
]
- configs += [
- "..:common_config",
- ":channel_transport_warnings_config",
- ]
+ configs += [ ":channel_transport_warnings_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang && !is_nacl) {
@@ -104,7 +101,6 @@ rtc_source_set("video_test_common") {
"frame_utils.h",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang && !is_nacl) {
@@ -129,7 +125,6 @@ rtc_source_set("rtp_test_utils") {
"rtp_file_writer.h",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang && !is_nacl) {
@@ -158,7 +153,6 @@ rtc_source_set("field_trial") {
"../system_wrappers:field_trial_default",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
@@ -176,7 +170,6 @@ rtc_source_set("test_main") {
"//third_party/gflags",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
@@ -229,7 +222,6 @@ rtc_source_set("test_support") {
deps += [ "//base:base" ]
}
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
@@ -253,7 +245,6 @@ rtc_source_set("test_support_main") {
"//third_party/gflags",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
@@ -271,7 +262,6 @@ rtc_source_set("test_support_main_threaded_mac") {
"testsupport/mac/run_threaded_main_mac.mm",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
deps = [
@@ -322,7 +312,6 @@ rtc_test("test_support_unittests") {
"testsupport/unittest_utils.h",
]
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
# TODO(jschuh): Bug 1348: fix this warning.
@@ -406,7 +395,6 @@ rtc_source_set("test_common") {
]
}
- configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
if (is_clang && !is_nacl) {
@@ -489,7 +477,6 @@ rtc_source_set("test_renderer") {
]
}
- configs += [ "..:common_config" ]
public_configs = [
"..:common_inherited_config",
":test_renderer_exported_config",
« no previous file with comments | « webrtc/system_wrappers/BUILD.gn ('k') | webrtc/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698