diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-29 15:06:22 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-29 15:06:22 +0000 |
commit | bfd5acaa2c9b418598ae8af8ec16ba62ad6e0904 (patch) | |
tree | 458202fc5902ffd915650ef867a1dfad4c10c5bc /apps/app_shim/DEPS | |
parent | 05952dae267c211f3cd435923a5f542b9c80e13e (diff) | |
download | chromium_src-bfd5acaa2c9b418598ae8af8ec16ba62ad6e0904.zip chromium_src-bfd5acaa2c9b418598ae8af8ec16ba62ad6e0904.tar.gz chromium_src-bfd5acaa2c9b418598ae8af8ec16ba62ad6e0904.tar.bz2 |
Move chrome apps prefs back to chrome from the apps component.
These are specific to how chrome is using the apps component, not
things any apps client would use.
BUG=159366
Review URL: https://codereview.chromium.org/24519002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/app_shim/DEPS')
-rw-r--r-- | apps/app_shim/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_shim/DEPS b/apps/app_shim/DEPS index 7e718d7..aefaed4 100644 --- a/apps/app_shim/DEPS +++ b/apps/app_shim/DEPS @@ -1,6 +1,7 @@ include_rules = [ # TODO(benwells): move this whole folder out of apps and review these. # See http://crbug.com/266705. + "+chrome/browser/apps/app_launcher_util.h", "+chrome/browser/ui/extensions/application_launch.h", "+chrome/browser/ui/web_applications/web_app_ui.h", "+chrome/browser/ui/webui/ntp/core_app_launcher_handler.h", |