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

Side by Side Diff: third_party/sqlite/src/tool/mksqlite3c.tcl

Issue 1700483002: [sqlite] iOS running recover virtual table. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zzsql_recover_handle_review2
Patch Set: Manually find sql/test/data for now. Created 4 years, 10 months 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
« no previous file with comments | « third_party/sqlite/src/src/sqlite.h.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/tclsh 1 #!/usr/bin/tclsh
2 # 2 #
3 # To build a single huge source file holding all of SQLite (or at 3 # To build a single huge source file holding all of SQLite (or at
4 # least the core components - the test harness, shell, and TCL 4 # least the core components - the test harness, shell, and TCL
5 # interface are omitted.) first do 5 # interface are omitted.) first do
6 # 6 #
7 # make target_source 7 # make target_source
8 # 8 #
9 # The make target above moves all of the source code files into 9 # The make target above moves all of the source code files into
10 # a subdirectory named "tsrc". (This script expects to find the files 10 # a subdirectory named "tsrc". (This script expects to find the files
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 where.c 354 where.c
355 355
356 parse.c 356 parse.c
357 357
358 tokenize.c 358 tokenize.c
359 complete.c 359 complete.c
360 360
361 main.c 361 main.c
362 notify.c 362 notify.c
363 363
364 recover.c
365
366 fts3.c 364 fts3.c
367 fts3_aux.c 365 fts3_aux.c
368 fts3_expr.c 366 fts3_expr.c
369 fts3_hash.c 367 fts3_hash.c
370 fts3_porter.c 368 fts3_porter.c
371 fts3_tokenizer.c 369 fts3_tokenizer.c
372 fts3_tokenizer1.c 370 fts3_tokenizer1.c
373 fts3_tokenize_vtab.c 371 fts3_tokenize_vtab.c
374 fts3_write.c 372 fts3_write.c
375 fts3_snippet.c 373 fts3_snippet.c
376 fts3_unicode.c 374 fts3_unicode.c
377 fts3_unicode2.c 375 fts3_unicode2.c
378 376
379 rtree.c 377 rtree.c
380 icu.c 378 icu.c
381 fts3_icu.c 379 fts3_icu.c
382 sqlite3rbu.c 380 sqlite3rbu.c
383 dbstat.c 381 dbstat.c
384 json1.c 382 json1.c
385 fts5.c 383 fts5.c
386 } { 384 } {
387 copy_file tsrc/$file 385 copy_file tsrc/$file
388 } 386 }
389 387
390 close $out 388 close $out
OLDNEW
« no previous file with comments | « third_party/sqlite/src/src/sqlite.h.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698