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

Side by Side Diff: components/domain_reliability/BUILD.gn

Issue 551933002: Mark gtest and gmock as testonly in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testonly
Patch Set: android Created 6 years, 3 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/dom_distiller/core/BUILD.gn ('k') | components/enhanced_bookmarks/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 action("bake_in_configs") { 5 action("bake_in_configs") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 script = "bake_in_configs.py" 7 script = "bake_in_configs.py"
8 8
9 inputs = [ 9 inputs = [
10 "baked_in_configs/apis_google_com.json", 10 "baked_in_configs/apis_google_com.json",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ":bake_in_configs", 55 ":bake_in_configs",
56 "//base", 56 "//base",
57 "//components/keyed_service/core", 57 "//components/keyed_service/core",
58 "//content/public/browser", 58 "//content/public/browser",
59 "//net", 59 "//net",
60 "//url", 60 "//url",
61 ] 61 ]
62 } 62 }
63 63
64 source_set("unit_tests") { 64 source_set("unit_tests") {
65 testonly = true
65 sources = [ 66 sources = [
66 "config_unittest.cc", 67 "config_unittest.cc",
67 "context_unittest.cc", 68 "context_unittest.cc",
68 "dispatcher_unittest.cc", 69 "dispatcher_unittest.cc",
69 "monitor_unittest.cc", 70 "monitor_unittest.cc",
70 "scheduler_unittest.cc", 71 "scheduler_unittest.cc",
71 "test_util.cc", 72 "test_util.cc",
72 "test_util.h", 73 "test_util.h",
73 "uploader_unittest.cc", 74 "uploader_unittest.cc",
74 "util_unittest.cc", 75 "util_unittest.cc",
75 ] 76 ]
76 77
77 deps = [ 78 deps = [
78 ":domain_reliability", 79 ":domain_reliability",
79 "//testing/gtest", 80 "//testing/gtest",
80 ] 81 ]
81 } 82 }
OLDNEW
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698