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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2463313002: Add a webrtc{en,de}coderfactory implementation for VideoToolbox (Closed)
Patch Set: Code review comments Created 4 years, 1 month 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/modules/video_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index b444e80c3a9634fd4d85c687d4bdbb119d70c646..e0d51d6a939f98f4f89731a81f66c3c4172fd8d7 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -703,10 +703,7 @@ if (rtc_include_tests) {
"//build/config/compiler:enable_arc",
]
- sources += [
- "audio_device/ios/objc/RTCAudioSessionTest.mm",
- "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
- ]
+ sources += [ "audio_device/ios/objc/RTCAudioSessionTest.mm" ]
if (target_cpu != "x64") {
sources += [ "audio_device/ios/audio_device_unittest_ios.cc" ]
« no previous file with comments | « no previous file | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698