summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/sqlite.gyp
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 21:15:48 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 21:15:48 +0000
commitd8da17e4948221915f8b8e41e3efa50a6456f960 (patch)
treea23b0e5eb64fae05822d25c21a9ffc305e8ef0c4 /third_party/sqlite/sqlite.gyp
parent6bd42311b69eb86345ec80e4d9901b3d48dff7ec (diff)
downloadchromium_src-d8da17e4948221915f8b8e41e3efa50a6456f960.zip
chromium_src-d8da17e4948221915f8b8e41e3efa50a6456f960.tar.gz
chromium_src-d8da17e4948221915f8b8e41e3efa50a6456f960.tar.bz2
Move sqlite preprocessed directory one level up, it's not from upstream.
This is a follow-up to one of my earlier patches. TEST=none BUG=22208, 50769 Review URL: http://codereview.chromium.org/3301019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite/sqlite.gyp')
-rw-r--r--third_party/sqlite/sqlite.gyp14
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 176d519..d4d581f 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -63,6 +63,12 @@
# ext, preprocessed, and src, with the exception of src/lempar.c,
# src/shell*, and src/test*. Exclusions are applied below in the
# sources/ and sources! sections.
+ 'preprocessed/keywordhash.h',
+ 'preprocessed/opcodes.c',
+ 'preprocessed/opcodes.h',
+ 'preprocessed/parse.c',
+ 'preprocessed/parse.h',
+ 'preprocessed/sqlite3.h',
'src/ext/async/sqlite3async.c',
'src/ext/async/sqlite3async.h',
'src/ext/fts1/ft_hash.c',
@@ -102,12 +108,6 @@
'src/ext/icu/sqliteicu.h',
'src/ext/rtree/rtree.c',
'src/ext/rtree/rtree.h',
- 'src/preprocessed/keywordhash.h',
- 'src/preprocessed/opcodes.c',
- 'src/preprocessed/opcodes.h',
- 'src/preprocessed/parse.c',
- 'src/preprocessed/parse.h',
- 'src/preprocessed/sqlite3.h',
'src/src/alter.c',
'src/src/analyze.c',
'src/src/attach.c',
@@ -200,8 +200,8 @@
'src/src/tclsqlite.c',
],
'include_dirs': [
+ 'preprocessed',
'src/ext/icu',
- 'src/preprocessed',
'src/src',
],
'dependencies': [