Add missing headers and fix some missing dependencies

This is the first CL in a series of major cleanup and dependency
corrections needed in order to satisfy 'gn check'.

BUG=webrtc:4243, webrtc:5589
NOTRY=True

Review-Url: https://codereview.webrtc.org/1990593002
Cr-Original-Commit-Position: refs/heads/master@{#12790}
Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc
Cr-Mirrored-Commit: 7bb6e75723eb64af079446cc6e3ff08c74fe02e4
diff --git a/common.gyp b/common.gyp
index 2970877..4a111d0 100644
--- a/common.gyp
+++ b/common.gyp
@@ -15,10 +15,11 @@
         'audio_sink.h',
         'common_types.cc',
         'common_types.h',
-        'config.h',
         'config.cc',
+        'config.h',
         'engine_configurations.h',
         'typedefs.h',
+        'video_frame.h',
       ],
     },
   ],