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

Side by Side Diff: chrome/browser/policy/DEPS

Issue 2891923003: chromeos: Tighten DEPS on //ash in //chrome/browser to support mash (Closed)
Patch Set: rebase Created 3 years, 6 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 | « chrome/browser/notifications/DEPS ('k') | chrome/browser/renderer_context_menu/DEPS » ('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 "+chrome", 2 "+chrome",
3 "+chromeos", 3 "+chromeos",
4 "+components/arc/test", 4 "+components/arc/test",
5 "+components/drive/drive_pref_names.h", 5 "+components/drive/drive_pref_names.h",
6 "+components/user_manager", 6 "+components/user_manager",
7 "+content/public/browser", 7 "+content/public/browser",
8 "+content/public/common", 8 "+content/public/common",
9 "+content/public/test", 9 "+content/public/test",
10 ] 10 ]
11 specific_include_rules = {
12 # TODO(mash): Remove. http://crbug.com/723876
13 "configuration_policy_handler_list_factory\.cc": [
14 "+ash/accessibility_types.h",
15 ],
16 "policy_browsertest\.cc": [
17 "+ash",
18 ]
19 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/DEPS ('k') | chrome/browser/renderer_context_menu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698