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

Side by Side Diff: services/preferences/tracked/BUILD.gn

Issue 2926453002: Fix a race condition in ~RegistryHashStoreContentsWin (Closed)
Patch Set: Add temp_scoped_dir_cleaner to a build file Created 3 years, 6 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 | services/preferences/tracked/registry_hash_store_contents_win.h » ('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 source_set("tracked") { 5 source_set("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",
11 "dictionary_hash_store_contents.cc", 11 "dictionary_hash_store_contents.cc",
12 "dictionary_hash_store_contents.h", 12 "dictionary_hash_store_contents.h",
13 "hash_store_contents.h", 13 "hash_store_contents.h",
14 "interceptable_pref_filter.cc", 14 "interceptable_pref_filter.cc",
15 "interceptable_pref_filter.h", 15 "interceptable_pref_filter.h",
16 "pref_hash_calculator.cc", 16 "pref_hash_calculator.cc",
17 "pref_hash_calculator.h", 17 "pref_hash_calculator.h",
18 "pref_hash_filter.cc", 18 "pref_hash_filter.cc",
19 "pref_hash_filter.h", 19 "pref_hash_filter.h",
20 "pref_hash_store.h", 20 "pref_hash_store.h",
21 "pref_hash_store_impl.cc", 21 "pref_hash_store_impl.cc",
22 "pref_hash_store_impl.h", 22 "pref_hash_store_impl.h",
23 "pref_hash_store_transaction.h", 23 "pref_hash_store_transaction.h",
24 "registry_hash_store_contents_win.cc", 24 "registry_hash_store_contents_win.cc",
25 "registry_hash_store_contents_win.h", 25 "registry_hash_store_contents_win.h",
26 "segregated_pref_store.cc", 26 "segregated_pref_store.cc",
27 "segregated_pref_store.h", 27 "segregated_pref_store.h",
28 "temp_scoped_dir_cleaner.h",
28 "tracked_atomic_preference.cc", 29 "tracked_atomic_preference.cc",
29 "tracked_atomic_preference.h", 30 "tracked_atomic_preference.h",
30 "tracked_persistent_pref_store_factory.cc", 31 "tracked_persistent_pref_store_factory.cc",
31 "tracked_persistent_pref_store_factory.h", 32 "tracked_persistent_pref_store_factory.h",
32 "tracked_preference.h", 33 "tracked_preference.h",
33 "tracked_preference_helper.cc", 34 "tracked_preference_helper.cc",
34 "tracked_preference_helper.h", 35 "tracked_preference_helper.h",
35 "tracked_preferences_migration.cc", 36 "tracked_preferences_migration.cc",
36 "tracked_preferences_migration.h", 37 "tracked_preferences_migration.h",
37 "tracked_split_preference.cc", 38 "tracked_split_preference.cc",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 78
78 deps = [ 79 deps = [
79 ":tracked", 80 ":tracked",
80 "//base", 81 "//base",
81 "//base/test:test_support", 82 "//base/test:test_support",
82 "//components/prefs:test_support", 83 "//components/prefs:test_support",
83 "//services/preferences/public/cpp/tracked:test_support", 84 "//services/preferences/public/cpp/tracked:test_support",
84 "//testing/gtest", 85 "//testing/gtest",
85 ] 86 ]
86 } 87 }
OLDNEW
« no previous file with comments | « no previous file | services/preferences/tracked/registry_hash_store_contents_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698