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

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

Issue 2173443003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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 | « components/password_manager/core/common/BUILD.gn ('k') | components/precache/content/BUILD.gn » ('j') | 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 static_library("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",
11 "password_model_worker.cc", 11 "password_model_worker.cc",
12 "password_model_worker.h", 12 "password_model_worker.h",
13 "password_sync_util.cc", 13 "password_sync_util.cc",
14 "password_sync_util.h", 14 "password_sync_util.h",
15 "sync_credentials_filter.cc", 15 "sync_credentials_filter.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "//components/signin/core/browser:test_support", 53 "//components/signin/core/browser:test_support",
54 "//components/signin/core/common", 54 "//components/signin/core/common",
55 "//components/sync_driver:test_support", 55 "//components/sync_driver:test_support",
56 "//components/syncable_prefs", 56 "//components/syncable_prefs",
57 "//components/syncable_prefs:test_support", 57 "//components/syncable_prefs:test_support",
58 "//sync:test_support_sync_api", 58 "//sync:test_support_sync_api",
59 "//testing/gmock", 59 "//testing/gmock",
60 "//testing/gtest", 60 "//testing/gtest",
61 ] 61 ]
62 } 62 }
OLDNEW
« no previous file with comments | « components/password_manager/core/common/BUILD.gn ('k') | components/precache/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698