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

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

Issue 2849823003: ChromeOS: implement per-user time zone preferences. (Closed)
Patch Set: Update after review. Created 3 years, 5 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/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 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "profiles/profile_list_chromeos_unittest.cc", 1853 "profiles/profile_list_chromeos_unittest.cc",
1854 "proxy_config_service_impl_unittest.cc", 1854 "proxy_config_service_impl_unittest.cc",
1855 "resource_reporter/resource_reporter_unittest.cc", 1855 "resource_reporter/resource_reporter_unittest.cc",
1856 "session_length_limiter_unittest.cc", 1856 "session_length_limiter_unittest.cc",
1857 "settings/cros_settings_unittest.cc", 1857 "settings/cros_settings_unittest.cc",
1858 "settings/device_oauth2_token_service_unittest.cc", 1858 "settings/device_oauth2_token_service_unittest.cc",
1859 "settings/device_settings_cache_unittest.cc", 1859 "settings/device_settings_cache_unittest.cc",
1860 "settings/device_settings_provider_unittest.cc", 1860 "settings/device_settings_provider_unittest.cc",
1861 "settings/device_settings_service_unittest.cc", 1861 "settings/device_settings_service_unittest.cc",
1862 "settings/install_attributes_unittest.cc", 1862 "settings/install_attributes_unittest.cc",
1863 "settings/scoped_cros_settings_test_helper.cc",
1864 "settings/scoped_cros_settings_test_helper.h", 1863 "settings/scoped_cros_settings_test_helper.h",
stevenjb 2017/07/10 19:10:52 Why are we removing the .cc file here and not the
Alexander Alekseev 2017/07/14 03:32:46 Done.
1865 "settings/session_manager_operation_unittest.cc", 1864 "settings/session_manager_operation_unittest.cc",
1866 "settings/shutdown_policy_handler_unittest.cc", 1865 "settings/shutdown_policy_handler_unittest.cc",
1867 "settings/stub_cros_settings_provider_unittest.cc", 1866 "settings/stub_cros_settings_provider_unittest.cc",
1868 "status/data_promo_notification_unittest.cc", 1867 "status/data_promo_notification_unittest.cc",
1869 "system/automatic_reboot_manager_unittest.cc", 1868 "system/automatic_reboot_manager_unittest.cc",
1870 "system/device_disabling_manager_unittest.cc", 1869 "system/device_disabling_manager_unittest.cc",
1871 "system_logs/single_debug_daemon_log_source_unittest.cc", 1870 "system_logs/single_debug_daemon_log_source_unittest.cc",
1872 "system_logs/single_log_source_unittest.cc", 1871 "system_logs/single_log_source_unittest.cc",
1873 "tether/tether_service_unittest.cc", 1872 "tether/tether_service_unittest.cc",
1874 "ui/accessibility_focus_ring_controller_unittest.cc", 1873 "ui/accessibility_focus_ring_controller_unittest.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 "policy/proto/chrome_device_policy.proto", 1974 "policy/proto/chrome_device_policy.proto",
1976 "policy/proto/install_attributes.proto", 1975 "policy/proto/install_attributes.proto",
1977 ] 1976 ]
1978 } 1977 }
1979 1978
1980 proto_library("attestation_proto") { 1979 proto_library("attestation_proto") {
1981 sources = [ 1980 sources = [
1982 "attestation/attestation_key_payload.proto", 1981 "attestation/attestation_key_payload.proto",
1983 ] 1982 ]
1984 } 1983 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698