| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "login/auth/test_attempt_state.cc", | 301 "login/auth/test_attempt_state.cc", |
| 302 "login/auth/test_attempt_state.h", | 302 "login/auth/test_attempt_state.h", |
| 303 "login/auth/user_context.cc", | 303 "login/auth/user_context.cc", |
| 304 "login/auth/user_context.h", | 304 "login/auth/user_context.h", |
| 305 "login/login_state.cc", | 305 "login/login_state.cc", |
| 306 "login/login_state.h", | 306 "login/login_state.h", |
| 307 "login_event_recorder.cc", | 307 "login_event_recorder.cc", |
| 308 "login_event_recorder.h", | 308 "login_event_recorder.h", |
| 309 "network/auto_connect_handler.cc", | 309 "network/auto_connect_handler.cc", |
| 310 "network/auto_connect_handler.h", | 310 "network/auto_connect_handler.h", |
| 311 "network/certificate_helper.cc", |
| 312 "network/certificate_helper.h", |
| 311 "network/certificate_pattern.cc", | 313 "network/certificate_pattern.cc", |
| 312 "network/certificate_pattern.h", | 314 "network/certificate_pattern.h", |
| 313 "network/client_cert_resolver.cc", | 315 "network/client_cert_resolver.cc", |
| 314 "network/client_cert_resolver.h", | 316 "network/client_cert_resolver.h", |
| 315 "network/client_cert_util.cc", | 317 "network/client_cert_util.cc", |
| 316 "network/client_cert_util.h", | 318 "network/client_cert_util.h", |
| 317 "network/device_state.cc", | 319 "network/device_state.cc", |
| 318 "network/device_state.h", | 320 "network/device_state.h", |
| 319 "network/dhcp_proxy_script_fetcher_chromeos.cc", | 321 "network/dhcp_proxy_script_fetcher_chromeos.cc", |
| 320 "network/dhcp_proxy_script_fetcher_chromeos.h", | 322 "network/dhcp_proxy_script_fetcher_chromeos.h", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 "dbus/shill_manager_client_unittest.cc", | 656 "dbus/shill_manager_client_unittest.cc", |
| 655 "dbus/shill_profile_client_unittest.cc", | 657 "dbus/shill_profile_client_unittest.cc", |
| 656 "dbus/shill_service_client_unittest.cc", | 658 "dbus/shill_service_client_unittest.cc", |
| 657 "dbus/shill_third_party_vpn_driver_client_unittest.cc", | 659 "dbus/shill_third_party_vpn_driver_client_unittest.cc", |
| 658 "disks/disk_mount_manager_unittest.cc", | 660 "disks/disk_mount_manager_unittest.cc", |
| 659 "disks/suspend_unmount_manager_unittest.cc", | 661 "disks/suspend_unmount_manager_unittest.cc", |
| 660 "geolocation/simple_geolocation_unittest.cc", | 662 "geolocation/simple_geolocation_unittest.cc", |
| 661 "login/auth/key_unittest.cc", | 663 "login/auth/key_unittest.cc", |
| 662 "login/login_state_unittest.cc", | 664 "login/login_state_unittest.cc", |
| 663 "network/auto_connect_handler_unittest.cc", | 665 "network/auto_connect_handler_unittest.cc", |
| 666 "network/certificate_helper_unittest.cc", |
| 664 "network/client_cert_resolver_unittest.cc", | 667 "network/client_cert_resolver_unittest.cc", |
| 665 "network/firewall_hole_unittest.cc", | 668 "network/firewall_hole_unittest.cc", |
| 666 "network/geolocation_handler_unittest.cc", | 669 "network/geolocation_handler_unittest.cc", |
| 667 "network/host_resolver_impl_chromeos_unittest.cc", | 670 "network/host_resolver_impl_chromeos_unittest.cc", |
| 668 "network/managed_network_configuration_handler_unittest.cc", | 671 "network/managed_network_configuration_handler_unittest.cc", |
| 669 "network/network_cert_migrator_unittest.cc", | 672 "network/network_cert_migrator_unittest.cc", |
| 670 "network/network_change_notifier_chromeos_unittest.cc", | 673 "network/network_change_notifier_chromeos_unittest.cc", |
| 671 "network/network_configuration_handler_unittest.cc", | 674 "network/network_configuration_handler_unittest.cc", |
| 672 "network/network_connect_unittest.cc", | 675 "network/network_connect_unittest.cc", |
| 673 "network/network_connection_handler_impl_unittest.cc", | 676 "network/network_connection_handler_impl_unittest.cc", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 proto_out_dir = "chromeos/dbus/biod" | 778 proto_out_dir = "chromeos/dbus/biod" |
| 776 } | 779 } |
| 777 | 780 |
| 778 proto_library("media_perception_proto") { | 781 proto_library("media_perception_proto") { |
| 779 sources = [ | 782 sources = [ |
| 780 "dbus/proto/media_perception.proto", | 783 "dbus/proto/media_perception.proto", |
| 781 ] | 784 ] |
| 782 | 785 |
| 783 proto_out_dir = "chromeos/media_perception" | 786 proto_out_dir = "chromeos/media_perception" |
| 784 } | 787 } |
| OLD | NEW |