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

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

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 26 matching lines...) Expand all
37 sources = [ 37 sources = [
38 "component_updater_service_unittest.cc", 38 "component_updater_service_unittest.cc",
39 "timer_unittest.cc", 39 "timer_unittest.cc",
40 ] 40 ]
41 41
42 deps = [ 42 deps = [
43 ":component_updater", 43 ":component_updater",
44 "//base", 44 "//base",
45 "//base/test:test_support", 45 "//base/test:test_support",
46 "//components/update_client:test_support", 46 "//components/update_client:test_support",
47 "//testing/gmock",
47 "//testing/gtest", 48 "//testing/gtest",
48 "//testing/gmock",
49 ] 49 ]
50 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698