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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: Create an IsEnabled method on TetherService. 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 | chrome/browser/chromeos/login/session/user_session_manager.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 "system_logs/debug_daemon_log_source.h", 1347 "system_logs/debug_daemon_log_source.h",
1348 "system_logs/debug_log_writer.cc", 1348 "system_logs/debug_log_writer.cc",
1349 "system_logs/debug_log_writer.h", 1349 "system_logs/debug_log_writer.h",
1350 "system_logs/device_event_log_source.cc", 1350 "system_logs/device_event_log_source.cc",
1351 "system_logs/device_event_log_source.h", 1351 "system_logs/device_event_log_source.h",
1352 "system_logs/lsb_release_log_source.cc", 1352 "system_logs/lsb_release_log_source.cc",
1353 "system_logs/lsb_release_log_source.h", 1353 "system_logs/lsb_release_log_source.h",
1354 "system_logs/touch_log_source.h", 1354 "system_logs/touch_log_source.h",
1355 "system_logs/touch_log_source_ozone.cc", 1355 "system_logs/touch_log_source_ozone.cc",
1356 "system_logs/touch_log_source_x11.cc", 1356 "system_logs/touch_log_source_x11.cc",
1357 "tether/tether_service.cc",
1358 "tether/tether_service.h",
1359 "tether/tether_service_factory.cc",
1360 "tether/tether_service_factory.h",
1357 "ui/accessibility_cursor_ring_layer.cc", 1361 "ui/accessibility_cursor_ring_layer.cc",
1358 "ui/accessibility_cursor_ring_layer.h", 1362 "ui/accessibility_cursor_ring_layer.h",
1359 "ui/accessibility_focus_ring.cc", 1363 "ui/accessibility_focus_ring.cc",
1360 "ui/accessibility_focus_ring.h", 1364 "ui/accessibility_focus_ring.h",
1361 "ui/accessibility_focus_ring_controller.cc", 1365 "ui/accessibility_focus_ring_controller.cc",
1362 "ui/accessibility_focus_ring_controller.h", 1366 "ui/accessibility_focus_ring_controller.h",
1363 "ui/accessibility_focus_ring_layer.cc", 1367 "ui/accessibility_focus_ring_layer.cc",
1364 "ui/accessibility_focus_ring_layer.h", 1368 "ui/accessibility_focus_ring_layer.h",
1365 "ui/choose_mobile_network_dialog.cc", 1369 "ui/choose_mobile_network_dialog.cc",
1366 "ui/choose_mobile_network_dialog.h", 1370 "ui/choose_mobile_network_dialog.h",
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 "policy/proto/chrome_device_policy.proto", 1830 "policy/proto/chrome_device_policy.proto",
1827 "policy/proto/install_attributes.proto", 1831 "policy/proto/install_attributes.proto",
1828 ] 1832 ]
1829 } 1833 }
1830 1834
1831 proto_library("attestation_proto") { 1835 proto_library("attestation_proto") {
1832 sources = [ 1836 sources = [
1833 "attestation/attestation_key_payload.proto", 1837 "attestation/attestation_key_payload.proto",
1834 ] 1838 ]
1835 } 1839 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/session/user_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698