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

Unified Diff: webrtc/base/base.gyp

Issue 1820643002: Move copyonwritebuffer to rtc_base_approved. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « webrtc/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index af8ba464baf037994bc64cbb8a0ceb857e560940..8f2e72e4dda37a315cd747cd6b0445b5810b8920 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -89,6 +89,8 @@
'checks.cc',
'checks.h',
'constructormagic.h',
+ 'copyonwritebuffer.cc',
+ 'copyonwritebuffer.h',
'criticalsection.cc',
'criticalsection.h',
'deprecation.h',
@@ -199,8 +201,6 @@
'callback.h',
'common.cc',
'common.h',
- 'copyonwritebuffer.cc',
- 'copyonwritebuffer.h',
'crc32.cc',
'crc32.h',
'cryptstring.cc',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698