diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-14 06:58:28 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-14 06:58:28 +0000 |
commit | b85ba8e6379d6649bb2144839cdd5ca695ead7fb (patch) | |
tree | 59209ee8aadcc7eb1192b610e2b73cf924fbce0a /chrome | |
parent | 64a68f93d28045ef9062c9e225b80b72e1fa5505 (diff) | |
download | chromium_src-b85ba8e6379d6649bb2144839cdd5ca695ead7fb.zip chromium_src-b85ba8e6379d6649bb2144839cdd5ca695ead7fb.tar.gz chromium_src-b85ba8e6379d6649bb2144839cdd5ca695ead7fb.tar.bz2 |
Revert r18359.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 1 | ||||
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 95baaec..a2a8162 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3953,6 +3953,7 @@ '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', ], diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index 2e35b33..f0a8040 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -56,7 +56,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="urlmon.lib winmm.lib" + AdditionalDependencies="winmm.lib" LinkIncremental="1" /> <Tool @@ -123,7 +123,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="urlmon.lib winmm.lib" + AdditionalDependencies="winmm.lib" /> <Tool Name="VCALinkTool" |