From 5569e0c311e5b75bae6ebddd2fa64a9aa7973f48 Mon Sep 17 00:00:00 2001 From: "scherkus@chromium.org" Date: Thu, 1 Aug 2013 02:25:20 +0000 Subject: Revert 214919 "Removed apps DEPS that are no longer needed." Same thing. r214672 landed while this change was in CQ and the two don't play nice. > Removed apps DEPS that are no longer needed. > > These should have been removed when the shortcut_manager moved back > to chrome. > > BUG=159366 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/21310004 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/20777011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214921 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/DEPS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/DEPS') diff --git a/apps/DEPS b/apps/DEPS index dc98dfa..44a0dde 100644 --- a/apps/DEPS +++ b/apps/DEPS @@ -18,9 +18,13 @@ include_rules = [ "+chrome/browser/lifetime/application_lifetime.h", "+chrome/browser/profiles", "+chrome/browser/sessions/session_id.h", + "+chrome/browser/shell_integration.h", "+chrome/browser/ui/extensions/application_launch.h", "+chrome/browser/ui/extensions/native_app_window.h", "+chrome/browser/ui/host_desktop.h", + "+chrome/browser/ui/web_applications/web_app_ui.h", + "+chrome/browser/web_applications/web_app.h", + "+chrome/browser/web_applications/web_app_mac.h", "+chrome/common/chrome_constants.h", "+chrome/common/chrome_paths.h", "+chrome/common/chrome_switches.h", -- cgit v1.1