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

Side by Side Diff: components/autofill/content/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 | « components/BUILD.gn ('k') | components/autofill/content/browser/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/public/common", 2 "+content/public/common",
3 # Allow inclusion of WebKit API files. 3 # Allow inclusion of WebKit API files.
4 "+third_party/WebKit/public/platform", 4 "+third_party/WebKit/public/platform",
5 "+third_party/WebKit/public/web", 5 "+third_party/WebKit/public/web",
6 "+mojo/common", 6 "+mojo/common",
7 "+mojo/public", 7 "+mojo/public",
8 "+services/shell/public/cpp", 8 "+services/service_manager/public/cpp",
9 ] 9 ]
10 10
11 specific_include_rules = { 11 specific_include_rules = {
12 '.*_[a-z]*test\.cc': [ 12 '.*_[a-z]*test\.cc': [
13 "+content/public/test", 13 "+content/public/test",
14 ], 14 ],
15 } 15 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698