Index: chrome/chrome_dll.gypi |
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
index 01f33294dcd5307f4fcfc257b8a81bc28e938582..6975efe0429fa70b8ca47c5352b7ab7b3d0ce3f6 100644 |
--- a/chrome/chrome_dll.gypi |
+++ b/chrome/chrome_dll.gypi |
@@ -77,7 +77,7 @@ |
'dependencies': [ |
# On Windows, link the dependencies (libraries) that make |
# up actual Chromium functionality into this .dll. |
- 'chrome_dll_version', |
+ 'chrome_version_header', |
'chrome_resources', |
'installer_util_strings', |
'worker', |
@@ -94,7 +94,7 @@ |
'app/chrome_dll.rc', |
'app/chrome_dll_resource.h', |
'app/chrome_main.cc', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc', |
+ 'app/chrome_dll_version.rc', |
'../webkit/glue/resources/aliasb.cur', |
'../webkit/glue/resources/cell.cur', |
@@ -124,6 +124,10 @@ |
#'app/check_dependents.bat', |
#'app/chrome.dll.deps', |
], |
+ 'include_dirs': [ |
+ # For version.h |
+ '<(SHARED_INTERMEDIATE_DIR)', |
+ ], |
'msvs_settings': { |
'VCLinkerTool': { |
'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib', |
@@ -560,10 +564,12 @@ |
}, |
'include_dirs': [ |
'..', |
+ # For version.h |
+ '<(SHARED_INTERMEDIATE_DIR)', |
], |
'dependencies': [ |
+ 'chrome_version_header', |
'<@(nacl_win64_dependencies)', |
- 'chrome_dll_version', |
'nacl_win64', |
], |
'defines': [ |
@@ -572,10 +578,11 @@ |
'sources': [ |
'app/chrome_command_ids.h', |
'app/chrome_dll_resource.h', |
+ 'app/chrome_dll_version.rc', |
'app/chrome_main.cc', |
+ |
'browser/renderer_host/render_process_host_dummy.cc', |
'common/googleurl_dummy.cc', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc', |
# TODO: It would be nice to have these pulled in |
# automatically from direct_dependent_settings in |