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

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

Issue 2010463002: Mocker for OSCrypt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated doc Created 4 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
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 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 if (is_mac) { 269 if (is_mac) {
270 sources -= [ "password_store_default_unittest.cc" ] 270 sources -= [ "password_store_default_unittest.cc" ]
271 } 271 }
272 deps = [ 272 deps = [
273 ":test_support", 273 ":test_support",
274 ":unit_tests_bundle_data", 274 ":unit_tests_bundle_data",
275 "//base/test:test_support", 275 "//base/test:test_support",
276 "//components/autofill/core/browser:test_support", 276 "//components/autofill/core/browser:test_support",
277 "//components/autofill/core/browser/proto", 277 "//components/autofill/core/browser/proto",
278 "//components/autofill/core/common", 278 "//components/autofill/core/common",
279 "//components/os_crypt", 279 "//components/os_crypt:test_support",
280 "//components/password_manager/core/browser:proto", 280 "//components/password_manager/core/browser:proto",
281 "//components/password_manager/core/common", 281 "//components/password_manager/core/common",
282 "//components/prefs:test_support", 282 "//components/prefs:test_support",
283 "//components/strings", 283 "//components/strings",
284 "//components/sync_driver:test_support", 284 "//components/sync_driver:test_support",
285 "//components/variations", 285 "//components/variations",
286 "//net:test_support", 286 "//net:test_support",
287 "//sql:test_support", 287 "//sql:test_support",
288 "//sync:test_support_sync_api", 288 "//sync:test_support_sync_api",
289 "//testing/gmock", 289 "//testing/gmock",
290 "//testing/gtest", 290 "//testing/gtest",
291 "//ui/base", 291 "//ui/base",
292 "//url", 292 "//url",
293 ] 293 ]
294 } 294 }
OLDNEW
« no previous file with comments | « components/os_crypt/os_crypt_unittest.cc ('k') | components/password_manager/core/browser/login_database_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698