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

Side by Side Diff: ios/chrome/browser/DEPS

Issue 1159743005: Provide iOS implementation of BookmarkServerClusterService factory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bookmark_service_cluster
Patch Set: Created 5 years, 6 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 | « no previous file | ios/chrome/browser/enhanced_bookmarks/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ios/chrome/grit", 2 "+ios/chrome/grit",
3 3
4 "+breakpad/src/client/ios", 4 "+breakpad/src/client/ios",
5 "+components/autofill/core/browser", 5 "+components/autofill/core/browser",
6 "+components/autofill/core/common", 6 "+components/autofill/core/common",
7 "+components/autofill/ios/browser", 7 "+components/autofill/ios/browser",
8 "+components/data_reduction_proxy/core/common", 8 "+components/data_reduction_proxy/core/common",
9 "+components/dom_distiller/core", 9 "+components/dom_distiller/core",
10 "+components/dom_distiller/ios", 10 "+components/dom_distiller/ios",
11 "+components/enhanced_bookmarks",
11 "+components/infobars/core", 12 "+components/infobars/core",
12 "+components/keyed_service/core", 13 "+components/keyed_service/core",
13 "+components/keyed_service/ios", 14 "+components/keyed_service/ios",
14 "+components/leveldb_proto", 15 "+components/leveldb_proto",
15 "+components/password_manager/core/browser", 16 "+components/password_manager/core/browser",
16 "+components/pref_registry", 17 "+components/pref_registry",
17 "+components/search_engines", 18 "+components/search_engines",
18 "+components/suggestions", 19 "+components/suggestions",
20 "+components/signin/core/browser",
19 "+components/sync_driver", 21 "+components/sync_driver",
20 "+components/translate/core", 22 "+components/translate/core",
21 "+components/translate/ios", 23 "+components/translate/ios",
22 "+components/variations", 24 "+components/variations",
23 "+components/web_resource", 25 "+components/web_resource",
24 "+components/webp_transcode", 26 "+components/webp_transcode",
25 "+google_apis", 27 "+google_apis",
26 "+ios/net", 28 "+ios/net",
27 "+ios/public/provider/chrome", 29 "+ios/public/provider/chrome",
28 "+ios/web/public", 30 "+ios/web/public",
29 "+net", 31 "+net",
30 "+sync", 32 "+sync",
31 "+third_party/google_toolbox_for_mac", 33 "+third_party/google_toolbox_for_mac",
32 "+ui", 34 "+ui",
33 35
34 # For tests. 36 # For tests.
35 "+ios/public/test", 37 "+ios/public/test",
36 38
37 # Only parts of skia are compiled on iOS, so we explicitly list the 39 # Only parts of skia are compiled on iOS, so we explicitly list the
38 # files that can be included to avoid bringing in more code. 40 # files that can be included to avoid bringing in more code.
39 "+skia/ext/skia_utils_ios.h", 41 "+skia/ext/skia_utils_ios.h",
40 42
41 # Generated file for translated strings in components. 43 # Generated file for translated strings in components.
42 "+grit/components_strings.h", 44 "+grit/components_strings.h",
43 ] 45 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/enhanced_bookmarks/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698