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

Unified Diff: webrtc/common_video/common_video.gyp

Issue 1602523004: Added EncodedImage::GetBufferPaddingBytes. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 0 additional bytes, make ios compile Created 4 years, 11 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
Index: webrtc/common_video/common_video.gyp
diff --git a/webrtc/common_video/common_video.gyp b/webrtc/common_video/common_video.gyp
index fe14da1d2efe8bfbdf51dfdef0439f9c759e6dd9..eae09fe3f62a8bc30b69b2ce304878743362e87e 100644
--- a/webrtc/common_video/common_video.gyp
+++ b/webrtc/common_video/common_video.gyp
@@ -20,6 +20,7 @@
'dependencies': [
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
+ '<(webrtc_root)/modules/modules.gyp:webrtc_h264',
stefan-webrtc 2016/01/21 10:34:47 Not an awesome dependency to have for a constant..
mflodman 2016/01/21 11:19:09 I'd prefer to move the constant, different module
],
'direct_dependent_settings': {
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698