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

Unified Diff: webrtc/base/base.gyp

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 8 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/base/BUILD.gn ('k') | webrtc/base/objc/NSString+StdString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 0e6198c1c4226501b537cf01dfa1a7370384fb2b..01ee3f1f6d341c73936963069dd26eee335dbeb8 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -22,56 +22,6 @@
}],
],
}],
- ['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', {
- 'targets': [
- {
- 'target_name': 'rtc_base_objc',
- 'type': 'static_library',
- 'includes': [ '../build/objc_common.gypi' ],
- 'dependencies': [
- 'rtc_base',
- ],
- 'sources': [
- 'objc/NSString+StdString.h',
- 'objc/NSString+StdString.mm',
- 'objc/RTCDispatcher.h',
- 'objc/RTCDispatcher.m',
- 'objc/RTCFieldTrials.h',
- 'objc/RTCFieldTrials.mm',
- 'objc/RTCLogging.h',
- 'objc/RTCLogging.mm',
- 'objc/RTCMacros.h',
- 'objc/RTCSSLAdapter.h',
- 'objc/RTCSSLAdapter.mm',
- 'objc/RTCTracing.h',
- 'objc/RTCTracing.mm',
- ],
- 'conditions': [
- ['OS=="ios"', {
- 'sources': [
- 'objc/RTCCameraPreviewView.h',
- 'objc/RTCCameraPreviewView.m',
- 'objc/RTCUIApplication.h',
- 'objc/RTCUIApplication.mm',
- ],
- 'all_dependent_settings': {
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '-framework AVFoundation',
- ],
- },
- },
- }],
- ['build_with_chromium==0', {
- 'sources': [
- 'objc/RTCFileLogger.h',
- 'objc/RTCFileLogger.mm',
- ],
- }],
- ],
- }
- ],
- }], # OS=="ios"
],
'targets': [
{
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/objc/NSString+StdString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698