From 28ba37ab8f5557ef64f577f4c6c801e12a194d79 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Fri, 5 Jun 2009 06:15:41 +0000 Subject: Convert chrome.dll to the gyp-generated build. Restore all the resources that were in the previous build. BUG=none TEST=none Review URL: http://codereview.chromium.org/119214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17717 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_dll.vcproj | 252 ------------------------------------------- chrome/chrome.gyp | 14 ++- 2 files changed, 13 insertions(+), 253 deletions(-) delete mode 100644 chrome/app/chrome_dll.vcproj diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj deleted file mode 100644 index 094962e..0000000 --- a/chrome/app/chrome_dll.vcproj +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 9de7a5c..1a8c61e 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3667,7 +3667,6 @@ 'type': 'shared_library', 'product_name': 'chrome', 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9', - 'msvs_existing_vcproj': 'app/chrome_dll.vcproj', 'include_dirs': [ 'third_party/wtl/include', ], @@ -3743,6 +3742,19 @@ '../webkit/glue/resources/vertical_text.cur', '../webkit/glue/resources/zoom_in.cur', '../webkit/glue/resources/zoom_out.cur', + + # TODO: It would be nice to have these pulled in + # automatically from direct_dependent_settings in + # 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)/chrome/browser_resources.rc', + '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', + '<(SHARED_INTERMEDIATE_DIR)/chrome/debugger_resources.rc', + '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', + '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', + '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', + # TODO(sgk): left-over from pre-gyp build, figure out # if we still need them and/or how to update to gyp. #'app/check_dependents.bat', -- cgit v1.1