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

Side by Side Diff: chromeos/BUILD.gn

Issue 1206733002: ChromeOs Power Emulation Impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits and includes Created 5 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 | chromeos/chromeos.gyp » ('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/allocator.gni") 5 import("//build/config/allocator.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos") 10 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 configs += [ "//build/config/linux:dbus" ] 104 configs += [ "//build/config/linux:dbus" ]
105 deps = [ 105 deps = [
106 "//crypto", 106 "//crypto",
107 ":chromeos", 107 ":chromeos",
108 ":cryptohome_proto", 108 ":cryptohome_proto",
109 ":power_manager_proto", 109 ":power_manager_proto",
110 ] 110 ]
111 sources = [ 111 sources = [
112 "dbus/fake_cros_disks_client.cc", 112 "dbus/fake_cros_disks_client.cc",
113 "dbus/fake_cros_disks_client.h", 113 "dbus/fake_cros_disks_client.h",
114 "dbus/fake_power_manager_client.cc",
115 "dbus/fake_power_manager_client.h",
116 "dbus/fake_session_manager_client.cc", 114 "dbus/fake_session_manager_client.cc",
117 "dbus/fake_session_manager_client.h", 115 "dbus/fake_session_manager_client.h",
118 "dbus/fake_shill_manager_client.cc", 116 "dbus/fake_shill_manager_client.cc",
119 "dbus/fake_shill_manager_client.h", 117 "dbus/fake_shill_manager_client.h",
120 "dbus/fake_update_engine_client.cc", 118 "dbus/fake_update_engine_client.cc",
121 "dbus/fake_update_engine_client.h", 119 "dbus/fake_update_engine_client.h",
122 ] 120 ]
123 } 121 }
124 122
125 test("chromeos_unittests") { 123 test("chromeos_unittests") {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 proto_out_dir = "chromeos/dbus/cryptohome" 172 proto_out_dir = "chromeos/dbus/cryptohome"
175 } 173 }
176 174
177 proto_library("cryptohome_signkey_proto") { 175 proto_library("cryptohome_signkey_proto") {
178 sources = [ 176 sources = [
179 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto", 177 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto",
180 ] 178 ]
181 179
182 proto_out_dir = "chromeos/cryptohome" 180 proto_out_dir = "chromeos/cryptohome"
183 } 181 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698