diff options
Diffstat (limited to 'chrome/test/interactive_ui/interactive_ui_tests.gypi')
-rw-r--r-- | chrome/test/interactive_ui/interactive_ui_tests.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/interactive_ui/interactive_ui_tests.gypi b/chrome/test/interactive_ui/interactive_ui_tests.gypi index 75934b3..b515193 100644 --- a/chrome/test/interactive_ui/interactive_ui_tests.gypi +++ b/chrome/test/interactive_ui/interactive_ui_tests.gypi @@ -95,6 +95,7 @@ '<(DEPTH)/chrome/third_party/wtl/include', ], 'dependencies': [ + '<(DEPTH)/app/app.gyp:app_resources', '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', @@ -119,7 +120,7 @@ # their various targets (net.gyp:net_resources, etc.), # but that causes errors in other targets when # resulting .res files get referenced multiple times. - '<(SHARED_INTERMEDIATE_DIR)/app/app_resources.rc', + '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |