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

Side by Side Diff: chrome/browser/extensions/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/cryptauth/DEPS ('k') | chrome/browser/lifetime/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 # TODO(mash): Remove. http://crbug.com/678705
3 "+ash",
4
2 "+components/chrome_apps", 5 "+components/chrome_apps",
3 "+components/crx_file", 6 "+components/crx_file",
4 "+components/strings/grit/components_strings.h", 7 "+components/strings/grit/components_strings.h",
5 "+components/user_manager", 8 "+components/user_manager",
6 "+extensions/strings/grit/extensions_strings.h", 9 "+extensions/strings/grit/extensions_strings.h",
7 "+ui/base", 10 "+ui/base",
8 "+ui/vector_icons", 11 "+ui/vector_icons",
9 12
10 # For access to testing command line switches. 13 # For access to testing command line switches.
11 "+ppapi/shared_impl", 14 "+ppapi/shared_impl",
12 15
13 # For safe_json 16 # For safe_json
14 "+components/safe_json", 17 "+components/safe_json",
15 ] 18 ]
OLDNEW
« no previous file with comments | « chrome/browser/cryptauth/DEPS ('k') | chrome/browser/lifetime/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698