Index: webrtc/pc/pc.gyp |
diff --git a/webrtc/pc/pc.gyp b/webrtc/pc/pc.gyp |
index 25ebc5de78cf077db2be3d8cf0f3d20c6805b2c2..8c109890379949c1635c20b4ea89c0fdc7ad08f5 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', |