diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-22 02:23:29 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-22 02:23:29 +0000 |
commit | c2e2b6da588746d381e810a44538694ee6d8d36e (patch) | |
tree | 2f0676fbd0e504e2fac396834de34fac559816f8 /apps/DEPS | |
parent | 31f82edf8844b5d471131603c2d0a53c3dec8a3d (diff) | |
download | chromium_src-c2e2b6da588746d381e810a44538694ee6d8d36e.zip chromium_src-c2e2b6da588746d381e810a44538694ee6d8d36e.tar.gz chromium_src-c2e2b6da588746d381e810a44538694ee6d8d36e.tar.bz2 |
Create top level apps component and move some apps code there.
This is a small patch to begin the process of pulling apps code out of chrome and the extensions system.
BUG=159366
Review URL: https://chromiumcodereview.appspot.com/11829055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/DEPS b/apps/DEPS new file mode 100644 index 0000000..980e672 --- /dev/null +++ b/apps/DEPS @@ -0,0 +1,10 @@ +include_rules = [ + "+base", + "+content", + # Temporary allowed includes. + # TODO(benwells): remove these. + "+chrome/browser/extensions", + "+chrome/browser/profiles", + "+chrome/common/chrome_notification_types.h", + "+chrome/common/extensions", +] |