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

Unified Diff: webrtc/base/BUILD.gn

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 | « no previous file | webrtc/base/base.gyp » ('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 8e5b4f73284f2cb4783091ddda2d47402dcde6fd..c93f9fbb829440e1179b831b5568a902e3dc24c5 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -117,6 +117,8 @@ static_library("rtc_base_approved") {
"checks.cc",
"checks.h",
"constructormagic.h",
+ "copyonwritebuffer.cc",
+ "copyonwritebuffer.h",
"criticalsection.cc",
"criticalsection.h",
"deprecation.h",
@@ -221,8 +223,6 @@ static_library("rtc_base") {
"base64.h",
"common.cc",
"common.h",
- "copyonwritebuffer.cc",
- "copyonwritebuffer.h",
"crc32.cc",
"crc32.h",
"cryptstring.cc",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698