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

Unified Diff: webrtc/base/BUILD.gn

Issue 2346763002: Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (Closed)
Patch Set: 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
« 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 59cdf4c11f5d3d1c870eab5045c24258961c777a..d4c5c0b416f72e226ee7e29f9869e425ac892c42 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -93,6 +93,7 @@ rtc_static_library("rtc_base_approved") {
sources = [
"array_view.h",
+ "arraysize.h",
"atomicops.h",
"bind.h",
"bitbuffer.cc",
@@ -288,7 +289,6 @@ rtc_static_library("rtc_base") {
sources = [
"applefilesystem.mm",
- "arraysize.h",
"asyncfile.cc",
"asyncfile.h",
"asyncinvoker-inl.h",
« 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