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

Unified Diff: webrtc/media/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/libjingle/xmpp/BUILD.gn ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 1a526a6a49f622e2655185687d22509ee3c5a864..e3b6843ffe8f45b8e29069f18239994a74b83af0 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -117,10 +117,7 @@ rtc_source_set("rtc_media") {
"sctp/sctpdataengine.h",
]
- configs += [
- "..:common_config",
- ":rtc_media_warnings_config",
- ]
+ configs += [ ":rtc_media_warnings_config" ]
public_configs = [ "..:common_inherited_config" ]
@@ -250,10 +247,7 @@ if (rtc_include_tests) {
"engine/fakewebrtcvoiceengine.h",
]
- configs += [
- "..:common_config",
- ":rtc_unittest_main_config",
- ]
+ configs += [ ":rtc_unittest_main_config" ]
public_configs = [ "..:common_inherited_config" ]
if (rtc_build_libyuv) {
@@ -349,10 +343,7 @@ if (rtc_include_tests) {
"sctp/sctpdataengine_unittest.cc",
]
- configs += [
- "..:common_config",
- ":rtc_media_unittests_config",
- ]
+ configs += [ ":rtc_media_unittests_config" ]
public_configs = [ "..:common_inherited_config" ]
if (rtc_use_h264) {
« no previous file with comments | « webrtc/libjingle/xmpp/BUILD.gn ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698