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

Unified Diff: webrtc/BUILD.gn

Issue 2291503002: Fix Chromium clang plugin warnings (Closed)
Patch Set: Created 4 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/common.h » ('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 530c5d4e3ca9652abb1cd77014952603c2696ff9..0c36221b7db467d426e9a28a092f2be17847f404 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -331,6 +331,8 @@ if (!build_with_chromium) {
source_set("webrtc_common") {
sources = [
"audio_sink.h",
+ "common.cc",
+ "common.h",
"common_types.cc",
"common_types.h",
"config.cc",
« no previous file with comments | « no previous file | webrtc/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698