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

Side by Side Diff: components/user_prefs/tracked/BUILD.gn

Issue 2204943002: Integrate registry_hash_store_contents with the rest of tracked prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit and browser tests. GetType => GetUMASuffix Created 4 years, 4 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 static_library("user_prefs_tracked") { 5 static_library("user_prefs_tracked") {
6 sources = [ 6 sources = [
7 "device_id.h", 7 "device_id.h",
8 "device_id_mac.cc", 8 "device_id_mac.cc",
9 "device_id_stub.cc", 9 "device_id_stub.cc",
10 "device_id_win.cc", 10 "device_id_win.cc",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "registry_hash_store_contents_win_unittest.cc", 79 "registry_hash_store_contents_win_unittest.cc",
80 "segregated_pref_store_unittest.cc", 80 "segregated_pref_store_unittest.cc",
81 "tracked_preferences_migration_unittest.cc", 81 "tracked_preferences_migration_unittest.cc",
82 ] 82 ]
83 83
84 deps = [ 84 deps = [
85 ":user_prefs_tracked", 85 ":user_prefs_tracked",
86 ":user_prefs_tracked_test_support", 86 ":user_prefs_tracked_test_support",
87 "//base:base", 87 "//base:base",
88 "//base/test:test_support", 88 "//base/test:test_support",
89 "//chrome/installer/util:with_no_strings",
89 "//components/prefs:test_support", 90 "//components/prefs:test_support",
90 "//testing/gtest", 91 "//testing/gtest",
91 ] 92 ]
92 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698