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

Side by Side Diff: remoting/DEPS

Issue 1908203002: Adapt encoder behavior to target bitrate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved webrtc encoder to its own file Created 4 years, 7 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
« no previous file with comments | « no previous file | remoting/codec/BUILD.gn » ('j') | remoting/codec/video_encoder.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+crypto", 2 "+crypto",
3 3
4 # Capture utilities from cast
5 "+media/capture",
6
4 # Note: Only for net::EnableSSLServerSockets(), which must be called by 7 # Note: Only for net::EnableSSLServerSockets(), which must be called by
5 # unit tests at process start. 8 # unit tests at process start.
6 "-net", 9 "-net",
7 "+net/socket", 10 "+net/socket",
8 "+net/url_request", 11 "+net/url_request",
9 12
10 "+policy/policy_constants.h", 13 "+policy/policy_constants.h",
11 14
12 "-remoting", 15 "-remoting",
13 "+remoting/base", 16 "+remoting/base",
14 "+remoting/proto", 17 "+remoting/proto",
15 "+third_party/google_toolbox_for_mac/src", 18 "+third_party/google_toolbox_for_mac/src",
16 "+third_party/libjingle", 19 "+third_party/libjingle",
17 "+third_party/libvpx", 20 "+third_party/libvpx",
18 "+third_party/libyuv", 21 "+third_party/libyuv",
19 "+third_party/webrtc/base", 22 "+third_party/webrtc/base",
20 "+third_party/webrtc/libjingle", 23 "+third_party/webrtc/libjingle",
21 "+third_party/webrtc/media", 24 "+third_party/webrtc/media",
22 "+third_party/webrtc/p2p", 25 "+third_party/webrtc/p2p",
23 "+third_party/webrtc/modules/desktop_capture", 26 "+third_party/webrtc/modules/desktop_capture",
24 "+ui/base/keycodes", 27 "+ui/base/keycodes",
25 "+ui/base/l10n", 28 "+ui/base/l10n",
26 "+ui/base/resource", 29 "+ui/base/resource",
27 ] 30 ]
OLDNEW
« no previous file with comments | « no previous file | remoting/codec/BUILD.gn » ('j') | remoting/codec/video_encoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698