OLD | NEW |
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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 "process_proxy/process_proxy_registry.cc", | 430 "process_proxy/process_proxy_registry.cc", |
431 "process_proxy/process_proxy_registry.h", | 431 "process_proxy/process_proxy_registry.h", |
432 "settings/cros_settings_names.cc", | 432 "settings/cros_settings_names.cc", |
433 "settings/cros_settings_names.h", | 433 "settings/cros_settings_names.h", |
434 "settings/cros_settings_provider.cc", | 434 "settings/cros_settings_provider.cc", |
435 "settings/cros_settings_provider.h", | 435 "settings/cros_settings_provider.h", |
436 "settings/timezone_settings.cc", | 436 "settings/timezone_settings.cc", |
437 "settings/timezone_settings.h", | 437 "settings/timezone_settings.h", |
438 "settings/timezone_settings_helper.cc", | 438 "settings/timezone_settings_helper.cc", |
439 "settings/timezone_settings_helper.h", | 439 "settings/timezone_settings_helper.h", |
| 440 "system/cpu_temp_reader.cc", |
| 441 "system/cpu_temp_reader.h", |
440 "system/devicemode.cc", | 442 "system/devicemode.cc", |
441 "system/devicemode.h", | 443 "system/devicemode.h", |
442 "system/devicetype.cc", | 444 "system/devicetype.cc", |
443 "system/devicetype.h", | 445 "system/devicetype.h", |
444 | 446 |
445 # Used when running mash, both on Linux and on real devices. | 447 # Used when running mash, both on Linux and on real devices. |
446 "system/fake_statistics_provider.cc", | 448 "system/fake_statistics_provider.cc", |
447 "system/fake_statistics_provider.h", | 449 "system/fake_statistics_provider.h", |
448 "system/name_value_pairs_parser.cc", | 450 "system/name_value_pairs_parser.cc", |
449 "system/name_value_pairs_parser.h", | 451 "system/name_value_pairs_parser.h", |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 proto_out_dir = "chromeos/cryptohome" | 739 proto_out_dir = "chromeos/cryptohome" |
738 } | 740 } |
739 | 741 |
740 proto_library("authpolicy_proto") { | 742 proto_library("authpolicy_proto") { |
741 sources = [ | 743 sources = [ |
742 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data
.proto", | 744 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data
.proto", |
743 ] | 745 ] |
744 | 746 |
745 proto_out_dir = "chromeos/dbus/authpolicy" | 747 proto_out_dir = "chromeos/dbus/authpolicy" |
746 } | 748 } |
OLD | NEW |