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

Side by Side Diff: remoting/host/DEPS

Issue 2478443002: Use ChannelMojo for remote security key channels. (Closed)
Patch Set: Created 4 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 | « no previous file | remoting/host/chromoting_messages.h » ('j') | remoting/host/security_key/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ash", 2 "+ash",
3 "+cc/output", 3 "+cc/output",
4 "+components/policy/core/common", 4 "+components/policy/core/common",
5 "+device/power_save_blocker", 5 "+device/power_save_blocker",
6 "+extensions/browser/api/messaging", 6 "+extensions/browser/api/messaging",
7 "+google_apis", 7 "+google_apis",
8 "+jingle/glue", 8 "+jingle/glue",
9 "+mojo/public", 9 "+mojo/public",
10 "+mojo/edk/embedder", 10 "+mojo/edk/embedder",
11 "+net", 11 "+net",
12 "+remoting/codec", 12 "+remoting/codec",
13 "+remoting/protocol", 13 "+remoting/protocol",
14 "+remoting/signaling", 14 "+remoting/signaling",
15 "+remoting/tools", 15 "+remoting/tools",
16 "+third_party/jsoncpp", 16 "+third_party/jsoncpp",
17 "+third_party/skia", 17 "+third_party/skia",
18 "+third_party/webrtc", 18 "+third_party/webrtc",
19 "+ui", 19 "+ui",
20 ] 20 ]
21
22 specific_include_rules = {
23 ".*unittest\.cc": [
24 "+mojo/edk/test",
25 ],
26 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/chromoting_messages.h » ('j') | remoting/host/security_key/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698