Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 343f6fdf9f29a76ed2ed7969611b96038cf1c189..0aeb28ae699d071815589674b032cc9ce234a49f 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -340,7 +340,7 @@ |
# but that causes errors in other targets when |
# resulting .res files get referenced multiple times. |
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
- '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc', |
+ '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', |
'browser/ui/views/accessibility/browser_views_accessibility_browsertest.cc', |
], |
@@ -1852,7 +1852,7 @@ |
['OS=="win"', { |
'sources': [ |
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
- '<(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', |
@@ -2174,7 +2174,7 @@ |
['OS=="win"', { |
'sources': [ |
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
- '<(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', |
@@ -2461,7 +2461,7 @@ |
['OS=="win"', { |
'sources': [ |
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
- '<(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', |