| Index: third_party/sqlite/sqlite.gyp
|
| diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
|
| index f4b3175b7ec7c9c5f9a3db92accb3877940831eb..61bfd9d06ca9ab8c5679eb19ed816e440224691f 100644
|
| --- a/third_party/sqlite/sqlite.gyp
|
| +++ b/third_party/sqlite/sqlite.gyp
|
| @@ -116,7 +116,7 @@
|
| ],
|
| }, { # !use_system_sqlite
|
| 'product_name': 'sqlite3',
|
| - 'type': '<(component)',
|
| + 'type': 'static_library',
|
| 'sources': [
|
| 'amalgamation/sqlite3.h',
|
| 'amalgamation/sqlite3.c',
|
| @@ -148,15 +148,6 @@
|
| 4244, 4267,
|
| ],
|
| 'conditions': [
|
| - ['OS == "win" and component == "shared_library"', {
|
| - 'defines': ['SQLITE_API=__declspec(dllexport)'],
|
| - 'direct_dependent_settings': {
|
| - 'defines': ['SQLITE_API=__declspec(dllimport)'],
|
| - },
|
| - }],
|
| - ['OS != "win" and component == "shared_library"', {
|
| - 'defines': ['SQLITE_API=__attribute__((visibility("default")))'],
|
| - }],
|
| ['OS=="linux"', {
|
| 'link_settings': {
|
| 'libraries': [
|
| @@ -168,7 +159,6 @@
|
| 'link_settings': {
|
| 'libraries': [
|
| '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
| - '$(SDKROOT)/System/Library/Frameworks/CoreServices.framework',
|
| ],
|
| },
|
| }],
|
|
|