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

Side by Side Diff: components/browser_sync/browser/BUILD.gn

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dom_distiller Created 5 years 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 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "profile_sync_components_factory_impl.cc", 9 "profile_sync_components_factory_impl.cc",
10 "profile_sync_components_factory_impl.h", 10 "profile_sync_components_factory_impl.h",
11 "profile_sync_service.cc", 11 "profile_sync_service.cc",
12 "profile_sync_service.h", 12 "profile_sync_service.h",
13 "signin_confirmation_helper.cc", 13 "signin_confirmation_helper.cc",
14 "signin_confirmation_helper.h", 14 "signin_confirmation_helper.h",
15 ] 15 ]
16 16
17 deps = [ 17 deps = [
18 "//base", 18 "//base",
19 "//base:prefs", 19 "//base:prefs",
20 "//components/autofill/core/browser", 20 "//components/autofill/core/browser",
21 "//components/autofill/core/common",
22 "//components/browser_sync/common",
21 "//components/dom_distiller/core", 23 "//components/dom_distiller/core",
22 "//components/history/core/browser", 24 "//components/history/core/browser",
23 "//components/invalidation/impl", 25 "//components/invalidation/impl",
24 "//components/invalidation/public", 26 "//components/invalidation/public",
25 "//components/keyed_service/core", 27 "//components/keyed_service/core",
26 "//components/password_manager/sync/browser", 28 "//components/password_manager/sync/browser",
27 "//components/pref_registry", 29 "//components/pref_registry",
28 "//components/signin/core/browser", 30 "//components/signin/core/browser",
29 "//components/strings", 31 "//components/strings",
30 "//components/sync_bookmarks", 32 "//components/sync_bookmarks",
31 "//components/sync_driver", 33 "//components/sync_driver",
32 "//components/sync_sessions", 34 "//components/sync_sessions",
33 "//components/syncable_prefs", 35 "//components/syncable_prefs",
34 "//components/variations", 36 "//components/variations",
35 "//components/version_info", 37 "//components/version_info",
36 "//components/version_info:generate_version_info", 38 "//components/version_info:generate_version_info",
37 "//google_apis", 39 "//google_apis",
38 "//net", 40 "//net",
39 "//sync", 41 "//sync",
40 "//ui/base", 42 "//ui/base",
41 ] 43 ]
42 } 44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698