Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Side by Side Diff: sql/sql.gyp

Issue 2107493002: Offer user to send feedback from profile error dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet more compile errors Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« sql/connection.cc ('K') | « sql/db_diagnostic_map.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'sql', 11 'target_name': 'sql',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../third_party/sqlite/sqlite.gyp:sqlite', 15 '../third_party/sqlite/sqlite.gyp:sqlite',
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
17 ], 17 ],
18 'export_dependent_settings': [ 18 'export_dependent_settings': [
19 '../base/base.gyp:base', 19 '../base/base.gyp:base',
20 ], 20 ],
21 'defines': [ 'SQL_IMPLEMENTATION' ], 21 'defines': [ 'SQL_IMPLEMENTATION' ],
22 'sources': [ 22 'sources': [
23 'connection.cc', 23 'connection.cc',
24 'connection.h', 24 'connection.h',
25 'connection_memory_dump_provider.cc', 25 'connection_memory_dump_provider.cc',
26 'connection_memory_dump_provider.h', 26 'connection_memory_dump_provider.h',
27 'db_diagnostic_map.h',
27 'error_delegate_util.cc', 28 'error_delegate_util.cc',
28 'error_delegate_util.h', 29 'error_delegate_util.h',
29 'init_status.h', 30 'init_status.h',
30 'meta_table.cc', 31 'meta_table.cc',
31 'meta_table.h', 32 'meta_table.h',
32 'recovery.cc', 33 'recovery.cc',
33 'recovery.h', 34 'recovery.h',
34 'sql_memory_dump_provider.cc', 35 'sql_memory_dump_provider.cc',
35 'sql_memory_dump_provider.h', 36 'sql_memory_dump_provider.h',
36 'statement.cc', 37 'statement.cc',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 '../build/isolate.gypi', 180 '../build/isolate.gypi',
180 ], 181 ],
181 'sources': [ 182 'sources': [
182 'sql_unittests.isolate', 183 'sql_unittests.isolate',
183 ], 184 ],
184 }, 185 },
185 ], 186 ],
186 }], 187 }],
187 ], 188 ],
188 } 189 }
OLDNEW
« sql/connection.cc ('K') | « sql/db_diagnostic_map.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698