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

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

Issue 1380763003: [iOS] Integration of ChromeNetLog and NetExportUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup whitelist Created 5 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
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('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/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/common", 10 "+components/crash/core/common",
11 "+components/data_reduction_proxy/core/browser", 11 "+components/data_reduction_proxy/core/browser",
12 "+components/data_reduction_proxy/core/common", 12 "+components/data_reduction_proxy/core/common",
13 "+components/dom_distiller/core", 13 "+components/dom_distiller/core",
14 "+components/dom_distiller/ios", 14 "+components/dom_distiller/ios",
15 "+components/domain_reliability", 15 "+components/domain_reliability",
16 "+components/enhanced_bookmarks", 16 "+components/enhanced_bookmarks",
17 "+components/favicon/core", 17 "+components/favicon/core",
18 "+components/favicon_base", 18 "+components/favicon_base",
19 "+components/gcm_driver", 19 "+components/gcm_driver",
20 "+components/google/core/browser", 20 "+components/google/core/browser",
21 "+components/history/core/browser", 21 "+components/history/core/browser",
22 "+components/history/ios/browser", 22 "+components/history/ios/browser",
23 "+components/infobars/core", 23 "+components/infobars/core",
24 "+components/invalidation", 24 "+components/invalidation",
25 "+components/keyed_service/core", 25 "+components/keyed_service/core",
26 "+components/keyed_service/ios", 26 "+components/keyed_service/ios",
27 "+components/leveldb_proto", 27 "+components/leveldb_proto",
28 "+components/metrics", 28 "+components/metrics",
29 "+components/net_log",
29 "+components/network_time", 30 "+components/network_time",
30 "+components/omnibox/browser", 31 "+components/omnibox/browser",
31 "+components/open_from_clipboard", 32 "+components/open_from_clipboard",
32 "+components/password_manager/core/browser", 33 "+components/password_manager/core/browser",
33 "+components/policy/core", 34 "+components/policy/core",
34 "+components/pref_registry", 35 "+components/pref_registry",
35 "+components/proxy_config", 36 "+components/proxy_config",
36 "+components/rappor", 37 "+components/rappor",
37 "+components/rlz", 38 "+components/rlz",
38 "+components/search", 39 "+components/search",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 78
78 # Only parts of skia are compiled on iOS, so we explicitly list the 79 # Only parts of skia are compiled on iOS, so we explicitly list the
79 # files that can be included to avoid bringing in more code. 80 # files that can be included to avoid bringing in more code.
80 "+skia/ext/skia_utils_ios.h", 81 "+skia/ext/skia_utils_ios.h",
81 82
82 # Strings and resources. 83 # Strings and resources.
83 "+grit/components_resources.h", 84 "+grit/components_resources.h",
84 "+grit/components_strings.h", 85 "+grit/components_strings.h",
85 "+ios/chrome/grit", 86 "+ios/chrome/grit",
86 ] 87 ]
OLDNEW
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/application_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698