1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
9 "error_delegate_util.cc",
10 "error_delegate_util.h",
22 defines = [ "SQL_IMPLEMENTATION" ]
25 cflags = [ "/wd4267" ] # size_t to int.
30 "//third_party/sqlite",
31 "//base/third_party/dynamic_annotations",
35 source_set("test_support") {
38 "test/error_callback_support.cc",
39 "test/error_callback_support.h",
40 "test/scoped_error_ignorer.cc",
41 "test/scoped_error_ignorer.h",
42 "test/test_helpers.cc",
43 "test/test_helpers.h",
53 test("sql_unittests") {
55 "connection_unittest.cc",
56 "meta_table_unittest.cc",
57 "recovery_unittest.cc",
58 "sqlite_features_unittest.cc",
59 "statement_unittest.cc",
62 "test/run_all_unittests.cc",
63 "test/sql_test_suite.cc",
64 "test/sql_test_suite.h",
65 "transaction_unittest.cc",
69 cflags = [ "/wd4267" ] # size_t -> int
76 "//base/test:test_support",
78 "//third_party/sqlite",
82 #['OS == "android"', {
84 # '../testing/android/native_test.gyp:native_test_native_code',
91 #'target_name': 'sql_unittests_apk',
97 # 'test_suite_name': 'sql_unittests',
99 #'includes': [ '../build/apk_test.gypi' ],