summaryrefslogtreecommitdiffstats
path: root/content/browser/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 16:40:00 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 16:40:00 +0000
commit8a3036fb8a891b9d8104fd0fadee418d9bca3681 (patch)
treeafd5cfd6b15d1c7d1b9c0fc1e1a2d43204cad8f3 /content/browser/BUILD.gn
parent4ea89390a99623454b64a89b806586175adaaab1 (diff)
downloadchromium_src-8a3036fb8a891b9d8104fd0fadee418d9bca3681.zip
chromium_src-8a3036fb8a891b9d8104fd0fadee418d9bca3681.tar.gz
chromium_src-8a3036fb8a891b9d8104fd0fadee418d9bca3681.tar.bz2
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). R=ajwong@chromium.org Review URL: https://codereview.chromium.org/381463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/BUILD.gn')
-rw-r--r--content/browser/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index cd215e5..86066df 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -80,7 +80,7 @@ source_set("browser") {
"$root_gen_dir/webkit/grit/devtools_resources_map.cc",
"$root_gen_dir/webkit/grit/devtools_resources_map.h",
"$root_gen_dir/content/browser/tracing/grit/tracing_resources.h",
- "$root_gen_dir/ui/ui_resources/grit/webui_resources_map.cc",
+ "$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
"$root_gen_dir/content/browser/devtools/devtools_protocol_constants.cc",
"$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h",
], ".")