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

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

Issue 406683004: Add more components tests to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('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 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 deps = [ 54 deps = [
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
64 source_set("unit_tests") {
65 sources = [
66 "config_unittest.cc",
67 "context_unittest.cc",
68 "dispatcher_unittest.cc",
69 "monitor_unittest.cc",
70 "scheduler_unittest.cc",
71 "test_util.cc",
72 "test_util.h",
73 "uploader_unittest.cc",
74 "util_unittest.cc",
75 ]
76
77 deps = [
78 ":domain_reliability",
79 "//testing/gtest",
80 ]
81 }
OLDNEW
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698