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

Side by Side Diff: remoting/codec/DEPS

Issue 13983010: Use webrtc::DesktopCapturer for screen capturer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: q Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media/video/capture/screen", 2 "+media/video/capture/screen",
3 "+remoting/protocol", 3 "+remoting/protocol",
4 4
5 "+google/protobuf", 5 "+google/protobuf",
6 "+third_party/opus", 6 "+third_party/opus",
7 "+third_party/speex", 7 "+third_party/speex",
8 "+third_party/webrtc",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698