Moves //components/crash/content/app to //components/crash/core/app.

Most of the files in this directory had no //content dependencies.
Those that did were left in place.

[email protected]
BUG=1061431

Change-Id: Ib0378541b92c20dded184a186c12ff22cbbb128a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102636
Commit-Queue: Rohit Rao <[email protected]>
Reviewed-by: Mark Mentovai <[email protected]>
Cr-Commit-Position: refs/heads/master@{#753221}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 09d75976..2c7e6e6 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -69,6 +69,7 @@
   "+components/cookie_config",
   "+components/crash/content/app",
   "+components/crash/content/browser",
+  "+components/crash/core/app",
   "+components/crash/core/browser",
   "+components/crash/core/common",
   "+components/crx_file",