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

Unified Diff: webrtc/test/test.gyp

Issue 1178843002: Adds support for webrtc::test::ResourcePath on iOS (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: nits Created 5 years, 6 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/modules/modules.gyp ('k') | webrtc/test/testsupport/fileutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/test.gyp
diff --git a/webrtc/test/test.gyp b/webrtc/test/test.gyp
index ea831a1471abdbe775d4136be72472b8af3775ff..a19288eaeda32f743fe081a0607b5c54e71b259b 100644
--- a/webrtc/test/test.gyp
+++ b/webrtc/test/test.gyp
@@ -124,6 +124,7 @@
'testsupport/frame_writer.cc',
'testsupport/frame_writer.h',
'testsupport/gtest_disable.h',
+ 'testsupport/iosfileutils.mm',
'testsupport/mock/mock_frame_reader.h',
'testsupport/mock/mock_frame_writer.h',
'testsupport/packet_reader.cc',
@@ -133,6 +134,13 @@
'testsupport/trace_to_stderr.cc',
'testsupport/trace_to_stderr.h',
],
+ 'conditions': [
+ ['OS=="ios"', {
+ 'xcode_settings': {
+ 'CLANG_ENABLE_OBJC_ARC': 'YES',
+ },
+ }],
+ ],
},
{
# Depend on this target when you want to have test_support but also the
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/test/testsupport/fileutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698