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

Side by Side Diff: remoting/DEPS

Issue 2413103004: Remove third_party/libjingle and update GN targets. (Closed)
Patch Set: Fix rebase mistake Created 3 years, 9 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/BUILD.gn ('k') | remoting/host/BUILD.gn » ('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 3
4 "+components/policy", 4 "+components/policy",
5 5
6 "-remoting", 6 "-remoting",
7 "+remoting/base", 7 "+remoting/base",
8 "+remoting/proto", 8 "+remoting/proto",
9 "+third_party/google_toolbox_for_mac/src", 9 "+third_party/google_toolbox_for_mac/src",
10 "+third_party/libjingle",
11 "+third_party/libvpx", 10 "+third_party/libvpx",
12 "+third_party/libyuv", 11 "+third_party/libyuv",
13 "+third_party/webrtc/base", 12 "+third_party/webrtc/base",
14 "+third_party/webrtc/media", 13 "+third_party/webrtc/media",
15 "+third_party/webrtc/p2p", 14 "+third_party/webrtc/p2p",
16 "+third_party/webrtc/modules/desktop_capture", 15 "+third_party/webrtc/modules/desktop_capture",
17 "+third_party/libjingle_xmpp/xmllite", 16 "+third_party/libjingle_xmpp/xmllite",
18 "+ui/base/keycodes", 17 "+ui/base/keycodes",
19 "+ui/base/l10n", 18 "+ui/base/l10n",
20 "+ui/base/resource", 19 "+ui/base/resource",
21 ] 20 ]
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698