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

Side by Side Diff: components/browsing_data/core/BUILD.gn

Issue 2798243004: Show password sync status in CBD (Closed)
Patch Set: add sync test Created 3 years, 8 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("core") { 9 static_library("core") {
10 sources = [ 10 sources = [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "browsing_data_utils_unittest.cc", 59 "browsing_data_utils_unittest.cc",
60 "counters/browsing_data_counter_unittest.cc", 60 "counters/browsing_data_counter_unittest.cc",
61 "history_notice_utils_unittest.cc", 61 "history_notice_utils_unittest.cc",
62 ] 62 ]
63 63
64 deps = [ 64 deps = [
65 ":core", 65 ":core",
66 "//base", 66 "//base",
67 "//components/autofill/core/browser:browser", 67 "//components/autofill/core/browser:browser",
68 "//components/history/core/test:test", 68 "//components/history/core/test:test",
69 "//components/password_manager/core/browser:test_support",
69 "//components/signin/core/browser:test_support", 70 "//components/signin/core/browser:test_support",
70 "//components/sync", 71 "//components/sync",
71 "//components/sync:test_support_driver", 72 "//components/sync:test_support_driver",
72 "//components/sync_preferences:test_support", 73 "//components/sync_preferences:test_support",
73 "//components/version_info:version_info", 74 "//components/version_info:version_info",
74 "//net", 75 "//net",
75 "//testing/gtest", 76 "//testing/gtest",
76 ] 77 ]
77 } 78 }
OLDNEW
« no previous file with comments | « chrome/browser/browsing_data/passwords_counter_browsertest.cc ('k') | components/browsing_data/core/browsing_data_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698