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

Side by Side Diff: remoting/host/DEPS

Issue 2443903004: Add xmllite and xmpp sources to third_party/ (Closed)
Patch Set: Explicitly use webrtc_overrides/webrtc/base/logging.h Created 3 years, 11 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 | « remoting/host/BUILD.gn ('k') | remoting/host/heartbeat_sender.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 "+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 "+third_party/libjingle_xmpp/xmpp",
19 "+ui", 20 "+ui",
20 ] 21 ]
21 22
22 specific_include_rules = { 23 specific_include_rules = {
23 ".*unittest\.cc": [ 24 ".*unittest\.cc": [
24 "+mojo/edk/test", 25 "+mojo/edk/test",
25 ], 26 ],
26 } 27 }
OLDNEW
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/heartbeat_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698