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

Side by Side Diff: remoting/ios/DEPS

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. Created 3 years, 7 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/ios/BUILD.gn ('k') | remoting/ios/app/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 "+media/base", 2 "+media/base",
3 "+net",
3 "+google/protobuf", 4 "+google/protobuf",
4 "+google_apis", 5 "+google_apis",
5 "+ios/third_party/material_components_ios/src", 6 "+ios/third_party/material_components_ios/src",
7 "+remoting/base",
8 "+remoting/client",
6 "+remoting/codec", 9 "+remoting/codec",
7 "+remoting/client/ios", 10 "+remoting/protocol",
11 "+remoting/ios",
8 "+remoting/signaling", 12 "+remoting/signaling",
9 "+third_party/libjingle_xmpp", 13 "+third_party/libjingle_xmpp",
10 "+third_party/webrtc", 14 "+third_party/webrtc",
11 "+third_party/protobuf/src", 15 "+third_party/protobuf/src",
12 ] 16 ]
OLDNEW
« no previous file with comments | « remoting/ios/BUILD.gn ('k') | remoting/ios/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698