| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |