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

Unified Diff: webrtc/base/base.gyp

Issue 1444323002: Add files required to link with WebRTC for Chromium on iOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Keep gyp & gn in sync Created 5 years, 1 month 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 80bd65271962a107c02f56e827552513f983efa9..93c9b32c0a07106d449e63b14400c331362cc21c 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -511,7 +511,10 @@
}],
['OS=="ios"', {
'sources/': [
- ['include', 'macconversion.*'],
+ ['include', 'maccocoathreadhelper.h'],
+ ['include', 'maccocoathreadhelper.mm'],
+ ['include', 'macconversion.cc'],
+ ['include', 'macconversion.h'],
],
'all_dependent_settings': {
'xcode_settings': {
« 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