From 7685f64a35b6d029f7d11ce752dc126163d9474e Mon Sep 17 00:00:00 2001 From: "yoz@chromium.org" Date: Thu, 24 Jul 2014 03:39:36 +0000 Subject: Move apps/shell to extensions/shell. This does: - Move files - Fix up all namespaces in these files to be extensions, not apps - Clean up DEPS files This does not: - Change the name of the build targets (app_shell, app_shell_browsertests) BUG=394987 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/412713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285144 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/DEPS') diff --git a/extensions/DEPS b/extensions/DEPS index 4077a55..f544c73 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -1,6 +1,7 @@ include_rules = [ # Do not add Chrome dependencies. Much work went into removing them. "+components/url_matcher", + "-content", "+content/public/common", "+content/public/test", "+crypto", -- cgit v1.1