diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 04:12:43 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 04:12:43 +0000 |
commit | 7d1d20951e7de62096b76818d4c6de3c86786851 (patch) | |
tree | edd5e2dabd36d080f938240240a11fad14fba306 /apps/DEPS | |
parent | e430a7ceeb0d3b368ab3ec2b2b90b4750ec18f46 (diff) | |
download | chromium_src-7d1d20951e7de62096b76818d4c6de3c86786851.zip chromium_src-7d1d20951e7de62096b76818d4c6de3c86786851.tar.gz chromium_src-7d1d20951e7de62096b76818d4c6de3c86786851.tar.bz2 |
apps: Stop depending on chrome_switches.h
Instead move kShowAppListShortcut to a new apps_switches.h
BUG=159366
R=benwells@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12391047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185833 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ include_rules = [ "+chrome/browser/profiles", "+chrome/browser/ui/host_desktop.h", "+chrome/common/chrome_notification_types.h", - "+chrome/common/chrome_switches.h", "+chrome/common/extensions", "+chrome/installer", ] |