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

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

Issue 1436183004: Enable compilation of //components/password_manager on iOS with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill-fix
Patch Set: Created 5 years, 1 month 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 | « components/password_manager/core/browser/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 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 source_set("browser") { 5 source_set("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 20 matching lines...) Expand all
31 source_set("unit_tests") { 31 source_set("unit_tests") {
32 testonly = true 32 testonly = true
33 sources = [ 33 sources = [
34 "password_manager_setting_migrator_service_unittest.cc", 34 "password_manager_setting_migrator_service_unittest.cc",
35 "password_sync_util_unittest.cc", 35 "password_sync_util_unittest.cc",
36 "sync_store_result_filter_unittest.cc", 36 "sync_store_result_filter_unittest.cc",
37 "sync_username_test_base.cc", 37 "sync_username_test_base.cc",
38 "sync_username_test_base.h", 38 "sync_username_test_base.h",
39 ] 39 ]
40 deps = [ 40 deps = [
41 ":browser",
42 "//components/pref_registry", 41 "//components/pref_registry",
43 "//components/signin/core/common", 42 "//components/signin/core/common",
43 "//components/sync_driver:test_support",
44 "//components/syncable_prefs", 44 "//components/syncable_prefs",
45 "//components/syncable_prefs:test_support", 45 "//components/syncable_prefs:test_support",
46 "//sync", 46 "//sync",
47 "//testing/gmock", 47 "//testing/gmock",
48 "//testing/gtest", 48 "//testing/gtest",
49 ":browser",
49 ] 50 ]
50 } 51 }
OLDNEW
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698