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

Unified Diff: webrtc/base/base.gyp

Issue 1898283002: Fix compilation of rtc_base_objc on iOS when building as part of Chromium. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update webrtc/base/base.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') | no next file » | 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 3e89991fb8d78ebdb59412e30a9c182187590b2f..a4e6bdc9d1af85670d0ef40424e5c86daa51d905 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -38,8 +38,6 @@
'objc/RTCDispatcher.m',
'objc/RTCFieldTrials.h',
'objc/RTCFieldTrials.mm',
- 'objc/RTCFileLogger.h',
- 'objc/RTCFileLogger.mm',
'objc/RTCLogging.h',
'objc/RTCLogging.mm',
'objc/RTCMacros.h',
@@ -64,6 +62,12 @@
},
},
}],
+ ['build_with_chromium==0', {
+ 'sources': [
+ 'objc/RTCFileLogger.h',
+ 'objc/RTCFileLogger.mm',
+ ],
+ }],
],
}
],
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698