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: chrome/browser/extensions/DEPS

Issue 474633005: Componentize component_updater: Split crx_file code off into its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove shared library export Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # TODO(benwells): Once the extensions component is established 2 # TODO(benwells): Once the extensions component is established
3 # and there are only chrome specific extension things left in 3 # and there are only chrome specific extension things left in
4 # chrome/browser/extensions, the restriction of not being able 4 # chrome/browser/extensions, the restriction of not being able
5 # to depend on apps will be lifted. 5 # to depend on apps will be lifted.
6 "-apps", 6 "-apps",
7 "+apps/app_window.h", 7 "+apps/app_window.h",
8 "+apps/app_window_registry.h", 8 "+apps/app_window_registry.h",
9 "-chrome/browser/apps", 9 "-chrome/browser/apps",
10 "+components/crx_file",
10 "+components/user_manager", 11 "+components/user_manager",
11 12
12 # For access to testing command line switches. 13 # For access to testing command line switches.
13 "+ppapi/shared_impl", 14 "+ppapi/shared_impl",
14 ] 15 ]
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/component_updater_utils.cc ('k') | chrome/browser/extensions/extension_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698