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

Side by Side Diff: chromeos/BUILD.gn

Issue 2798703002: Create org.chromium.KioskAppService. (Closed)
Patch Set: style nits 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
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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "tpm/tpm_token_loader.h", 461 "tpm/tpm_token_loader.h",
462 ] 462 ]
463 defines = [ "CHROMEOS_IMPLEMENTATION" ] 463 defines = [ "CHROMEOS_IMPLEMENTATION" ]
464 if (current_cpu == "arm" || current_cpu == "x86") { 464 if (current_cpu == "arm" || current_cpu == "x86") {
465 defines += [ "BINDER_IPC_32BIT" ] 465 defines += [ "BINDER_IPC_32BIT" ]
466 } 466 }
467 } 467 }
468 468
469 copy("dbus_service_files") { 469 copy("dbus_service_files") {
470 sources = [ 470 sources = [
471 "dbus/services/org.chromium.KioskAppService.conf",
471 "dbus/services/org.chromium.LibCrosService.conf", 472 "dbus/services/org.chromium.LibCrosService.conf",
472 "dbus/services/org.chromium.LivenessService.conf", 473 "dbus/services/org.chromium.LivenessService.conf",
473 "dbus/services/org.chromium.NetworkProxyService.conf", 474 "dbus/services/org.chromium.NetworkProxyService.conf",
474 ] 475 ]
475 outputs = [ 476 outputs = [
476 "$root_out_dir/dbus/{{source_file_part}}", 477 "$root_out_dir/dbus/{{source_file_part}}",
477 ] 478 ]
478 } 479 }
479 480
480 # This must be a static library instead of a source set because some of the 481 # This must be a static library instead of a source set because some of the
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 proto_out_dir = "chromeos/cryptohome" 733 proto_out_dir = "chromeos/cryptohome"
733 } 734 }
734 735
735 proto_library("authpolicy_proto") { 736 proto_library("authpolicy_proto") {
736 sources = [ 737 sources = [
737 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto", 738 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto",
738 ] 739 ]
739 740
740 proto_out_dir = "chromeos/dbus/authpolicy" 741 proto_out_dir = "chromeos/dbus/authpolicy"
741 } 742 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/dbus/kiosk_info_service_provider.cc ('k') | chromeos/dbus/services/cros_dbus_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698