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

Side by Side Diff: remoting/host/DEPS

Issue 10836017: Piping for audio encoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed header guards Created 8 years, 4 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 "+ui", 2 "+ui",
3 "+base/crypto", 3 "+base/crypto",
4 "+net/base", 4 "+net/base",
5 "+net/ftp", 5 "+net/ftp",
6 "+net/http", 6 "+net/http",
7 "+net/proxy", 7 "+net/proxy",
8 "+net/test", 8 "+net/test",
9 "+net/url_request", 9 "+net/url_request",
10 10
11 # Note: Only for net::EnableSSLServerSockets(), which must be called by 11 # Note: Only for net::EnableSSLServerSockets(), which must be called by
12 # at process start. 12 # at process start.
13 "+net/socket", 13 "+net/socket",
14 14
15 "+remoting/codec",
15 "+remoting/protocol", 16 "+remoting/protocol",
16 "+remoting/jingle_glue", 17 "+remoting/jingle_glue",
17 "+third_party/jsoncpp", 18 "+third_party/jsoncpp",
18 "+third_party/modp_b64", 19 "+third_party/modp_b64",
19 "+third_party/npapi", 20 "+third_party/npapi",
20 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698