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

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

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 4 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 | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/application_context.h » ('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/browser", 9 "+components/browser_sync/browser",
10 "+components/browser_sync/common", 10 "+components/browser_sync/common",
(...skipping 26 matching lines...) Expand all
37 "+components/navigation_metrics", 37 "+components/navigation_metrics",
38 "+components/net_log", 38 "+components/net_log",
39 "+components/network_session_configurator", 39 "+components/network_session_configurator",
40 "+components/network_time", 40 "+components/network_time",
41 "+components/ntp_snippets", 41 "+components/ntp_snippets",
42 "+components/omnibox/browser", 42 "+components/omnibox/browser",
43 "+components/open_from_clipboard", 43 "+components/open_from_clipboard",
44 "+components/password_manager/core/browser", 44 "+components/password_manager/core/browser",
45 "+components/password_manager/core/common", 45 "+components/password_manager/core/common",
46 "+components/password_manager/sync/browser", 46 "+components/password_manager/sync/browser",
47 "+components/physical_web/data_source",
47 "+components/pref_registry", 48 "+components/pref_registry",
48 "+components/prefs", 49 "+components/prefs",
49 "+components/profile_metrics", 50 "+components/profile_metrics",
50 "+components/proxy_config", 51 "+components/proxy_config",
51 "+components/rappor", 52 "+components/rappor",
52 "+components/rlz", 53 "+components/rlz",
53 "+components/search", 54 "+components/search",
54 "+components/search_engines", 55 "+components/search_engines",
55 "+components/security_interstitials", 56 "+components/security_interstitials",
56 "+components/security_state", 57 "+components/security_state",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
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",
104 105
105 # Strings and resources. 106 # Strings and resources.
106 "+components/grit", 107 "+components/grit",
107 "+components/strings/grit", 108 "+components/strings/grit",
108 "+grit/components_strings.h", 109 "+grit/components_strings.h",
109 "+ios/chrome/grit", 110 "+ios/chrome/grit",
110 ] 111 ]
OLDNEW
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/application_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698