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

Side by Side Diff: remoting/host/DEPS

Issue 11470028: Move screen capturers to remoting/capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « remoting/codec/video_encoder_vp8_unittest.cc ('k') | remoting/host/chromoting_host_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+net/base", 2 "+net/base",
3 "+net/ftp", 3 "+net/ftp",
4 "+net/http", 4 "+net/http",
5 "+net/proxy", 5 "+net/proxy",
6 "+net/test", 6 "+net/test",
7 "+net/url_request", 7 "+net/url_request",
8 8
9 # Note: Only for net::EnableSSLServerSockets(), which must be called by 9 # Note: Only for net::EnableSSLServerSockets(), which must be called by
10 # at process start. 10 # at process start.
11 "+net/socket", 11 "+net/socket",
12 12
13 "+remoting/capturer",
13 "+remoting/codec", 14 "+remoting/codec",
14 "+remoting/protocol", 15 "+remoting/protocol",
15 "+remoting/jingle_glue", 16 "+remoting/jingle_glue",
16 "+third_party/jsoncpp", 17 "+third_party/jsoncpp",
17 "+third_party/modp_b64", 18 "+third_party/modp_b64",
18 "+third_party/npapi", 19 "+third_party/npapi",
19 "+ui", 20 "+ui",
20 ] 21 ]
OLDNEW
« no previous file with comments | « remoting/codec/video_encoder_vp8_unittest.cc ('k') | remoting/host/chromoting_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698