Chromium Code Reviews| Index: third_party/sqlite/sqlite.gyp |
| =================================================================== |
| --- third_party/sqlite/sqlite.gyp (revision 13288) |
| +++ third_party/sqlite/sqlite.gyp (working copy) |
| @@ -37,7 +37,7 @@ |
| }, |
| }, { # else: OS != "linux" or ! use_system_sqlite |
| 'product_name': 'sqlite3', |
| - 'type': 'static_library', |
| + 'type': '<(library)', |
| 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9', |
| 'sources': [ |
| # This list contains all .h, .c, and .cc files in the directories |