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

Side by Side Diff: components/password_manager/sync/browser/BUILD.gn

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "password_data_type_controller.cc", 7 "password_data_type_controller.cc",
8 "password_data_type_controller.h", 8 "password_data_type_controller.h",
9 "password_manager_setting_migrator_service.cc", 9 "password_manager_setting_migrator_service.cc",
10 "password_manager_setting_migrator_service.h", 10 "password_manager_setting_migrator_service.h",
(...skipping 30 matching lines...) Expand all
41 "sync_username_test_base.cc", 41 "sync_username_test_base.cc",
42 "sync_username_test_base.h", 42 "sync_username_test_base.h",
43 ] 43 ]
44 deps = [ 44 deps = [
45 ":browser", 45 ":browser",
46 "//base", 46 "//base",
47 "//base/test:test_support", 47 "//base/test:test_support",
48 "//components/autofill/core/common", 48 "//components/autofill/core/common",
49 "//components/password_manager/core/browser:test_support", 49 "//components/password_manager/core/browser:test_support",
50 "//components/password_manager/core/common", 50 "//components/password_manager/core/common",
51 "//components/pref_registry:test_support",
52 "//components/prefs", 51 "//components/prefs",
53 "//components/signin/core/browser:test_support", 52 "//components/signin/core/browser:test_support",
54 "//components/signin/core/common", 53 "//components/signin/core/common",
55 "//components/sync:test_support_driver", 54 "//components/sync:test_support_driver",
56 "//components/sync:test_support_model", 55 "//components/sync:test_support_model",
57 "//components/sync_preferences", 56 "//components/sync_preferences",
58 "//components/sync_preferences:test_support", 57 "//components/sync_preferences:test_support",
59 "//testing/gmock", 58 "//testing/gmock",
60 "//testing/gtest", 59 "//testing/gtest",
61 ] 60 ]
62 } 61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698