summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
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 /chrome/chrome_dll.gypi
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 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 38ed0b5..33384cd 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -129,7 +129,7 @@
'../base/win/dllmain.cc',
# Cursors.
- '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',