Add chrome/browser/ui to the GN build.

This moves the intermediate grit files:
ui/ui_resources -> ui/resources
ui/ui_strings -> ui/strings
in the GYP build to put it in line with the GN one (and also what one would expect).

[email protected]
BUG=

Review URL: https://codereview.chromium.org/381113004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282663 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/BUILD.gn b/BUILD.gn
index 123e929a..9ea09804 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -20,7 +20,9 @@
     #"//base(//build/toolchain/nacl:x86_newlib)",
 
     "//cc",
+    "//chrome/browser",
     "//chrome/browser/devtools",
+    "//chrome/browser/ui",
     "//chrome/browser/ui/views",
     "//chrome/common",
     "//chrome/plugin",
@@ -140,7 +142,9 @@
   if (is_android) {
     deps -= [
       "//cc",
+      "//chrome/browser",  # Blocked on content.
       "//chrome/browser/devtools",  # Blocked on content.
+      "//chrome/browser/ui",  # Blocked on content.
       "//chrome/browser/ui/views",  # Blocked on content.
       "//chrome/common",  # Blocked on content.
       "//chrome/plugin",  # Blocked on content.