| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "dbus/shill_profile_client.cc", | 249 "dbus/shill_profile_client.cc", |
| 250 "dbus/shill_profile_client.h", | 250 "dbus/shill_profile_client.h", |
| 251 "dbus/shill_service_client.cc", | 251 "dbus/shill_service_client.cc", |
| 252 "dbus/shill_service_client.h", | 252 "dbus/shill_service_client.h", |
| 253 "dbus/shill_third_party_vpn_driver_client.cc", | 253 "dbus/shill_third_party_vpn_driver_client.cc", |
| 254 "dbus/shill_third_party_vpn_driver_client.h", | 254 "dbus/shill_third_party_vpn_driver_client.h", |
| 255 "dbus/sms_client.cc", | 255 "dbus/sms_client.cc", |
| 256 "dbus/sms_client.h", | 256 "dbus/sms_client.h", |
| 257 "dbus/system_clock_client.cc", | 257 "dbus/system_clock_client.cc", |
| 258 "dbus/system_clock_client.h", | 258 "dbus/system_clock_client.h", |
| 259 "dbus/test_upstart_client.h", |
| 259 "dbus/update_engine_client.cc", | 260 "dbus/update_engine_client.cc", |
| 260 "dbus/update_engine_client.h", | 261 "dbus/update_engine_client.h", |
| 261 "dbus/upstart_client.cc", | 262 "dbus/upstart_client.cc", |
| 262 "dbus/upstart_client.h", | 263 "dbus/upstart_client.h", |
| 263 "dbus/volume_state.cc", | 264 "dbus/volume_state.cc", |
| 264 "dbus/volume_state.h", | 265 "dbus/volume_state.h", |
| 265 "disks/disk_mount_manager.cc", | 266 "disks/disk_mount_manager.cc", |
| 266 "disks/disk_mount_manager.h", | 267 "disks/disk_mount_manager.h", |
| 267 "disks/suspend_unmount_manager.cc", | 268 "disks/suspend_unmount_manager.cc", |
| 268 "disks/suspend_unmount_manager.h", | 269 "disks/suspend_unmount_manager.h", |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 proto_out_dir = "chromeos/dbus/biod" | 776 proto_out_dir = "chromeos/dbus/biod" |
| 776 } | 777 } |
| 777 | 778 |
| 778 proto_library("media_perception_proto") { | 779 proto_library("media_perception_proto") { |
| 779 sources = [ | 780 sources = [ |
| 780 "dbus/proto/media_perception.proto", | 781 "dbus/proto/media_perception.proto", |
| 781 ] | 782 ] |
| 782 | 783 |
| 783 proto_out_dir = "chromeos/media_perception" | 784 proto_out_dir = "chromeos/media_perception" |
| 784 } | 785 } |
| OLD | NEW |