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

Unified Diff: talk/app/webrtc/legacy_objc_api_tests.gyp

Issue 1801943003: Move build scripts to webrtc/build/ios (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Restore talk/build/common.gypi 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
« no previous file with comments | « no previous file | talk/build/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/legacy_objc_api_tests.gyp
diff --git a/talk/app/webrtc/legacy_objc_api_tests.gyp b/talk/app/webrtc/legacy_objc_api_tests.gyp
index 1d8b682c394e02885c61f4fc2cd57de6374f0b92..441abc9f2d650bd1e649fb5a9087a5e6365d7da1 100755
--- a/talk/app/webrtc/legacy_objc_api_tests.gyp
+++ b/talk/app/webrtc/legacy_objc_api_tests.gyp
@@ -35,7 +35,7 @@
{
'target_name': 'libjingle_peerconnection_objc_test',
'type': 'executable',
- 'includes': [ '../../build/objc_app.gypi' ],
+ 'includes': [ '../../../webrtc/build/ios/objc_app.gypi' ],
'dependencies': [
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
@@ -67,7 +67,7 @@
{
'target_name': 'apprtc_signaling_gunit_test',
'type': 'executable',
- 'includes': [ '../../build/objc_app.gypi' ],
+ 'includes': [ '../../../webrtc/build/ios/objc_app.gypi' ],
'dependencies': [
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
« no previous file with comments | « no previous file | talk/build/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698