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

Side by Side Diff: ios/chrome/DEPS

Issue 809333003: Upstream //ios/chrome/browser/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/infobars/core", 2 "+components/infobars/core",
3 "+components/keyed_service/core", 3 "+components/keyed_service/core",
4 "+components/keyed_service/ios", 4 "+components/keyed_service/ios",
5 "+components/leveldb_proto", 5 "+components/leveldb_proto",
6 "+components/suggestions", 6 "+components/suggestions",
7 "+components/translate/core", 7 "+components/translate/core",
8 "+components/translate/ios",
8 "+components/webp_transcode", 9 "+components/webp_transcode",
10 "+components/web_resource",
9 "+ios/public/provider/chrome", 11 "+ios/public/provider/chrome",
10 "+ios/web/public", 12 "+ios/web/public",
11 "+net", 13 "+net",
12 "+ui", 14 "+ui",
13 15
14 # Only parts of skia are compiled on iOS, so we explicitly list the 16 # Only parts of skia are compiled on iOS, so we explicitly list the
15 # files that can be included to avoid bringing in more code. 17 # files that can be included to avoid bringing in more code.
16 "+skia/ext/skia_utils_ios.h", 18 "+skia/ext/skia_utils_ios.h",
19
20 # Generated file for translated strings in components.
21 "+grit/components_strings.h",
22
23 # ios/chrome is not allowed to depend on //chrome, //content.
24 # No exceptions.
25 "-chrome",
26 "-content",
17 ] 27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698