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

Unified Diff: webrtc/build/ios/merge_ios_libs.gyp

Issue 1801943003: Move build scripts to webrtc/build/ios (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix some presubmit errors and remove talk/build 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/build/ios/merge_ios_libs.gyp
diff --git a/talk/build/merge_ios_libs.gyp b/webrtc/build/ios/merge_ios_libs.gyp
similarity index 93%
rename from talk/build/merge_ios_libs.gyp
rename to webrtc/build/ios/merge_ios_libs.gyp
index 83625ff7dbb89fdf8986fcd84b7e37855df9104a..96f6c9924e72577853e1265b416b15796bd07d54 100644
--- a/talk/build/merge_ios_libs.gyp
+++ b/webrtc/build/ios/merge_ios_libs.gyp
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{
- 'includes': ['common.gypi',],
+ 'includes': ['<(webrtc_root)/build/common.gypi',],
kjellander_webrtc 2016/03/15 04:03:09 Don't use a variable here (I didn't even expect th
hjon_webrtc 2016/03/15 21:07:48 Done.
'conditions': [
['OS=="ios" or OS=="mac"', {
'targets': [
@@ -36,7 +36,7 @@
'dependencies': [
'../app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
kjellander_webrtc 2016/03/15 04:03:09 This won't work. Please test generating project fi
hjon_webrtc 2016/03/15 21:07:48 Done.
],
- 'sources': ['<(webrtc_root)/build/no_op.cc',],
+ 'sources': ['no_op.cc',],
},
{
'target_name': 'webrtc_api_objc_no_op',
@@ -45,7 +45,7 @@
'dependencies': [
'<(webrtc_root)/api/api.gyp:rtc_api_objc',
],
- 'sources': ['<(webrtc_root)/build/no_op.cc',],
+ 'sources': ['no_op.cc',],
},
],
}]

Powered by Google App Engine
This is Rietveld 408576698