Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: sql/sql.gyp

Issue 8506027: build sql as a component - this will help ensure there is only one copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't export DiagnosticErrorDelegate Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sql/meta_table.h ('k') | sql/sql_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/sql.gyp
diff --git a/sql/sql.gyp b/sql/sql.gyp
index ac8744444b799b7589f687213ae21d76c23ca8e8..f16f91a484ee255c26c3e640c2dd01abe875b112 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -9,11 +9,12 @@
'targets': [
{
'target_name': 'sql',
- 'type': 'static_library',
+ 'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
'../third_party/sqlite/sqlite.gyp:sqlite',
],
+ 'defines': [ 'SQL_IMPLEMENTATION' ],
'sources': [
'connection.cc',
'connection.h',
« no previous file with comments | « sql/meta_table.h ('k') | sql/sql_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698