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

Side by Side Diff: remoting/host/DEPS

Issue 12047101: Move screen capturers from remoting/capturer to media/video/capturer/screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 "+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 "+media/video/capture/screen",
Wez 2013/01/25 00:51:21 This belongs before the net/ dependencies.
Sergey Ulanov 2013/01/25 02:33:45 Done.
14 "+remoting/codec", 14 "+remoting/codec",
15 "+remoting/protocol", 15 "+remoting/protocol",
16 "+remoting/jingle_glue", 16 "+remoting/jingle_glue",
17 "+third_party/jsoncpp", 17 "+third_party/jsoncpp",
18 "+third_party/modp_b64", 18 "+third_party/modp_b64",
19 "+third_party/npapi", 19 "+third_party/npapi",
20 "+ui", 20 "+ui",
21 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698