From 7776a37d651f0afdf61f150fba50884f2ad3ac5d Mon Sep 17 00:00:00 2001 From: shess Date: Tue, 8 Mar 2016 21:30:30 -0800 Subject: [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} --- sql/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/BUILD.gn') 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) { -- cgit v1.1