summaryrefslogtreecommitdiffstats
path: root/sql/BUILD.gn
diff options
context:
space:
mode:
authorshess <shess@chromium.org>2016-03-08 21:30:30 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-09 05:31:47 +0000
commit7776a37d651f0afdf61f150fba50884f2ad3ac5d (patch)
treede14ff4485fab4a80af22fdf644492dc4ebaffb4 /sql/BUILD.gn
parent8f00bd27b8cceedbc21e439866d3b4089468d774 (diff)
downloadchromium_src-7776a37d651f0afdf61f150fba50884f2ad3ac5d.zip
chromium_src-7776a37d651f0afdf61f150fba50884f2ad3ac5d.tar.gz
chromium_src-7776a37d651f0afdf61f150fba50884f2ad3ac5d.tar.bz2
[sqlite] sql::Recovery working under USE_SYSTEM_SQLITE.
Removes the USE_SYSTEM_SQLITE conditional sections in sql::Recover implementation and tests. third_party/sqlite includes sqlite_recover library for the USE_SYSTEM_SQLITE case, with recover.c compiled against the system version of SQLite. Additionally remove interiorCursorEOF() from recover.c, as it was unused, rather than adding a compile flag to allow it. BUG=584407 Review URL: https://codereview.chromium.org/1757653002 Cr-Commit-Position: refs/heads/master@{#380076}
Diffstat (limited to 'sql/BUILD.gn')
-rw-r--r--sql/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 4ffa421..8c1cbb7 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -113,6 +113,8 @@ test("sql_unittests") {
# '../testing/android/native_test.gyp:native_test_native_code',
# ],
#}],
+
+ # TODO(GYP): dep on copy_test_data_ios action.
}
if (is_android) {