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 import("//third_party/protobuf/proto_library.gni") | 5 import("//third_party/protobuf/proto_library.gni") |
6 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "test_affiliation_fetcher_factory.h", | 115 "test_affiliation_fetcher_factory.h", |
116 "webdata/logins_table.cc", | 116 "webdata/logins_table.cc", |
117 "webdata/logins_table.h", | 117 "webdata/logins_table.h", |
118 "webdata/logins_table_win.cc", | 118 "webdata/logins_table_win.cc", |
119 "webdata/password_web_data_service_win.cc", | 119 "webdata/password_web_data_service_win.cc", |
120 "webdata/password_web_data_service_win.h", | 120 "webdata/password_web_data_service_win.h", |
121 ] | 121 ] |
122 | 122 |
123 public_deps = [ | 123 public_deps = [ |
124 "//base", | 124 "//base", |
125 "//sync", | 125 "//components/sync", |
126 ] | 126 ] |
127 deps = [ | 127 deps = [ |
128 ":proto", | 128 ":proto", |
129 "//base", | 129 "//base", |
130 "//base:i18n", | 130 "//base:i18n", |
131 "//components/autofill/core/browser", | 131 "//components/autofill/core/browser", |
132 "//components/autofill/core/browser/proto", | 132 "//components/autofill/core/browser/proto", |
133 "//components/autofill/core/common", | 133 "//components/autofill/core/common", |
134 "//components/keyed_service/core", | 134 "//components/keyed_service/core", |
135 "//components/os_crypt", | 135 "//components/os_crypt", |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 ":unit_tests_bundle_data", | 283 ":unit_tests_bundle_data", |
284 "//base/test:test_support", | 284 "//base/test:test_support", |
285 "//components/autofill/core/browser:test_support", | 285 "//components/autofill/core/browser:test_support", |
286 "//components/autofill/core/browser/proto", | 286 "//components/autofill/core/browser/proto", |
287 "//components/autofill/core/common", | 287 "//components/autofill/core/common", |
288 "//components/os_crypt:test_support", | 288 "//components/os_crypt:test_support", |
289 "//components/password_manager/core/browser:proto", | 289 "//components/password_manager/core/browser:proto", |
290 "//components/password_manager/core/common", | 290 "//components/password_manager/core/common", |
291 "//components/prefs:test_support", | 291 "//components/prefs:test_support", |
292 "//components/strings", | 292 "//components/strings", |
| 293 "//components/sync:test_support_sync_api", |
293 "//components/sync_driver:test_support", | 294 "//components/sync_driver:test_support", |
294 "//components/variations", | 295 "//components/variations", |
295 "//net:test_support", | 296 "//net:test_support", |
296 "//sql:test_support", | 297 "//sql:test_support", |
297 "//sync:test_support_sync_api", | |
298 "//testing/gmock", | 298 "//testing/gmock", |
299 "//testing/gtest", | 299 "//testing/gtest", |
300 "//ui/base", | 300 "//ui/base", |
301 "//url", | 301 "//url", |
302 ] | 302 ] |
303 } | 303 } |
OLD | NEW |