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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 7484017: mac component wip Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | « ppapi/ppapi_shared.gypi ('k') | webkit/fileapi/webkit_fileapi.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 4491d27ab1fa3fb92f534b0351cc437d2d7830da..7834943886a6e35a17222b98d7df1c2e09011bef 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -397,6 +397,11 @@
'source/talk/base/macutils.cc',
'source/talk/base/macutils.h',
],
+ 'sources!': [
+ # OpenSSL is only used on linux.
+ 'source/talk/base/openssldigest.cc',
+ 'source/talk/base/openssldigest.h',
+ ],
}],
['OS=="android"', {
'sources!': [
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | webkit/fileapi/webkit_fileapi.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698