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

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

Issue 1753993002: [sqlite] Allow recover.c to compile independently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 364 recover.c
365 recover_varint.c
Scott Hess - ex-Googler 2016/03/02 01:12:08 The overall script builds third_party/sqlite/amalg
365 366
366 fts3.c 367 fts3.c
367 fts3_aux.c 368 fts3_aux.c
368 fts3_expr.c 369 fts3_expr.c
369 fts3_hash.c 370 fts3_hash.c
370 fts3_porter.c 371 fts3_porter.c
371 fts3_tokenizer.c 372 fts3_tokenizer.c
372 fts3_tokenizer1.c 373 fts3_tokenizer1.c
373 fts3_tokenize_vtab.c 374 fts3_tokenize_vtab.c
374 fts3_write.c 375 fts3_write.c
375 fts3_snippet.c 376 fts3_snippet.c
376 fts3_unicode.c 377 fts3_unicode.c
377 fts3_unicode2.c 378 fts3_unicode2.c
378 379
379 rtree.c 380 rtree.c
380 icu.c 381 icu.c
381 fts3_icu.c 382 fts3_icu.c
382 sqlite3rbu.c 383 sqlite3rbu.c
383 dbstat.c 384 dbstat.c
384 json1.c 385 json1.c
385 fts5.c 386 fts5.c
386 } { 387 } {
387 copy_file tsrc/$file 388 copy_file tsrc/$file
388 } 389 }
389 390
390 close $out 391 close $out
OLDNEW
« third_party/sqlite/src/src/recover_varint.c ('K') | « third_party/sqlite/src/src/recover_varint.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698