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

Side by Side Diff: components/proximity_auth/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 | « components/BUILD.gn ('k') | content/test/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 source_set("proximity_auth") { 7 source_set("proximity_auth") {
6 sources = [ 8 sources = [
7 "base64url.cc", 9 "base64url.cc",
8 "base64url.h", 10 "base64url.h",
9 "bluetooth_connection.cc", 11 "bluetooth_connection.cc",
10 "bluetooth_connection.h", 12 "bluetooth_connection.h",
11 "bluetooth_connection_finder.cc", 13 "bluetooth_connection_finder.cc",
12 "bluetooth_connection_finder.h", 14 "bluetooth_connection_finder.h",
13 "bluetooth_util.cc", 15 "bluetooth_util.cc",
14 "bluetooth_util_chromeos.cc", 16 "bluetooth_util_chromeos.cc",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 # Note: This is a convenience target for ease of rapid iteration during 67 # Note: This is a convenience target for ease of rapid iteration during
66 # development. It is not executed on any try or build bots. 68 # development. It is not executed on any try or build bots.
67 test("proximity_auth_unittests") { 69 test("proximity_auth_unittests") {
68 sources = [ 70 sources = [
69 "run_all_unittests.cc", 71 "run_all_unittests.cc",
70 ] 72 ]
71 deps = [ 73 deps = [
72 ":unit_tests", 74 ":unit_tests",
73 ] 75 ]
74 } 76 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698