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.
5 import("//testing/test.gni")
11 "error_delegate_util.cc",
12 "error_delegate_util.h",
26 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
27 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
29 defines = [ "SQL_IMPLEMENTATION" ]
33 "//third_party/sqlite",
34 "//base/third_party/dynamic_annotations",
38 source_set("test_support") {
41 "test/error_callback_support.cc",
42 "test/error_callback_support.h",
43 "test/scoped_error_ignorer.cc",
44 "test/scoped_error_ignorer.h",
45 "test/test_helpers.cc",
46 "test/test_helpers.h",
53 "//third_party/sqlite",
57 test("sql_unittests") {
59 "connection_unittest.cc",
60 "meta_table_unittest.cc",
61 "recovery_unittest.cc",
62 "sqlite_features_unittest.cc",
63 "statement_unittest.cc",
66 "test/run_all_unittests.cc",
67 "test/sql_test_suite.cc",
68 "test/sql_test_suite.h",
69 "transaction_unittest.cc",
72 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
73 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
79 "//base/test:test_support",
81 "//third_party/sqlite",
85 isolate_file = "sql_unittests.isolate"
89 #['OS == "android"', {
91 # '../testing/android/native_test.gyp:native_test_native_code',
98 #'target_name': 'sql_unittests_apk',
104 # 'test_suite_name': 'sql_unittests',
106 #'includes': [ '../build/apk_test.gypi' ],