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

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

Issue 2776673002: Add missing passwords files to BUILD.gn (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "password_store_unittest.cc", 303 "password_store_unittest.cc",
304 "password_syncable_service_unittest.cc", 304 "password_syncable_service_unittest.cc",
305 "password_ui_utils_unittest.cc", 305 "password_ui_utils_unittest.cc",
306 "psl_matching_helper_unittest.cc", 306 "psl_matching_helper_unittest.cc",
307 "sql_table_builder_unittest.cc", 307 "sql_table_builder_unittest.cc",
308 "statistics_table_unittest.cc", 308 "statistics_table_unittest.cc",
309 ] 309 ]
310 if (is_mac) { 310 if (is_mac) {
311 sources -= [ "password_store_default_unittest.cc" ] 311 sources -= [ "password_store_default_unittest.cc" ]
312 } 312 }
313 if (is_ios) {
314 sources += [ "login_database_ios_unittest.cc" ]
315 }
313 deps = [ 316 deps = [
314 ":test_support", 317 ":test_support",
315 ":unit_tests_bundle_data", 318 ":unit_tests_bundle_data",
316 "//base/test:test_support", 319 "//base/test:test_support",
317 "//components/autofill/core/browser:test_support", 320 "//components/autofill/core/browser:test_support",
318 "//components/autofill/core/browser/proto", 321 "//components/autofill/core/browser/proto",
319 "//components/autofill/core/common", 322 "//components/autofill/core/common",
320 "//components/os_crypt:test_support", 323 "//components/os_crypt:test_support",
321 "//components/password_manager/core/browser:proto", 324 "//components/password_manager/core/browser:proto",
322 "//components/password_manager/core/common", 325 "//components/password_manager/core/common",
323 "//components/prefs:test_support", 326 "//components/prefs:test_support",
324 "//components/security_state/core", 327 "//components/security_state/core",
325 "//components/strings", 328 "//components/strings",
326 "//components/sync:test_support_driver", 329 "//components/sync:test_support_driver",
327 "//components/sync:test_support_model", 330 "//components/sync:test_support_model",
328 "//components/variations", 331 "//components/variations",
329 "//net:test_support", 332 "//net:test_support",
330 "//sql:test_support", 333 "//sql:test_support",
331 "//testing/gmock", 334 "//testing/gmock",
332 "//testing/gtest", 335 "//testing/gtest",
333 "//ui/base", 336 "//ui/base",
334 "//url", 337 "//url",
335 ] 338 ]
336 } 339 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698