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

Unified Diff: webrtc/BUILD.gn

Issue 3004723002: Move RtpExtension to api/ directory and config.h/.cc to call/. (Closed)
Patch Set: Fix mistake Created 3 years, 4 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 | « no previous file | webrtc/DEPS » ('j') | webrtc/api/rtpparameters.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index b5c832d4b6a2c37eded3eac54c31353b2023da4c..606f4731717ae09653bf4a8003db66f96a434c1b 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -347,8 +347,6 @@ rtc_static_library("webrtc_common") {
sources = [
"common_types.cc",
"common_types.h",
- "config.cc",
- "config.h",
"typedefs.h",
]
@@ -384,9 +382,6 @@ if (rtc_include_tests) {
rtc_test("rtc_unittests") {
the sun 2017/08/28 18:52:56 Is this target not needed anymore?
mbonadei 2017/08/29 06:45:29 I think it is used as an "umbrella target" to link
stefan-webrtc 2017/08/29 08:37:17 I'll keep it for now then.
testonly = true
- sources = [
- "config_unittest.cc",
- ]
deps = [
":webrtc_common",
« no previous file with comments | « no previous file | webrtc/DEPS » ('j') | webrtc/api/rtpparameters.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698