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

Side by Side Diff: mandoline/services/core_services/DEPS

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 | « mandoline/services/core_services/BUILD.gn ('k') | mandoline/services/core_services/main.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 "+components/clipboard", 2 "+components/clipboard",
3 "+components/filesystem", 3 "+components/filesystem",
4 "+components/font_service", 4 "+components/font_service",
5 "+components/resource_provider", 5 "+components/resource_provider",
6 "+components/mus", 6 "+components/mus",
7 "+components/web_view", 7 "+components/web_view",
8 "+mojo/application", 8 "+mojo/application",
9 "+mojo/common", 9 "+mojo/common",
10 "+mojo/logging", 10 "+mojo/logging",
11 "+mojo/message_pump", 11 "+mojo/message_pump",
12 "+mojo/public",
12 "+mojo/services/network", 13 "+mojo/services/network",
13 "+mojo/services/tracing", 14 "+mojo/services/tracing",
14 "+net", 15 "+net",
15 "+third_party/mojo/src/mojo/public",
16 "+third_party/mojo_services/src/clipboard", 16 "+third_party/mojo_services/src/clipboard",
17 "+third_party/mojo_services/src/content_handler/public", 17 "+third_party/mojo_services/src/content_handler/public",
18 ] 18 ]
OLDNEW
« no previous file with comments | « mandoline/services/core_services/BUILD.gn ('k') | mandoline/services/core_services/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698