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

Unified Diff: third_party/sqlite/google_generate_preprocessed.sh

Issue 6835006: Convert to SQLite amalgamation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/google_generate_amalgamation.sh ('k') | third_party/sqlite/misc.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/google_generate_preprocessed.sh
diff --git a/third_party/sqlite/google_generate_preprocessed.sh b/third_party/sqlite/google_generate_preprocessed.sh
deleted file mode 100755
index d1dcfaddcb666af89073387656b171215bc59a7e..0000000000000000000000000000000000000000
--- a/third_party/sqlite/google_generate_preprocessed.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-#
-# Copyright 2007 Google Inc. All Rights Reserved.
-# Author: shess@google.com (Scott Hess)
-
-cd src
-
-mkdir bld
-cd bld
-../configure
-FILES="keywordhash.h opcodes.c opcodes.h parse.c parse.h sqlite3.h"
-OPTS=""
-# These options should match those in ../../tools/config.mk.
-OPTS="$OPTS -DSQLITE_OMIT_LOAD_EXTENSION=1"
-make "OPTS=$OPTS" $FILES
-cp -f $FILES ../../preprocessed
-
-cd ..
-rm -rf bld
-
-# TODO(shess) I can't find config.h, which exists in the original
-# third_party/sqlite/ directory. I also haven't found a client of it,
-# yet, so maybe it's not a file we need.
« no previous file with comments | « third_party/sqlite/google_generate_amalgamation.sh ('k') | third_party/sqlite/misc.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698