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

Side by Side Diff: content/public/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 | « content/ppapi_plugin/BUILD.gn ('k') | content/public/android/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 "-content", 2 "-content",
3 3
4 "+services/shell/public", 4 "+services/service_manager/public",
5 5
6 # This file does not belong in content/public as it should not be 6 # This file does not belong in content/public as it should not be
7 # included directly by embedders of content/. It must however be 7 # included directly by embedders of content/. It must however be
8 # available to code in content/public. 8 # available to code in content/public.
9 "+content/common/content_export.h", 9 "+content/common/content_export.h",
10 "+content/public/common", 10 "+content/public/common",
11 ] 11 ]
OLDNEW
« no previous file with comments | « content/ppapi_plugin/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698