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

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

Issue 2120683002: Fix up certificate error reporting histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused ios certificate_reporting dependency Created 4 years, 5 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/ssl/ios_ssl_blocking_page.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",
11 "+components/browsing_data_ui", 11 "+components/browsing_data_ui",
12 "+components/certificate_reporting",
13 "+components/component_updater", 12 "+components/component_updater",
14 "+components/content_settings/core", 13 "+components/content_settings/core",
15 "+components/cookie_config", 14 "+components/cookie_config",
16 "+components/crash/core/browser", 15 "+components/crash/core/browser",
17 "+components/crash/core/common", 16 "+components/crash/core/common",
18 "+components/dom_distiller/core", 17 "+components/dom_distiller/core",
19 "+components/dom_distiller/ios", 18 "+components/dom_distiller/ios",
20 "+components/favicon/core", 19 "+components/favicon/core",
21 "+components/favicon_base", 20 "+components/favicon_base",
22 "+components/flags_ui", 21 "+components/flags_ui",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 # Only parts of skia are compiled on iOS, so we explicitly list the 99 # Only parts of skia are compiled on iOS, so we explicitly list the
101 # files that can be included to avoid bringing in more code. 100 # files that can be included to avoid bringing in more code.
102 "+skia/ext/skia_utils_ios.h", 101 "+skia/ext/skia_utils_ios.h",
103 102
104 # Strings and resources. 103 # Strings and resources.
105 "+components/grit", 104 "+components/grit",
106 "+components/strings/grit", 105 "+components/strings/grit",
107 "+grit/components_strings.h", 106 "+grit/components_strings.h",
108 "+ios/chrome/grit", 107 "+ios/chrome/grit",
109 ] 108 ]
OLDNEW
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/ssl/ios_ssl_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698