summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 15:29:39 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-27 15:29:39 +0000
commit88cd06107c1280ad59ba96273e49ffdc7558c86c (patch)
treece6c10c55031f89680181cc69cbf1462247f5e24 /apps/DEPS
parent35b149f40836c1d2dadafab6300730aa5c5d498f (diff)
downloadchromium_src-88cd06107c1280ad59ba96273e49ffdc7558c86c.zip
chromium_src-88cd06107c1280ad59ba96273e49ffdc7558c86c.tar.gz
chromium_src-88cd06107c1280ad59ba96273e49ffdc7558c86c.tar.bz2
Revert 208927 "Move ShellWindow into apps component."
broke build: ../../chrome/browser/ui/apps/chrome_shell_window_delegate.cc:7:31: fatal error: base/stringprintf.h: No such file or directory (I think it was moved to base/strings/stringprintf.h) > Move ShellWindow into apps component. > > This involves creating a new delegate type, ShellWindow::Delegate, which > is implemented in chrome. > > BUG=159366 > > Review URL: https://chromiumcodereview.appspot.com/16702003 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/18062007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/DEPS b/apps/DEPS
index d7900fdb..3a522f1 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -3,22 +3,17 @@ include_rules = [
"+content",
"+components/browser_context_keyed_service",
"+components/user_prefs/pref_registry_syncable.h",
- "+components/web_modal",
- "+extensions",
- "+skia/ext",
- "+third_party/skia/include",
"+ui",
"+win8",
# Temporary allowed includes.
# TODO(benwells): remove these (http://crbug.com/159366)
"+chrome/browser/browser_process.h",
"+chrome/browser/extensions",
- "+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/extensions/shell_window.h",
"+chrome/browser/ui/host_desktop.h",
"+chrome/browser/ui/web_applications/web_app_ui.h",
"+chrome/browser/web_applications/web_app.h",