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

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

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: rebase Created 4 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
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/about_flags.mm » ('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 "+breakpad/src/client/ios", 2 "+breakpad/src/client/ios",
3 "+breakpad/src/common", 3 "+breakpad/src/common",
4 "+components/about_handler", 4 "+components/about_handler",
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/bookmarks", 8 "+components/bookmarks",
9 "+components/browser_sync", 9 "+components/browser_sync",
10 "+components/browsing_data/core", 10 "+components/browsing_data/core",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "+components/password_manager/core/browser", 45 "+components/password_manager/core/browser",
46 "+components/password_manager/core/common", 46 "+components/password_manager/core/common",
47 "+components/password_manager/sync/browser", 47 "+components/password_manager/sync/browser",
48 "+components/physical_web/data_source", 48 "+components/physical_web/data_source",
49 "+components/physical_web/webui", 49 "+components/physical_web/webui",
50 "+components/pref_registry", 50 "+components/pref_registry",
51 "+components/prefs", 51 "+components/prefs",
52 "+components/profile_metrics", 52 "+components/profile_metrics",
53 "+components/proxy_config", 53 "+components/proxy_config",
54 "+components/rappor", 54 "+components/rappor",
55 "+components/reading_list",
55 "+components/rlz", 56 "+components/rlz",
56 "+components/search", 57 "+components/search",
57 "+components/search_engines", 58 "+components/search_engines",
58 "+components/search_provider_logos", 59 "+components/search_provider_logos",
59 "+components/security_interstitials", 60 "+components/security_interstitials",
60 "+components/security_state", 61 "+components/security_state",
61 "+components/sessions", 62 "+components/sessions",
62 "+components/signin/core/browser", 63 "+components/signin/core/browser",
63 "+components/signin/core/common", 64 "+components/signin/core/common",
64 "+components/signin/ios/browser", 65 "+components/signin/ios/browser",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 # Only parts of skia are compiled on iOS, so we explicitly list the 106 # Only parts of skia are compiled on iOS, so we explicitly list the
106 # files that can be included to avoid bringing in more code. 107 # files that can be included to avoid bringing in more code.
107 "+skia/ext/skia_utils_ios.h", 108 "+skia/ext/skia_utils_ios.h",
108 "+third_party/skia/include/core/SkBitmap.h", 109 "+third_party/skia/include/core/SkBitmap.h",
109 110
110 # Strings and resources. 111 # Strings and resources.
111 "+components/grit", 112 "+components/grit",
112 "+components/strings/grit", 113 "+components/strings/grit",
113 "+ios/chrome/grit", 114 "+ios/chrome/grit",
114 ] 115 ]
OLDNEW
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698