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

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

Issue 2151653003: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crypto 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
« no previous file with comments | « components/toolbar/BUILD.gn ('k') | components/user_prefs/tracked/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 source_set("update_client") { 5 static_library("update_client") {
6 sources = [ 6 sources = [
7 "action.cc", 7 "action.cc",
8 "action.h", 8 "action.h",
9 "action_update.cc", 9 "action_update.cc",
10 "action_update.h", 10 "action_update.h",
11 "action_update_check.cc", 11 "action_update_check.cc",
12 "action_update_check.h", 12 "action_update_check.h",
13 "action_wait.cc", 13 "action_wait.cc",
14 "action_wait.h", 14 "action_wait.h",
15 "background_downloader_win.cc", 15 "background_downloader_win.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//components/prefs", 59 "//components/prefs",
60 "//courgette:courgette_lib", 60 "//courgette:courgette_lib",
61 "//crypto", 61 "//crypto",
62 "//net", 62 "//net",
63 "//third_party/libxml", 63 "//third_party/libxml",
64 "//third_party/zlib:zip", 64 "//third_party/zlib:zip",
65 "//url", 65 "//url",
66 ] 66 ]
67 } 67 }
68 68
69 source_set("test_support") { 69 static_library("test_support") {
70 testonly = true 70 testonly = true
71 sources = [ 71 sources = [
72 "test_configurator.cc", 72 "test_configurator.cc",
73 "test_configurator.h", 73 "test_configurator.h",
74 "test_installer.cc", 74 "test_installer.cc",
75 "test_installer.h", 75 "test_installer.h",
76 "url_request_post_interceptor.cc", 76 "url_request_post_interceptor.cc",
77 "url_request_post_interceptor.h", 77 "url_request_post_interceptor.h",
78 ] 78 ]
79 79
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "//base", 133 "//base",
134 "//components/prefs", 134 "//components/prefs",
135 "//components/prefs:test_support", 135 "//components/prefs:test_support",
136 "//courgette:courgette_lib", 136 "//courgette:courgette_lib",
137 "//net:test_support", 137 "//net:test_support",
138 "//testing/gmock", 138 "//testing/gmock",
139 "//testing/gtest", 139 "//testing/gtest",
140 "//third_party/libxml", 140 "//third_party/libxml",
141 ] 141 ]
142 } 142 }
OLDNEW
« no previous file with comments | « components/toolbar/BUILD.gn ('k') | components/user_prefs/tracked/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698