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

Side by Side Diff: remoting/host/DEPS

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move DEPS to remoting/host 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ash", 2 # For remote assistance on Chrome OS.
3 "+cc/output", 3 "+content/public/browser",
4 "+extensions/browser/api/messaging", 4 "+components/policy/core/common",
5 "+jingle/glue",
6 "+net",
7 "+remoting/codec",
8 "+remoting/protocol",
9 "+remoting/signaling",
10 "+third_party/jsoncpp",
11 "+third_party/modp_b64",
12 "+third_party/skia",
13 "+third_party/webrtc",
14 "+ui",
15 ] 5 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698