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

Side by Side Diff: chromeos/BUILD.gn

Issue 2578323004: cros: Fake implementation of DBUS biometrics client. (Closed)
Patch Set: Oopsies. Created 3 years, 8 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 | chromeos/dbus/biod/biod_client.cc » ('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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "cryptohome/system_salt_getter.cc", 126 "cryptohome/system_salt_getter.cc",
127 "cryptohome/system_salt_getter.h", 127 "cryptohome/system_salt_getter.h",
128 "dbus/arc_obb_mounter_client.cc", 128 "dbus/arc_obb_mounter_client.cc",
129 "dbus/arc_obb_mounter_client.h", 129 "dbus/arc_obb_mounter_client.h",
130 "dbus/audio_node.cc", 130 "dbus/audio_node.cc",
131 "dbus/audio_node.h", 131 "dbus/audio_node.h",
132 "dbus/auth_policy_client.cc", 132 "dbus/auth_policy_client.cc",
133 "dbus/auth_policy_client.h", 133 "dbus/auth_policy_client.h",
134 "dbus/biod/biod_client.cc", 134 "dbus/biod/biod_client.cc",
135 "dbus/biod/biod_client.h", 135 "dbus/biod/biod_client.h",
136 "dbus/biod/fake_biod_client.cc",
137 "dbus/biod/fake_biod_client.h",
136 "dbus/blocking_method_caller.cc", 138 "dbus/blocking_method_caller.cc",
137 "dbus/blocking_method_caller.h", 139 "dbus/blocking_method_caller.h",
138 "dbus/cras_audio_client.cc", 140 "dbus/cras_audio_client.cc",
139 "dbus/cras_audio_client.h", 141 "dbus/cras_audio_client.h",
140 "dbus/cros_disks_client.cc", 142 "dbus/cros_disks_client.cc",
141 "dbus/cros_disks_client.h", 143 "dbus/cros_disks_client.h",
142 "dbus/cryptohome_client.cc", 144 "dbus/cryptohome_client.cc",
143 "dbus/cryptohome_client.h", 145 "dbus/cryptohome_client.h",
144 "dbus/dbus_client_implementation_type.h", 146 "dbus/dbus_client_implementation_type.h",
145 "dbus/dbus_clients_browser.cc", 147 "dbus/dbus_clients_browser.cc",
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 proto_out_dir = "chromeos/cryptohome" 734 proto_out_dir = "chromeos/cryptohome"
733 } 735 }
734 736
735 proto_library("authpolicy_proto") { 737 proto_library("authpolicy_proto") {
736 sources = [ 738 sources = [
737 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto", 739 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto",
738 ] 740 ]
739 741
740 proto_out_dir = "chromeos/dbus/authpolicy" 742 proto_out_dir = "chromeos/dbus/authpolicy"
741 } 743 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/biod/biod_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698