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

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

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3552 matching lines...) Expand 10 before | Expand all | Expand 10 after
3563 "task_manager/sampling/task_group_sampler.cc", 3563 "task_manager/sampling/task_group_sampler.cc",
3564 "task_manager/sampling/task_group_sampler.h", 3564 "task_manager/sampling/task_group_sampler.h",
3565 "task_manager/sampling/task_manager_impl.cc", 3565 "task_manager/sampling/task_manager_impl.cc",
3566 "task_manager/sampling/task_manager_impl.h", 3566 "task_manager/sampling/task_manager_impl.h",
3567 "task_manager/sampling/task_manager_io_thread_helper.cc", 3567 "task_manager/sampling/task_manager_io_thread_helper.cc",
3568 "task_manager/sampling/task_manager_io_thread_helper.h", 3568 "task_manager/sampling/task_manager_io_thread_helper.h",
3569 "task_manager/task_manager_interface.cc", 3569 "task_manager/task_manager_interface.cc",
3570 "task_manager/task_manager_interface.h", 3570 "task_manager/task_manager_interface.h",
3571 "task_manager/task_manager_observer.cc", 3571 "task_manager/task_manager_observer.cc",
3572 "task_manager/task_manager_observer.h", 3572 "task_manager/task_manager_observer.h",
3573 "tether/tether_service.cc",
3574 "tether/tether_service.h",
3575 "tether/tether_service_factory.cc",
3576 "tether/tether_service_factory.h",
3573 "themes/browser_theme_pack.cc", 3577 "themes/browser_theme_pack.cc",
3574 "themes/browser_theme_pack.h", 3578 "themes/browser_theme_pack.h",
3575 "themes/custom_theme_supplier.cc", 3579 "themes/custom_theme_supplier.cc",
3576 "themes/custom_theme_supplier.h", 3580 "themes/custom_theme_supplier.h",
3577 "themes/theme_properties.cc", 3581 "themes/theme_properties.cc",
3578 "themes/theme_service.cc", 3582 "themes/theme_service.cc",
3579 "themes/theme_service.h", 3583 "themes/theme_service.h",
3580 "themes/theme_service_factory.cc", 3584 "themes/theme_service_factory.cc",
3581 "themes/theme_service_factory.h", 3585 "themes/theme_service_factory.h",
3582 "themes/theme_service_mac.mm", 3586 "themes/theme_service_mac.mm",
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
4685 "media/pepper_cdm_test_constants.cc", 4689 "media/pepper_cdm_test_constants.cc",
4686 "media/pepper_cdm_test_constants.h", 4690 "media/pepper_cdm_test_constants.h",
4687 ] 4691 ]
4688 } 4692 }
4689 } 4693 }
4690 4694
4691 service_manifest("preferences_forwarder_manifest") { 4695 service_manifest("preferences_forwarder_manifest") {
4692 name = "preferences_forwarder" 4696 name = "preferences_forwarder"
4693 source = "prefs/forwarder_manifest.json" 4697 source = "prefs/forwarder_manifest.json"
4694 } 4698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698