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

Side by Side Diff: sql/BUILD.gn

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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("sql") { 7 component("sql") {
8 sources = [ 8 sources = [
9 "connection.cc", 9 "connection.cc",
10 "connection.h", 10 "connection.h",
11 "connection_memory_dump_provider.cc", 11 "connection_memory_dump_provider.cc",
12 "connection_memory_dump_provider.h", 12 "connection_memory_dump_provider.h",
13 "db_diagnostic_map.h",
13 "error_delegate_util.cc", 14 "error_delegate_util.cc",
14 "error_delegate_util.h", 15 "error_delegate_util.h",
15 "init_status.h", 16 "init_status.h",
16 "meta_table.cc", 17 "meta_table.cc",
17 "meta_table.h", 18 "meta_table.h",
18 "recovery.cc", 19 "recovery.cc",
19 "recovery.h", 20 "recovery.h",
20 "sql_memory_dump_provider.cc", 21 "sql_memory_dump_provider.cc",
21 "sql_memory_dump_provider.h", 22 "sql_memory_dump_provider.h",
22 "statement.cc", 23 "statement.cc",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 deps = [ 109 deps = [
109 ":redirection_header", 110 ":redirection_header",
110 ":sql", 111 ":sql",
111 ":sql_unittests_bundle_data", 112 ":sql_unittests_bundle_data",
112 ":test_support", 113 ":test_support",
113 "//base/test:test_support", 114 "//base/test:test_support",
114 "//testing/gtest", 115 "//testing/gtest",
115 "//third_party/sqlite", 116 "//third_party/sqlite",
116 ] 117 ]
117 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698