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

Unified Diff: webrtc/base/base.gyp

Issue 2293983002: rtc::Buffer: Let SetData and AppendData accept anything with .data() and .size() (Closed)
Patch Set: Use rtc::HasDataAndSize (née rtc::internal::HasDataAndSize) 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
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 5ff461d4ed4cd541df6f035ea782bda099cce796..93f87b2957760cb3d5f2417c3955bd76a87b3a40 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -103,6 +103,7 @@
'timeutils.cc',
'timeutils.h',
'trace_event.h',
+ 'type_traits.h',
],
'conditions': [
['os_posix==1', {

Powered by Google App Engine
This is Rietveld 408576698