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

Unified Diff: webrtc/base/base.gyp

Issue 1782363002: Fix lock behavior on RTCAudioSession. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add log for error 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
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index f43fde215c78c9e74629c3fd16306a6b20d472cd..5219cecf5ced97f1abd382da861f63a53602be65 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -118,6 +118,8 @@
'ratetracker.cc',
'ratetracker.h',
'refcount.h',
+ 'scoped_autorelease_pool.h',
+ 'scoped_autorelease_pool.mm',
'scoped_ptr.h',
'scoped_ref_ptr.h',
'stringencode.cc',
@@ -322,8 +324,6 @@
'rollingaccumulator.h',
'rtccertificate.cc',
'rtccertificate.h',
- 'scoped_autorelease_pool.h',
- 'scoped_autorelease_pool.mm',
'scopedptrcollection.h',
'sec_buffer.h',
'sha1.cc',

Powered by Google App Engine
This is Rietveld 408576698