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

Side by Side Diff: ios/chrome/DEPS

Issue 972683002: Upstream dom_distiller iOS factories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_state
Patch Set: Created 5 years, 9 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/dom_distiller/OWNER » ('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 # The subdirectories in ios/chrome/ will manually allow their own include 2 # The subdirectories in ios/chrome/ will manually allow their own include
3 # directories in ios/chrome/ so we disallow all of them. 3 # directories in ios/chrome/ so we disallow all of them.
4 "-ios/chrome", 4 "-ios/chrome",
5 "+ios/chrome/grit", 5 "+ios/chrome/grit",
6 6
7 "+components/dom_distiller/core",
8 "+components/dom_distiller/ios",
7 "+components/infobars/core", 9 "+components/infobars/core",
8 "+components/keyed_service/core", 10 "+components/keyed_service/core",
9 "+components/keyed_service/ios", 11 "+components/keyed_service/ios",
10 "+components/leveldb_proto", 12 "+components/leveldb_proto",
11 "+components/suggestions", 13 "+components/suggestions",
12 "+components/translate/core", 14 "+components/translate/core",
13 "+components/translate/ios", 15 "+components/translate/ios",
14 "+components/web_resource", 16 "+components/web_resource",
15 "+components/webp_transcode", 17 "+components/webp_transcode",
16 "+ios/public/provider/chrome", 18 "+ios/public/provider/chrome",
17 "+ios/web/public", 19 "+ios/web/public",
18 "+net", 20 "+net",
19 "+ui", 21 "+ui",
20 22
21 # For tests. 23 # For tests.
22 "+ios/public/test", 24 "+ios/public/test",
23 25
24 # Only parts of skia are compiled on iOS, so we explicitly list the 26 # Only parts of skia are compiled on iOS, so we explicitly list the
25 # files that can be included to avoid bringing in more code. 27 # files that can be included to avoid bringing in more code.
26 "+skia/ext/skia_utils_ios.h", 28 "+skia/ext/skia_utils_ios.h",
27 29
28 # Generated file for translated strings in components. 30 # Generated file for translated strings in components.
29 "+grit/components_strings.h", 31 "+grit/components_strings.h",
30 ] 32 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/dom_distiller/OWNER » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698