summaryrefslogtreecommitdiff
path: root/common_video
diff options
context:
space:
mode:
authorwuchengli@chromium.org <wuchengli@chromium.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-13 05:53:38 +0000
committerwuchengli@chromium.org <wuchengli@chromium.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-13 05:53:38 +0000
commitc5e70b09f419d9e2bfd428ce8944f3c8f63eb13c (patch)
treebfb16802497a2e349265af7b293c267d96df13c0 /common_video
parent73acde2eae8357d18216cfa320b32cd323f4f750 (diff)
downloadwebrtc-c5e70b09f419d9e2bfd428ce8944f3c8f63eb13c.tar.gz
Add native_handle.h to gyp.
BUG=http://crbug.com/170345 TEST=Build all. R=stefan@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2009004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4538 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'common_video')
-rw-r--r--common_video/common_video.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_video/common_video.gyp b/common_video/common_video.gyp
index f8b71247..554333cc 100644
--- a/common_video/common_video.gyp
+++ b/common_video/common_video.gyp
@@ -54,6 +54,7 @@
],
'sources': [
'interface/i420_video_frame.h',
+ 'interface/native_handle.h',
'interface/texture_video_frame.h',
'i420_video_frame.cc',
'jpeg/include/jpeg.h',