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

Unified Diff: third_party/sqlite/sqlite.gyp

Issue 3301019: Move sqlite preprocessed directory one level up, it's not from upstream.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: more bot-friendly Created 10 years, 3 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/preprocessed/sqlite3.h ('k') | third_party/sqlite/sqlite3.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite.gyp
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 176d51992a116a4cd21032d95d394d8811ac0a66..d4d581f0a2a25ecfb96314a407c7b9c0c59b591e 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': [
« no previous file with comments | « third_party/sqlite/preprocessed/sqlite3.h ('k') | third_party/sqlite/sqlite3.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698