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

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

Issue 2849533005: Fix and re-enable DeviceSettingsCacheTest. (Closed)
Patch Set: Created 3 years, 7 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/settings/device_settings_cache_unittest.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 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 "power/renderer_freezer_unittest.cc", 1544 "power/renderer_freezer_unittest.cc",
1545 "preferences_unittest.cc", 1545 "preferences_unittest.cc",
1546 "printer_detector/printer_detector_unittest.cc", 1546 "printer_detector/printer_detector_unittest.cc",
1547 "printing/printer_pref_manager_unittest.cc", 1547 "printing/printer_pref_manager_unittest.cc",
1548 "profiles/profile_list_chromeos_unittest.cc", 1548 "profiles/profile_list_chromeos_unittest.cc",
1549 "proxy_config_service_impl_unittest.cc", 1549 "proxy_config_service_impl_unittest.cc",
1550 "resource_reporter/resource_reporter_unittest.cc", 1550 "resource_reporter/resource_reporter_unittest.cc",
1551 "session_length_limiter_unittest.cc", 1551 "session_length_limiter_unittest.cc",
1552 "settings/cros_settings_unittest.cc", 1552 "settings/cros_settings_unittest.cc",
1553 "settings/device_oauth2_token_service_unittest.cc", 1553 "settings/device_oauth2_token_service_unittest.cc",
1554 "settings/device_settings_cache_unittest.cc",
1554 "settings/device_settings_provider_unittest.cc", 1555 "settings/device_settings_provider_unittest.cc",
1555 "settings/device_settings_service_unittest.cc", 1556 "settings/device_settings_service_unittest.cc",
1556 "settings/install_attributes_unittest.cc", 1557 "settings/install_attributes_unittest.cc",
1557 "settings/scoped_cros_settings_test_helper.cc", 1558 "settings/scoped_cros_settings_test_helper.cc",
1558 "settings/scoped_cros_settings_test_helper.h", 1559 "settings/scoped_cros_settings_test_helper.h",
1559 "settings/session_manager_operation_unittest.cc", 1560 "settings/session_manager_operation_unittest.cc",
1560 "settings/shutdown_policy_handler_unittest.cc", 1561 "settings/shutdown_policy_handler_unittest.cc",
1561 "settings/stub_cros_settings_provider_unittest.cc", 1562 "settings/stub_cros_settings_provider_unittest.cc",
1562 "status/data_promo_notification_unittest.cc", 1563 "status/data_promo_notification_unittest.cc",
1563 "system/automatic_reboot_manager_unittest.cc", 1564 "system/automatic_reboot_manager_unittest.cc",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 "policy/proto/chrome_device_policy.proto", 1654 "policy/proto/chrome_device_policy.proto",
1654 "policy/proto/install_attributes.proto", 1655 "policy/proto/install_attributes.proto",
1655 ] 1656 ]
1656 } 1657 }
1657 1658
1658 proto_library("attestation_proto") { 1659 proto_library("attestation_proto") {
1659 sources = [ 1660 sources = [
1660 "attestation/attestation_key_payload.proto", 1661 "attestation/attestation_key_payload.proto",
1661 ] 1662 ]
1662 } 1663 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_settings_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698