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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/preprocessed/sqlite3.h ('k') | third_party/sqlite/sqlite3.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'use_system_sqlite%': 0, 7 'use_system_sqlite%': 0,
8 'required_sqlite_version': '3.6.1', 8 'required_sqlite_version': '3.6.1',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 }, 56 },
57 }, { # else: OS != "linux" or ! use_system_sqlite 57 }, { # else: OS != "linux" or ! use_system_sqlite
58 'product_name': 'sqlite3', 58 'product_name': 'sqlite3',
59 'type': '<(library)', 59 'type': '<(library)',
60 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9', 60 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9',
61 'sources': [ 61 'sources': [
62 # This list contains all .h, .c, and .cc files in the directories 62 # This list contains all .h, .c, and .cc files in the directories
63 # ext, preprocessed, and src, with the exception of src/lempar.c, 63 # ext, preprocessed, and src, with the exception of src/lempar.c,
64 # src/shell*, and src/test*. Exclusions are applied below in the 64 # src/shell*, and src/test*. Exclusions are applied below in the
65 # sources/ and sources! sections. 65 # sources/ and sources! sections.
66 'preprocessed/keywordhash.h',
67 'preprocessed/opcodes.c',
68 'preprocessed/opcodes.h',
69 'preprocessed/parse.c',
70 'preprocessed/parse.h',
71 'preprocessed/sqlite3.h',
66 'src/ext/async/sqlite3async.c', 72 'src/ext/async/sqlite3async.c',
67 'src/ext/async/sqlite3async.h', 73 'src/ext/async/sqlite3async.h',
68 'src/ext/fts1/ft_hash.c', 74 'src/ext/fts1/ft_hash.c',
69 'src/ext/fts1/ft_hash.h', 75 'src/ext/fts1/ft_hash.h',
70 'src/ext/fts1/fts1.c', 76 'src/ext/fts1/fts1.c',
71 'src/ext/fts1/fts1.h', 77 'src/ext/fts1/fts1.h',
72 'src/ext/fts1/fts1_hash.c', 78 'src/ext/fts1/fts1_hash.c',
73 'src/ext/fts1/fts1_hash.h', 79 'src/ext/fts1/fts1_hash.h',
74 'src/ext/fts1/fts1_porter.c', 80 'src/ext/fts1/fts1_porter.c',
75 'src/ext/fts1/fts1_tokenizer.h', 81 'src/ext/fts1/fts1_tokenizer.h',
(...skipping 19 matching lines...) Expand all
95 'src/ext/fts3/fts3_hash.h', 101 'src/ext/fts3/fts3_hash.h',
96 'src/ext/fts3/fts3_icu.c', 102 'src/ext/fts3/fts3_icu.c',
97 'src/ext/fts3/fts3_porter.c', 103 'src/ext/fts3/fts3_porter.c',
98 'src/ext/fts3/fts3_tokenizer.c', 104 'src/ext/fts3/fts3_tokenizer.c',
99 'src/ext/fts3/fts3_tokenizer.h', 105 'src/ext/fts3/fts3_tokenizer.h',
100 'src/ext/fts3/fts3_tokenizer1.c', 106 'src/ext/fts3/fts3_tokenizer1.c',
101 'src/ext/icu/icu.c', 107 'src/ext/icu/icu.c',
102 'src/ext/icu/sqliteicu.h', 108 'src/ext/icu/sqliteicu.h',
103 'src/ext/rtree/rtree.c', 109 'src/ext/rtree/rtree.c',
104 'src/ext/rtree/rtree.h', 110 'src/ext/rtree/rtree.h',
105 'src/preprocessed/keywordhash.h',
106 'src/preprocessed/opcodes.c',
107 'src/preprocessed/opcodes.h',
108 'src/preprocessed/parse.c',
109 'src/preprocessed/parse.h',
110 'src/preprocessed/sqlite3.h',
111 'src/src/alter.c', 111 'src/src/alter.c',
112 'src/src/analyze.c', 112 'src/src/analyze.c',
113 'src/src/attach.c', 113 'src/src/attach.c',
114 'src/src/auth.c', 114 'src/src/auth.c',
115 'src/src/backup.c', 115 'src/src/backup.c',
116 'src/src/bitvec.c', 116 'src/src/bitvec.c',
117 'src/src/btmutex.c', 117 'src/src/btmutex.c',
118 'src/src/btree.c', 118 'src/src/btree.c',
119 'src/src/btree.h', 119 'src/src/btree.h',
120 'src/src/btreeInt.h', 120 'src/src/btreeInt.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 ], 193 ],
194 'sources/': [ 194 'sources/': [
195 ['exclude', '^src/ext/(fts1|rtree)/'], 195 ['exclude', '^src/ext/(fts1|rtree)/'],
196 ['exclude', '(symbian|os2|noop)\\.cc?$'], 196 ['exclude', '(symbian|os2|noop)\\.cc?$'],
197 ], 197 ],
198 'sources!': [ 198 'sources!': [
199 'src/src/journal.c', 199 'src/src/journal.c',
200 'src/src/tclsqlite.c', 200 'src/src/tclsqlite.c',
201 ], 201 ],
202 'include_dirs': [ 202 'include_dirs': [
203 'preprocessed',
203 'src/ext/icu', 204 'src/ext/icu',
204 'src/preprocessed',
205 'src/src', 205 'src/src',
206 ], 206 ],
207 'dependencies': [ 207 'dependencies': [
208 '../icu/icu.gyp:icui18n', 208 '../icu/icu.gyp:icui18n',
209 '../icu/icu.gyp:icuuc', 209 '../icu/icu.gyp:icuuc',
210 ], 210 ],
211 'direct_dependent_settings': { 211 'direct_dependent_settings': {
212 'include_dirs': [ 212 'include_dirs': [
213 '.', 213 '.',
214 '../..', 214 '../..',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 ], 249 ],
250 },] 250 },]
251 ], 251 ],
252 } 252 }
253 253
254 # Local Variables: 254 # Local Variables:
255 # tab-width:2 255 # tab-width:2
256 # indent-tabs-mode:nil 256 # indent-tabs-mode:nil
257 # End: 257 # End:
258 # vim: set expandtab tabstop=2 shiftwidth=2: 258 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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