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

Unified Diff: webrtc/base/BUILD.gn

Issue 1911403002: Move bind.h to rtc_base_approved. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: update build files Created 4 years, 8 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 87124eb76c2bf6a52cb05e82c7dcfb03bbf85aba..6c64ce9d367ab8b09448dd04e8181714c24378e0 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -98,6 +98,7 @@ static_library("rtc_base_approved") {
sources = [
"array_view.h",
"atomicops.h",
+ "bind.h",
"bitbuffer.cc",
"bitbuffer.h",
"buffer.cc",
@@ -365,7 +366,6 @@ static_library("rtc_base") {
sources += [
"bandwidthsmoother.cc",
"bandwidthsmoother.h",
- "bind.h",
"callback.h",
"fileutils_mock.h",
"httpserver.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