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

Side by Side Diff: sql/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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
« no previous file with comments | « skia/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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")
6
5 component("sql") { 7 component("sql") {
6 sources = [ 8 sources = [
7 "connection.cc", 9 "connection.cc",
8 "connection.h", 10 "connection.h",
9 "error_delegate_util.cc", 11 "error_delegate_util.cc",
10 "error_delegate_util.h", 12 "error_delegate_util.h",
11 "init_status.h", 13 "init_status.h",
12 "meta_table.cc", 14 "meta_table.cc",
13 "meta_table.h", 15 "meta_table.h",
14 "recovery.cc", 16 "recovery.cc",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 #'target_name': 'sql_unittests_apk', 93 #'target_name': 'sql_unittests_apk',
92 #'type': 'none', 94 #'type': 'none',
93 #'dependencies': [ 95 #'dependencies': [
94 # 'sql_unittests', 96 # 'sql_unittests',
95 #], 97 #],
96 #'variables': { 98 #'variables': {
97 # 'test_suite_name': 'sql_unittests', 99 # 'test_suite_name': 'sql_unittests',
98 #}, 100 #},
99 #'includes': [ '../build/apk_test.gypi' ], 101 #'includes': [ '../build/apk_test.gypi' ],
100 } 102 }
OLDNEW
« no previous file with comments | « skia/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698