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

Unified Diff: webrtc/BUILD.gn

Issue 3004723002: Move RtpExtension to api/ directory and config.h/.cc to call/. (Closed)
Patch Set: Fix nit. Created 3 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 | « no previous file | webrtc/DEPS » ('j') | no next file with comments »
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..4216bd3de42197efef9020c4be6e409aa1cc2f08 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -347,7 +347,6 @@ rtc_static_library("webrtc_common") {
sources = [
"common_types.cc",
"common_types.h",
- "config.cc",
"config.h",
"typedefs.h",
]
@@ -384,9 +383,6 @@ if (rtc_include_tests) {
rtc_test("rtc_unittests") {
testonly = true
- sources = [
- "config_unittest.cc",
- ]
deps = [
":webrtc_common",
« no previous file with comments | « no previous file | webrtc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698