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

Side by Side Diff: chromeos/BUILD.gn

Issue 1693383003: ChromeOS cryptohome should be able to use gaia id as user identifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit tests. Created 4 years, 9 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 | « chrome/test/base/testing_profile_manager.cc ('k') | chromeos/DEPS » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos") 9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
10 10
(...skipping 17 matching lines...) Expand all
28 ":power_manager_proto", 28 ":power_manager_proto",
29 "//base", 29 "//base",
30 "//base:i18n", 30 "//base:i18n",
31 "//base/third_party/dynamic_annotations", 31 "//base/third_party/dynamic_annotations",
32 "//components/device_event_log", 32 "//components/device_event_log",
33 "//components/onc", 33 "//components/onc",
34 "//components/policy/proto", 34 "//components/policy/proto",
35 "//components/prefs", 35 "//components/prefs",
36 "//components/proxy_config", 36 "//components/proxy_config",
37 "//components/signin/core/account_id", 37 "//components/signin/core/account_id",
38 "//components/user_manager",
38 "//crypto", 39 "//crypto",
39 "//crypto:platform", 40 "//crypto:platform",
40 "//google_apis", 41 "//google_apis",
41 "//third_party/icu", 42 "//third_party/icu",
42 "//third_party/libxml", 43 "//third_party/libxml",
43 "//third_party/protobuf:protobuf_lite", 44 "//third_party/protobuf:protobuf_lite",
44 "//url", 45 "//url",
45 ] 46 ]
46 sources = gypi_values.chromeos_sources 47 sources = gypi_values.chromeos_sources
47 defines = [ "CHROMEOS_IMPLEMENTATION" ] 48 defines = [ "CHROMEOS_IMPLEMENTATION" ]
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ] 143 ]
143 deps = [ 144 deps = [
144 ":cryptohome_proto", 145 ":cryptohome_proto",
145 ":power_manager_proto", 146 ":power_manager_proto",
146 ":test_support", 147 ":test_support",
147 "//base/test:run_all_unittests", 148 "//base/test:run_all_unittests",
148 "//base/test:test_support", 149 "//base/test:test_support",
149 "//components/onc", 150 "//components/onc",
150 "//components/prefs:test_support", 151 "//components/prefs:test_support",
151 "//components/proxy_config", 152 "//components/proxy_config",
153 "//components/signin/core/account_id",
152 "//crypto", 154 "//crypto",
153 "//crypto:test_support", 155 "//crypto:test_support",
154 "//dbus:test_support", 156 "//dbus:test_support",
155 "//google_apis", 157 "//google_apis",
156 "//net", 158 "//net",
157 "//net:test_support", 159 "//net:test_support",
158 "//testing/gmock", 160 "//testing/gmock",
159 "//testing/gtest", 161 "//testing/gtest",
160 "//third_party/icu", 162 "//third_party/icu",
161 "//url", 163 "//url",
(...skipping 28 matching lines...) Expand all
190 proto_out_dir = "chromeos/dbus/cryptohome" 192 proto_out_dir = "chromeos/dbus/cryptohome"
191 } 193 }
192 194
193 proto_library("cryptohome_signkey_proto") { 195 proto_library("cryptohome_signkey_proto") {
194 sources = [ 196 sources = [
195 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto", 197 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto",
196 ] 198 ]
197 199
198 proto_out_dir = "chromeos/cryptohome" 200 proto_out_dir = "chromeos/cryptohome"
199 } 201 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile_manager.cc ('k') | chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698