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

Side by Side Diff: remoting/DEPS

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on ozone Created 6 years, 1 month 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 | « chrome/chrome_browser_extensions.gypi ('k') | remoting/host/DEPS » ('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 "+crypto", 2 "+crypto",
3 "+google_apis", 3 "+google_apis",
4 "+media/base", 4 "+media/base",
5 5
6 # Note: Only for net::EnableSSLServerSockets(), which must be called by 6 # Note: Only for net::EnableSSLServerSockets(), which must be called by
7 # unit tests at process start. 7 # unit tests at process start.
8 "-net", 8 "-net",
9 "+net/socket", 9 "+net/socket",
10 "+net/url_request",
10 11
11 "-remoting", 12 "-remoting",
12 "+remoting/base", 13 "+remoting/base",
13 "+remoting/proto", 14 "+remoting/proto",
14 "+third_party/google_toolbox_for_mac/src", 15 "+third_party/google_toolbox_for_mac/src",
15 "+third_party/libjingle", 16 "+third_party/libjingle",
16 "+third_party/libvpx", 17 "+third_party/libvpx",
17 "+third_party/libyuv", 18 "+third_party/libyuv",
18 "+third_party/webrtc/base", 19 "+third_party/webrtc/base",
19 "+third_party/webrtc/libjingle", 20 "+third_party/webrtc/libjingle",
20 "+third_party/webrtc/modules/desktop_capture", 21 "+third_party/webrtc/modules/desktop_capture",
21 "+ui/base/keycodes", 22 "+ui/base/keycodes",
22 ] 23 ]
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | remoting/host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698