1 # Copyright (c) 2012 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.
12 'type': '<(component)',
14 '../base/base.gyp:base',
15 '../third_party/sqlite/sqlite.gyp:sqlite',
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
18 'export_dependent_settings': [
19 '../base/base.gyp:base',
21 'defines': [ 'SQL_IMPLEMENTATION' ],
25 'error_delegate_util.cc',
26 'error_delegate_util.h',
40 'direct_dependent_settings': {
45 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
46 'msvs_disabled_warnings': [4267, ],
49 'target_name': 'test_support_sql',
50 'type': 'static_library',
53 '../base/base.gyp:base',
54 '../testing/gtest.gyp:gtest',
55 '../third_party/sqlite/sqlite.gyp:sqlite',
57 'export_dependent_settings': [
59 '../base/base.gyp:base',
62 'test/error_callback_support.cc',
63 'test/error_callback_support.h',
64 'test/scoped_error_ignorer.cc',
65 'test/scoped_error_ignorer.h',
66 'test/test_helpers.cc',
67 'test/test_helpers.h',
72 'direct_dependent_settings': {
79 'target_name': 'sql_unittests',
80 'type': '<(gtest_target_type)',
84 '../base/base.gyp:test_support_base',
85 '../testing/gtest.gyp:gtest',
86 '../third_party/sqlite/sqlite.gyp:sqlite',
89 'connection_unittest.cc',
90 'meta_table_unittest.cc',
91 'recovery_unittest.cc',
92 'sqlite_features_unittest.cc',
93 'statement_unittest.cc',
96 'test/run_all_unittests.cc',
97 'test/sql_test_base.cc',
98 'test/sql_test_base.h',
99 'test/sql_test_suite.cc',
100 'test/sql_test_suite.h',
101 'transaction_unittest.cc',
107 ['os_posix==1 and OS!="mac" and OS!="ios"', {
109 ['use_allocator!="none"', {
111 '../base/allocator/allocator.gyp:allocator',
116 ['OS == "android"', {
118 '../testing/android/native_test.gyp:native_test_native_code',
122 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
123 'msvs_disabled_warnings': [4267, ],
127 ['OS == "android"', {
130 'target_name': 'sql_unittests_apk',
136 'test_suite_name': 'sql_unittests',
137 'isolate_file': 'sql_unittests.isolate',
139 'includes': [ '../build/apk_test.gypi' ],
143 ['test_isolation_mode != "noop"', {
146 'target_name': 'sql_unittests_run',
152 '../build/isolate.gypi',
155 'sql_unittests.isolate',