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

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

Issue 2434143003: [ios] Adds GoogleLogoService to help with fetching doodles. (Closed)
Patch Set: Created 4 years, 2 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "+components/physical_web/data_source", 46 "+components/physical_web/data_source",
47 "+components/physical_web/webui", 47 "+components/physical_web/webui",
48 "+components/pref_registry", 48 "+components/pref_registry",
49 "+components/prefs", 49 "+components/prefs",
50 "+components/profile_metrics", 50 "+components/profile_metrics",
51 "+components/proxy_config", 51 "+components/proxy_config",
52 "+components/rappor", 52 "+components/rappor",
53 "+components/rlz", 53 "+components/rlz",
54 "+components/search", 54 "+components/search",
55 "+components/search_engines", 55 "+components/search_engines",
56 "+components/search_provider_logos",
56 "+components/security_interstitials", 57 "+components/security_interstitials",
57 "+components/security_state", 58 "+components/security_state",
58 "+components/sessions", 59 "+components/sessions",
59 "+components/signin/core/browser", 60 "+components/signin/core/browser",
60 "+components/signin/core/common", 61 "+components/signin/core/common",
61 "+components/signin/ios/browser", 62 "+components/signin/ios/browser",
62 "+components/ssl_config", 63 "+components/ssl_config",
63 "+components/suggestions", 64 "+components/suggestions",
64 "+components/sync", 65 "+components/sync",
65 "+components/sync_sessions", 66 "+components/sync_sessions",
(...skipping 28 matching lines...) Expand all
94 "-components/sessions/content", 95 "-components/sessions/content",
95 96
96 # For tests. 97 # For tests.
97 "+ios/chrome/test", 98 "+ios/chrome/test",
98 "+ios/public/test", 99 "+ios/public/test",
99 "+ios/testing", 100 "+ios/testing",
100 101
101 # Only parts of skia are compiled on iOS, so we explicitly list the 102 # Only parts of skia are compiled on iOS, so we explicitly list the
102 # files that can be included to avoid bringing in more code. 103 # files that can be included to avoid bringing in more code.
103 "+skia/ext/skia_utils_ios.h", 104 "+skia/ext/skia_utils_ios.h",
105 "+third_party/skia/include/core/SkBitmap.h",
104 106
105 # Strings and resources. 107 # Strings and resources.
106 "+components/grit", 108 "+components/grit",
107 "+components/strings/grit", 109 "+components/strings/grit",
108 "+grit/components_strings.h", 110 "+grit/components_strings.h",
109 "+ios/chrome/grit", 111 "+ios/chrome/grit",
110 ] 112 ]
OLDNEW
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698