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

Unified Diff: webrtc/DEPS

Issue 1902543002: Move frame_callback.h to common_video/include. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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/DEPS
diff --git a/webrtc/DEPS b/webrtc/DEPS
index 7f15817e370861b2b0063ffeda610c0cdd0a1fab..992c32aeb3520bb57d98171e9c2b6d15f3defaa7 100644
--- a/webrtc/DEPS
+++ b/webrtc/DEPS
@@ -19,7 +19,6 @@ include_rules = [
"+webrtc/common_types.h",
"+webrtc/config.h",
"+webrtc/engine_configurations.h",
- "+webrtc/frame_callback.h",
"+webrtc/stream.h",
"+webrtc/transport.h",
"+webrtc/typedefs.h",
@@ -45,9 +44,11 @@ specific_include_rules = {
"+webrtc/common_video",
],
"video_receive_stream\.h": [
+ "+webrtc/common_video/include",
"+webrtc/media/base",
],
"video_send_stream\.h": [
+ "+webrtc/common_video/include",
"+webrtc/media/base",
],
}
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/common_video/BUILD.gn » ('j') | webrtc/video/vie_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698