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

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

Issue 1107963002: Add MemoryWedge to ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback. Created 5 years, 7 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 | « no previous file | ios/chrome/browser/chrome_switches.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 "+ios/chrome/grit", 2 "+ios/chrome/grit",
3 3
4 "+components/autofill/core/browser", 4 "+components/autofill/core/browser",
5 "+components/autofill/ios/browser", 5 "+components/autofill/ios/browser",
6 "+components/data_reduction_proxy/core/common", 6 "+components/data_reduction_proxy/core/common",
7 "+components/dom_distiller/core", 7 "+components/dom_distiller/core",
8 "+components/dom_distiller/ios", 8 "+components/dom_distiller/ios",
9 "+components/infobars/core", 9 "+components/infobars/core",
10 "+components/keyed_service/core", 10 "+components/keyed_service/core",
11 "+components/keyed_service/ios", 11 "+components/keyed_service/ios",
12 "+components/leveldb_proto", 12 "+components/leveldb_proto",
13 "+components/pref_registry", 13 "+components/pref_registry",
14 "+components/suggestions", 14 "+components/suggestions",
15 "+components/sync_driver", 15 "+components/sync_driver",
16 "+components/translate/core", 16 "+components/translate/core",
17 "+components/translate/ios", 17 "+components/translate/ios",
18 "+components/variations",
18 "+components/web_resource", 19 "+components/web_resource",
19 "+components/webp_transcode", 20 "+components/webp_transcode",
20 "+ios/net", 21 "+ios/net",
21 "+ios/public/provider/chrome", 22 "+ios/public/provider/chrome",
22 "+ios/web/public", 23 "+ios/web/public",
23 "+net", 24 "+net",
24 "+third_party/google_toolbox_for_mac", 25 "+third_party/google_toolbox_for_mac",
25 "+ui", 26 "+ui",
26 27
27 # For tests. 28 # For tests.
28 "+ios/public/test", 29 "+ios/public/test",
29 30
30 # Only parts of skia are compiled on iOS, so we explicitly list the 31 # Only parts of skia are compiled on iOS, so we explicitly list the
31 # files that can be included to avoid bringing in more code. 32 # files that can be included to avoid bringing in more code.
32 "+skia/ext/skia_utils_ios.h", 33 "+skia/ext/skia_utils_ios.h",
33 34
34 # Generated file for translated strings in components. 35 # Generated file for translated strings in components.
35 "+grit/components_strings.h", 36 "+grit/components_strings.h",
36 ] 37 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698