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

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: DEPS clean up and ChromotingHostContext clean up Created 6 years, 2 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 | « chrome/chrome_browser_extensions.gypi ('k') | remoting/host/basic_desktop_environment.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 # For remote assistance on Chrome OS.
3 "+content/public/browser",
jochen (gone - plz use gerrit) 2014/10/13 08:19:57 shouldn't this be in remoting/host/DEPS
kelvinp 2014/10/13 16:48:54 Done.
4 "+components/policy/core/common",
jochen (gone - plz use gerrit) 2014/10/13 08:19:56 shouldn't these two be in remoting/host/DEPS?
jochen (gone - plz use gerrit) 2014/10/13 08:19:56 shouldn't these two be in remoting/host/DEPS?
jochen (gone - plz use gerrit) 2014/10/13 08:19:58 shouldn't these two be in remoting/host/DEPS?
kelvinp 2014/10/13 16:48:54 Done.
kelvinp 2014/10/13 16:48:54 Done.
5
2 "+crypto", 6 "+crypto",
3 "+google_apis", 7 "+google_apis",
4 "+media/base", 8 "+media/base",
5 9
6 # Note: Only for net::EnableSSLServerSockets(), which must be called by 10 # Note: Only for net::EnableSSLServerSockets(), which must be called by
7 # unit tests at process start. 11 # unit tests at process start.
8 "-net", 12 "-net",
9 "+net/socket", 13 "+net/socket",
10 14
11 "-remoting", 15 "-remoting",
12 "+remoting/base", 16 "+remoting/base",
13 "+remoting/proto", 17 "+remoting/proto",
14 "+third_party/google_toolbox_for_mac/src", 18 "+third_party/google_toolbox_for_mac/src",
15 "+third_party/libjingle", 19 "+third_party/libjingle",
16 "+third_party/libvpx", 20 "+third_party/libvpx",
17 "+third_party/libyuv", 21 "+third_party/libyuv",
18 "+third_party/webrtc/base", 22 "+third_party/webrtc/base",
19 "+third_party/webrtc/libjingle", 23 "+third_party/webrtc/libjingle",
20 "+third_party/webrtc/modules/desktop_capture", 24 "+third_party/webrtc/modules/desktop_capture",
21 "+ui/base/keycodes", 25 "+ui/base/keycodes",
22 ] 26 ]
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | remoting/host/basic_desktop_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698