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

Side by Side Diff: ios/chrome/browser/sync/BUILD.gn

Issue 2451843002: Add Store+Sync to reading list. (Closed)
Patch Set: works! Created 4 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("sync") { 5 source_set("sync") {
6 sources = [ 6 sources = [
7 "ios_chrome_profile_sync_service_factory.cc", 7 "ios_chrome_profile_sync_service_factory.cc",
8 "ios_chrome_profile_sync_service_factory.h", 8 "ios_chrome_profile_sync_service_factory.h",
9 "ios_chrome_sync_client.h", 9 "ios_chrome_sync_client.h",
10 "ios_chrome_sync_client.mm", 10 "ios_chrome_sync_client.mm",
(...skipping 28 matching lines...) Expand all
39 "//google_apis", 39 "//google_apis",
40 "//ios/chrome/browser:browser_no_public_deps", 40 "//ios/chrome/browser:browser_no_public_deps",
41 "//ios/chrome/browser/autofill", 41 "//ios/chrome/browser/autofill",
42 "//ios/chrome/browser/bookmarks", 42 "//ios/chrome/browser/bookmarks",
43 "//ios/chrome/browser/browser_state", 43 "//ios/chrome/browser/browser_state",
44 "//ios/chrome/browser/dom_distiller", 44 "//ios/chrome/browser/dom_distiller",
45 "//ios/chrome/browser/favicon", 45 "//ios/chrome/browser/favicon",
46 "//ios/chrome/browser/history", 46 "//ios/chrome/browser/history",
47 "//ios/chrome/browser/invalidation", 47 "//ios/chrome/browser/invalidation",
48 "//ios/chrome/browser/passwords", 48 "//ios/chrome/browser/passwords",
49 "//ios/chrome/browser/reading_list",
49 "//ios/chrome/browser/search_engines", 50 "//ios/chrome/browser/search_engines",
50 "//ios/chrome/browser/services/gcm", 51 "//ios/chrome/browser/services/gcm",
51 "//ios/chrome/browser/sessions", 52 "//ios/chrome/browser/sessions",
52 "//ios/chrome/browser/signin", 53 "//ios/chrome/browser/signin",
53 "//ios/chrome/browser/sync/glue", 54 "//ios/chrome/browser/sync/glue",
54 "//ios/chrome/browser/sync/sessions", 55 "//ios/chrome/browser/sync/sessions",
55 "//ios/chrome/browser/undo", 56 "//ios/chrome/browser/undo",
56 "//ios/chrome/common", 57 "//ios/chrome/common",
57 "//ios/public/provider/chrome/browser", 58 "//ios/public/provider/chrome/browser",
58 "//ios/web", 59 "//ios/web",
(...skipping 30 matching lines...) Expand all
89 "//components/signin/core/browser", 90 "//components/signin/core/browser",
90 "//components/sync", 91 "//components/sync",
91 "//components/sync:test_support_driver", 92 "//components/sync:test_support_driver",
92 "//ios/chrome/browser/browser_state", 93 "//ios/chrome/browser/browser_state",
93 "//ios/chrome/browser/signin", 94 "//ios/chrome/browser/signin",
94 "//ios/chrome/common", 95 "//ios/chrome/common",
95 "//ios/web", 96 "//ios/web",
96 "//testing/gmock", 97 "//testing/gmock",
97 ] 98 ]
98 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698