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

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

Issue 1418653004: [iOS] Support for chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment from blundell Created 5 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
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/ui/webui/version_handler.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/autofill/core/browser", 4 "+components/autofill/core/browser",
5 "+components/autofill/core/common", 5 "+components/autofill/core/common",
6 "+components/autofill/ios/browser", 6 "+components/autofill/ios/browser",
7 "+components/bookmarks", 7 "+components/bookmarks",
8 "+components/component_updater", 8 "+components/component_updater",
9 "+components/content_settings/core", 9 "+components/content_settings/core",
10 "+components/crash/core/browser", 10 "+components/crash/core/browser",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "+components/suggestions", 48 "+components/suggestions",
49 "+components/sync_driver", 49 "+components/sync_driver",
50 "+components/syncable_prefs", 50 "+components/syncable_prefs",
51 "+components/translate/core", 51 "+components/translate/core",
52 "+components/translate/ios", 52 "+components/translate/ios",
53 "+components/undo", 53 "+components/undo",
54 "+components/update_client", 54 "+components/update_client",
55 "+components/upload_list", 55 "+components/upload_list",
56 "+components/variations", 56 "+components/variations",
57 "+components/version_info", 57 "+components/version_info",
58 "+components/version_ui",
58 "+components/web_resource", 59 "+components/web_resource",
59 "+components/webdata_services", 60 "+components/webdata_services",
60 "+components/webp_transcode", 61 "+components/webp_transcode",
61 "+google_apis", 62 "+google_apis",
62 "+ios/chrome/common", 63 "+ios/chrome/common",
63 "+ios/net", 64 "+ios/net",
64 "+ios/public/provider/chrome", 65 "+ios/public/provider/chrome",
65 "+ios/public/provider/components", 66 "+ios/public/provider/components",
66 "+ios/public/provider/web", 67 "+ios/public/provider/web",
67 "+ios/web/public", 68 "+ios/web/public",
(...skipping 14 matching lines...) Expand all
82 "+skia/ext/skia_utils_ios.h", 83 "+skia/ext/skia_utils_ios.h",
83 84
84 # Strings and resources. 85 # Strings and resources.
85 "+grit/components_chromium_strings.h", 86 "+grit/components_chromium_strings.h",
86 "+grit/components_google_chrome_strings.h", 87 "+grit/components_google_chrome_strings.h",
87 "+grit/components_resources.h", 88 "+grit/components_resources.h",
88 "+grit/components_scaled_resources.h", 89 "+grit/components_scaled_resources.h",
89 "+grit/components_strings.h", 90 "+grit/components_strings.h",
90 "+ios/chrome/grit", 91 "+ios/chrome/grit",
91 ] 92 ]
OLDNEW
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/ui/webui/version_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698