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

Unified Diff: webrtc/base/base.gyp

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 | « webrtc/base/BUILD.gn ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | 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 9fe2c6c2e0dbe831825be01adf95c92da2f89b5b..f149eb39bdf132080d3e8ea7fa8c86793ff27f96 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -29,6 +29,7 @@
'target_name': 'rtc_base_approved',
'type': 'static_library',
'sources': [
+ 'arraysize.h',
'array_view.h',
'atomicops.h',
'bind.h',
@@ -231,7 +232,6 @@
],
'sources': [
'applefilesystem.mm',
- 'arraysize.h',
'asyncfile.cc',
'asyncfile.h',
'asyncinvoker.cc',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698