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

Unified Diff: webrtc/pc/pc.gyp

Issue 2037983002: Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: New changes Created 4 years, 7 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/pc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/pc.gyp
diff --git a/webrtc/pc/pc.gyp b/webrtc/pc/pc.gyp
index effa5bcbe3b394bc12577dc661c5c6092bc3bf1c..3ca5013297a685760369743abc077d694e963c2e 100755
--- a/webrtc/pc/pc.gyp
+++ b/webrtc/pc/pc.gyp
@@ -24,6 +24,12 @@
'<(webrtc_root)/media/media.gyp:rtc_media',
],
'conditions': [
+ ['build_with_chromium==1', {
+ 'sources': [
+ 'externalhmac.h',
+ 'externalhmac.cc',
+ ],
+ }],
['build_libsrtp==1', {
'dependencies': [
'<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698