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

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

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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/os_crypt/BUILD.gn ('k') | components/password_manager/content/renderer/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 component("ownership") { 5 component("ownership") {
6 sources = [ 6 sources = [
7 "mock_owner_key_util.cc", 7 "mock_owner_key_util.cc",
8 "mock_owner_key_util.h", 8 "mock_owner_key_util.h",
9 "owner_key_util.cc", 9 "owner_key_util.cc",
10 "owner_key_util.h", 10 "owner_key_util.h",
11 "owner_key_util_impl.cc", 11 "owner_key_util_impl.cc",
12 "owner_key_util_impl.h", 12 "owner_key_util_impl.h",
13 "owner_settings_service.cc", 13 "owner_settings_service.cc",
14 "owner_settings_service.h", 14 "owner_settings_service.h",
15 ] 15 ]
16 16
17 defines = [ 17 defines = [ "OWNERSHIP_IMPLEMENTATION" ]
18 "OWNERSHIP_IMPLEMENTATION"
19 ]
20 18
21 deps = [ 19 deps = [
22 "//base", 20 "//base",
23 "//components/keyed_service/core", 21 "//components/keyed_service/core",
24 "//components/policy", 22 "//components/policy",
25 "//components/policy/proto", 23 "//components/policy/proto",
26 "//components/policy:policy_component_common", 24 "//components/policy:policy_component_common",
27 "//crypto", 25 "//crypto",
28 ] 26 ]
29 } 27 }
30 28
31 source_set("unit_tests") { 29 source_set("unit_tests") {
32 testonly = true 30 testonly = true
33 sources = ["owner_key_util_impl_unittest.cc"] 31 sources = [
32 "owner_key_util_impl_unittest.cc",
33 ]
34 34
35 deps = [ 35 deps = [
36 ":ownership", 36 ":ownership",
37 "//testing/gtest", 37 "//testing/gtest",
38 ] 38 ]
39 } 39 }
OLDNEW
« no previous file with comments | « components/os_crypt/BUILD.gn ('k') | components/password_manager/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698