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

Side by Side Diff: chromeos/BUILD.gn

Issue 2818593003: [CrOS Tether] Add tether network properties (battery percentage, carrier, and signal strength) to t… (Closed)
Patch Set: Ran git cl format. 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
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "network/proxy/proxy_config_service_impl.cc", 408 "network/proxy/proxy_config_service_impl.cc",
409 "network/proxy/proxy_config_service_impl.h", 409 "network/proxy/proxy_config_service_impl.h",
410 "network/proxy/ui_proxy_config.cc", 410 "network/proxy/ui_proxy_config.cc",
411 "network/proxy/ui_proxy_config.h", 411 "network/proxy/ui_proxy_config.h",
412 "network/proxy/ui_proxy_config_service.cc", 412 "network/proxy/ui_proxy_config_service.cc",
413 "network/proxy/ui_proxy_config_service.h", 413 "network/proxy/ui_proxy_config_service.h",
414 "network/shill_property_handler.cc", 414 "network/shill_property_handler.cc",
415 "network/shill_property_handler.h", 415 "network/shill_property_handler.h",
416 "network/shill_property_util.cc", 416 "network/shill_property_util.cc",
417 "network/shill_property_util.h", 417 "network/shill_property_util.h",
418 "network/tether_constants.cc",
419 "network/tether_constants.h",
418 "printing/ppd_cache.cc", 420 "printing/ppd_cache.cc",
419 "printing/ppd_cache.h", 421 "printing/ppd_cache.h",
420 "printing/ppd_provider.cc", 422 "printing/ppd_provider.cc",
421 "printing/ppd_provider.h", 423 "printing/ppd_provider.h",
422 "printing/printer_configuration.cc", 424 "printing/printer_configuration.cc",
423 "printing/printer_configuration.h", 425 "printing/printer_configuration.h",
424 "printing/printer_translator.cc", 426 "printing/printer_translator.cc",
425 "printing/printer_translator.h", 427 "printing/printer_translator.h",
426 "process_proxy/process_output_watcher.cc", 428 "process_proxy/process_output_watcher.cc",
427 "process_proxy/process_output_watcher.h", 429 "process_proxy/process_output_watcher.h",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 proto_out_dir = "chromeos/cryptohome" 742 proto_out_dir = "chromeos/cryptohome"
741 } 743 }
742 744
743 proto_library("authpolicy_proto") { 745 proto_library("authpolicy_proto") {
744 sources = [ 746 sources = [
745 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto", 747 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto",
746 ] 748 ]
747 749
748 proto_out_dir = "chromeos/dbus/authpolicy" 750 proto_out_dir = "chromeos/dbus/authpolicy"
749 } 751 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698