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

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

Issue 2623273011: Move Chrome terminating notification out of //apps (Closed)
Patch Set: remove DEPS rule Created 3 years, 11 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # TODO(benwells): Once the extensions component is established
3 # and there are only chrome specific extension things left in
4 # chrome/browser/extensions, the restriction of not being able
5 # to depend on apps will be lifted.
6 "-apps",
7 "-chrome/browser/apps",
8 "+components/chrome_apps", 2 "+components/chrome_apps",
9 "+components/crx_file", 3 "+components/crx_file",
10 "+components/strings/grit/components_strings.h", 4 "+components/strings/grit/components_strings.h",
11 "+components/user_manager", 5 "+components/user_manager",
12 "+extensions/strings/grit/extensions_strings.h", 6 "+extensions/strings/grit/extensions_strings.h",
13 7
14 # For access to testing command line switches. 8 # For access to testing command line switches.
15 "+ppapi/shared_impl", 9 "+ppapi/shared_impl",
16 10
17 # For safe_json 11 # For safe_json
18 "+components/safe_json", 12 "+components/safe_json",
19 "+ui/base", 13 "+ui/base",
20 ] 14 ]
OLDNEW
« no previous file with comments | « chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc ('k') | chrome/browser/extensions/extension_system_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698