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

Unified Diff: webrtc/common_video/common_video.gyp

Issue 2459633002: Add functionality for parsing H264 profile-level-id (Closed)
Patch Set: Fix include order in common_video.gyp Created 4 years, 1 month 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/common_video/BUILD.gn ('k') | webrtc/common_video/h264/profile_level_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/common_video.gyp
diff --git a/webrtc/common_video/common_video.gyp b/webrtc/common_video/common_video.gyp
index cb9b7037cb1cbbf3c9e7c83aa3aee58fd9d0e7b2..58b2462fa882bc505bc306f3af6ebb5e902ef97a 100644
--- a/webrtc/common_video/common_video.gyp
+++ b/webrtc/common_video/common_video.gyp
@@ -60,6 +60,8 @@
'h264/h264_common.h',
'h264/pps_parser.cc',
'h264/pps_parser.h',
+ 'h264/profile_level_id.cc',
+ 'h264/profile_level_id.h',
'h264/sps_parser.cc',
'h264/sps_parser.h',
'h264/h264_bitstream_parser.cc',
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/common_video/h264/profile_level_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698