| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "network/certificate_pattern.cc", | 314 "network/certificate_pattern.cc", |
| 315 "network/certificate_pattern.h", | 315 "network/certificate_pattern.h", |
| 316 "network/client_cert_resolver.cc", | 316 "network/client_cert_resolver.cc", |
| 317 "network/client_cert_resolver.h", | 317 "network/client_cert_resolver.h", |
| 318 "network/client_cert_util.cc", | 318 "network/client_cert_util.cc", |
| 319 "network/client_cert_util.h", | 319 "network/client_cert_util.h", |
| 320 "network/device_state.cc", | 320 "network/device_state.cc", |
| 321 "network/device_state.h", | 321 "network/device_state.h", |
| 322 "network/dhcp_proxy_script_fetcher_chromeos.cc", | 322 "network/dhcp_proxy_script_fetcher_chromeos.cc", |
| 323 "network/dhcp_proxy_script_fetcher_chromeos.h", | 323 "network/dhcp_proxy_script_fetcher_chromeos.h", |
| 324 "network/dhcp_proxy_script_fetcher_factory_chromeos.cc", |
| 325 "network/dhcp_proxy_script_fetcher_factory_chromeos.h", |
| 324 "network/firewall_hole.cc", | 326 "network/firewall_hole.cc", |
| 325 "network/firewall_hole.h", | 327 "network/firewall_hole.h", |
| 326 "network/geolocation_handler.cc", | 328 "network/geolocation_handler.cc", |
| 327 "network/geolocation_handler.h", | 329 "network/geolocation_handler.h", |
| 328 "network/host_resolver_impl_chromeos.cc", | 330 "network/host_resolver_impl_chromeos.cc", |
| 329 "network/host_resolver_impl_chromeos.h", | 331 "network/host_resolver_impl_chromeos.h", |
| 330 "network/managed_network_configuration_handler.cc", | 332 "network/managed_network_configuration_handler.cc", |
| 331 "network/managed_network_configuration_handler.h", | 333 "network/managed_network_configuration_handler.h", |
| 332 "network/managed_network_configuration_handler_impl.cc", | 334 "network/managed_network_configuration_handler_impl.cc", |
| 333 "network/managed_network_configuration_handler_impl.h", | 335 "network/managed_network_configuration_handler_impl.h", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 proto_out_dir = "chromeos/dbus/biod" | 793 proto_out_dir = "chromeos/dbus/biod" |
| 792 } | 794 } |
| 793 | 795 |
| 794 proto_library("media_perception_proto") { | 796 proto_library("media_perception_proto") { |
| 795 sources = [ | 797 sources = [ |
| 796 "dbus/proto/media_perception.proto", | 798 "dbus/proto/media_perception.proto", |
| 797 ] | 799 ] |
| 798 | 800 |
| 799 proto_out_dir = "chromeos/media_perception" | 801 proto_out_dir = "chromeos/media_perception" |
| 800 } | 802 } |
| OLD | NEW |