summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 20:33:48 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 20:33:48 +0000
commit29d71de3dad5f05da3e26e3fbda0ad9af69d8000 (patch)
tree0248357875011b6df9b01ae46b74e45ee15508dc
parentec31ecd484ec205e73240736077e676965a99484 (diff)
downloadchromium_src-29d71de3dad5f05da3e26e3fbda0ad9af69d8000.zip
chromium_src-29d71de3dad5f05da3e26e3fbda0ad9af69d8000.tar.gz
chromium_src-29d71de3dad5f05da3e26e3fbda0ad9af69d8000.tar.bz2
Make 'theme_dll' a loadable_module, not a shared_library, so dependent
targets don't expect it to produce an import library (which it doesn't because it has no symbols...). BUG=none TEST=successful build Review URL: http://codereview.chromium.org/125069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18310 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 758379f..5a5b2a2 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -4488,7 +4488,7 @@
},
{
'target_name': 'theme_dll',
- 'type': 'shared_library',
+ 'type': 'loadable_module',
'msvs_guid': 'FD683DD6-D9BF-4B1B-AB6D-A3AC03EDAA4D',
'product_name': 'default',
'dependencies': [