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

Unified Diff: webrtc/base/BUILD.gn

Issue 2757893003: Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. (Closed)
Patch Set: Better fix to undefined reference to MIN_SIZE error. Created 3 years, 9 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/base/ptr_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index d81720652ce6b6db9d915ffc192a6203ff2d70b7..105417713785d53192c53b88a4eeb40f47b5f189 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -850,6 +850,7 @@ if (rtc_include_tests) {
"nat_unittest.cc",
"network_unittest.cc",
"optionsfile_unittest.cc",
+ "ptr_util_unittest.cc",
kwiberg-webrtc 2017/03/23 21:45:54 Please also add ptr_util.h to a build target. rtc_
kwiberg-webrtc 2017/03/27 22:47:21 You seem to have forgotten this...
"ratelimiter_unittest.cc",
"rollingaccumulator_unittest.cc",
"rtccertificate_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/ptr_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698