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

Side by Side Diff: third_party/sqlite/sqlite.gyp

Issue 5626002: Update sqlite to 3.7.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/sqlite/src
Patch Set: Remove misc change. Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/safe-tolower.patch ('k') | third_party/sqlite/sqlite-poison.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'use_system_sqlite%': 0, 7 'use_system_sqlite%': 0,
8 'required_sqlite_version': '3.6.1', 8 'required_sqlite_version': '3.6.1',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'src/ext/fts2/fts2.h', 88 'src/ext/fts2/fts2.h',
89 'src/ext/fts2/fts2_hash.c', 89 'src/ext/fts2/fts2_hash.c',
90 'src/ext/fts2/fts2_hash.h', 90 'src/ext/fts2/fts2_hash.h',
91 'src/ext/fts2/fts2_icu.c', 91 'src/ext/fts2/fts2_icu.c',
92 'src/ext/fts2/fts2_porter.c', 92 'src/ext/fts2/fts2_porter.c',
93 'src/ext/fts2/fts2_tokenizer.c', 93 'src/ext/fts2/fts2_tokenizer.c',
94 'src/ext/fts2/fts2_tokenizer.h', 94 'src/ext/fts2/fts2_tokenizer.h',
95 'src/ext/fts2/fts2_tokenizer1.c', 95 'src/ext/fts2/fts2_tokenizer1.c',
96 'src/ext/fts3/fts3.c', 96 'src/ext/fts3/fts3.c',
97 'src/ext/fts3/fts3.h', 97 'src/ext/fts3/fts3.h',
98 'src/ext/fts3/fts3Int.h',
98 'src/ext/fts3/fts3_expr.c', 99 'src/ext/fts3/fts3_expr.c',
99 'src/ext/fts3/fts3_expr.h', 100 'src/ext/fts3/fts3_expr.h',
100 'src/ext/fts3/fts3_hash.c', 101 'src/ext/fts3/fts3_hash.c',
101 'src/ext/fts3/fts3_hash.h', 102 'src/ext/fts3/fts3_hash.h',
102 'src/ext/fts3/fts3_icu.c', 103 'src/ext/fts3/fts3_icu.c',
103 'src/ext/fts3/fts3_porter.c', 104 'src/ext/fts3/fts3_porter.c',
105 'src/ext/fts3/fts3_snippet.c',
104 'src/ext/fts3/fts3_tokenizer.c', 106 'src/ext/fts3/fts3_tokenizer.c',
105 'src/ext/fts3/fts3_tokenizer.h', 107 'src/ext/fts3/fts3_tokenizer.h',
106 'src/ext/fts3/fts3_tokenizer1.c', 108 'src/ext/fts3/fts3_tokenizer1.c',
109 'src/ext/fts3/fts3_write.c',
107 'src/ext/icu/icu.c', 110 'src/ext/icu/icu.c',
108 'src/ext/icu/sqliteicu.h', 111 'src/ext/icu/sqliteicu.h',
109 'src/ext/rtree/rtree.c', 112 'src/ext/rtree/rtree.c',
110 'src/ext/rtree/rtree.h', 113 'src/ext/rtree/rtree.h',
111 'src/src/alter.c', 114 'src/src/alter.c',
112 'src/src/analyze.c', 115 'src/src/analyze.c',
113 'src/src/attach.c', 116 'src/src/attach.c',
114 'src/src/auth.c', 117 'src/src/auth.c',
115 'src/src/backup.c', 118 'src/src/backup.c',
116 'src/src/bitvec.c', 119 'src/src/bitvec.c',
117 'src/src/btmutex.c', 120 'src/src/btmutex.c',
118 'src/src/btree.c', 121 'src/src/btree.c',
119 'src/src/btree.h', 122 'src/src/btree.h',
120 'src/src/btreeInt.h', 123 'src/src/btreeInt.h',
121 'src/src/build.c', 124 'src/src/build.c',
122 'src/src/callback.c', 125 'src/src/callback.c',
123 'src/src/complete.c', 126 'src/src/complete.c',
127 'src/src/ctime.c',
124 'src/src/date.c', 128 'src/src/date.c',
125 'src/src/delete.c', 129 'src/src/delete.c',
126 'src/src/expr.c', 130 'src/src/expr.c',
127 'src/src/fault.c', 131 'src/src/fault.c',
132 'src/src/fkey.c',
128 'src/src/func.c', 133 'src/src/func.c',
129 'src/src/global.c', 134 'src/src/global.c',
130 'src/src/hash.c', 135 'src/src/hash.c',
131 'src/src/hash.h', 136 'src/src/hash.h',
132 'src/src/hwtime.h', 137 'src/src/hwtime.h',
133 'src/src/insert.c', 138 'src/src/insert.c',
134 'src/src/journal.c', 139 'src/src/journal.c',
135 'src/src/legacy.c', 140 'src/src/legacy.c',
136 'src/src/loadext.c', 141 'src/src/loadext.c',
137 'src/src/main.c', 142 'src/src/main.c',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'src/src/utf.c', 185 'src/src/utf.c',
181 'src/src/util.c', 186 'src/src/util.c',
182 'src/src/vacuum.c', 187 'src/src/vacuum.c',
183 'src/src/vdbe.c', 188 'src/src/vdbe.c',
184 'src/src/vdbe.h', 189 'src/src/vdbe.h',
185 'src/src/vdbeInt.h', 190 'src/src/vdbeInt.h',
186 'src/src/vdbeapi.c', 191 'src/src/vdbeapi.c',
187 'src/src/vdbeaux.c', 192 'src/src/vdbeaux.c',
188 'src/src/vdbeblob.c', 193 'src/src/vdbeblob.c',
189 'src/src/vdbemem.c', 194 'src/src/vdbemem.c',
195 'src/src/vdbetrace.c',
190 'src/src/vtab.c', 196 'src/src/vtab.c',
197 'src/src/wal.c',
198 'src/src/wal.h',
191 'src/src/walker.c', 199 'src/src/walker.c',
192 'src/src/where.c', 200 'src/src/where.c',
193 ], 201 ],
194 'sources/': [ 202 'sources/': [
195 ['exclude', '^src/ext/(fts1|rtree)/'], 203 ['exclude', '^src/ext/(fts1|rtree)/'],
196 ['exclude', '(symbian|os2|noop)\\.cc?$'], 204 ['exclude', '(symbian|os2)\\.cc?$'],
197 ], 205 ],
198 'sources!': [ 206 'sources!': [
199 'src/src/journal.c', 207 'src/src/journal.c',
200 'src/src/tclsqlite.c', 208 'src/src/tclsqlite.c',
201 ], 209 ],
202 'include_dirs': [ 210 'include_dirs': [
203 'preprocessed', 211 'preprocessed',
212 'src/ext/fts3',
204 'src/ext/icu', 213 'src/ext/icu',
205 'src/src', 214 'src/src',
206 ], 215 ],
207 'dependencies': [ 216 'dependencies': [
208 '../icu/icu.gyp:icui18n', 217 '../icu/icu.gyp:icui18n',
209 '../icu/icu.gyp:icuuc', 218 '../icu/icu.gyp:icuuc',
210 ], 219 ],
211 'direct_dependent_settings': { 220 'direct_dependent_settings': {
212 'include_dirs': [ 221 'include_dirs': [
213 '.', 222 '.',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 ], 258 ],
250 },] 259 },]
251 ], 260 ],
252 } 261 }
253 262
254 # Local Variables: 263 # Local Variables:
255 # tab-width:2 264 # tab-width:2
256 # indent-tabs-mode:nil 265 # indent-tabs-mode:nil
257 # End: 266 # End:
258 # vim: set expandtab tabstop=2 shiftwidth=2: 267 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « third_party/sqlite/safe-tolower.patch ('k') | third_party/sqlite/sqlite-poison.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698