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

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

Issue 2104513003: Implement a test for DefaultComponentInstallerTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback 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 | « no previous file | components/component_updater/component_updater_service.h » ('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("component_updater") { 5 source_set("component_updater") {
6 sources = [ 6 sources = [
7 "component_updater_paths.cc", 7 "component_updater_paths.cc",
8 "component_updater_paths.h", 8 "component_updater_paths.h",
9 "component_updater_service.cc", 9 "component_updater_service.cc",
10 "component_updater_service.h", 10 "component_updater_service.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ":component_updater", 43 ":component_updater",
44 "//base", 44 "//base",
45 "//testing/gmock", 45 "//testing/gmock",
46 ] 46 ]
47 } 47 }
48 48
49 source_set("unit_tests") { 49 source_set("unit_tests") {
50 testonly = true 50 testonly = true
51 sources = [ 51 sources = [
52 "component_updater_service_unittest.cc", 52 "component_updater_service_unittest.cc",
53 "default_component_installer_unittest.cc",
53 "timer_unittest.cc", 54 "timer_unittest.cc",
54 ] 55 ]
55 56
56 deps = [ 57 deps = [
57 ":component_updater", 58 ":component_updater",
58 "//base", 59 "//base",
59 "//base/test:test_support", 60 "//base/test:test_support",
60 "//components/update_client:test_support", 61 "//components/update_client:test_support",
61 "//testing/gmock", 62 "//testing/gmock",
62 "//testing/gtest", 63 "//testing/gtest",
63 ] 64 ]
64 } 65 }
OLDNEW
« no previous file with comments | « no previous file | components/component_updater/component_updater_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698