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

Side by Side Diff: ios/chrome/DEPS

Issue 802633007: Upstream iOS UI utilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove rand() 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/animation_util.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 "+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/translate/ios",
9 "+components/webp_transcode", 9 "+components/webp_transcode",
10 "+components/web_resource", 10 "+components/web_resource",
11 "+ios/public/provider/chrome", 11 "+ios/public/provider/chrome",
12 "+ios/web/public", 12 "+ios/web/public",
13 "+net", 13 "+net",
14 "+third_party/ocmock",
14 "+ui", 15 "+ui",
15 16
16 # Only parts of skia are compiled on iOS, so we explicitly list the 17 # Only parts of skia are compiled on iOS, so we explicitly list the
17 # files that can be included to avoid bringing in more code. 18 # files that can be included to avoid bringing in more code.
18 "+skia/ext/skia_utils_ios.h", 19 "+skia/ext/skia_utils_ios.h",
19 20
20 # Generated file for translated strings in components. 21 # Generated file for translated strings in components.
21 "+grit/components_strings.h", 22 "+grit/components_strings.h",
22 23
23 # ios/chrome is not allowed to depend on //chrome, //content. 24 # ios/chrome is not allowed to depend on //chrome, //content.
24 # No exceptions. 25 # No exceptions.
25 "-chrome", 26 "-chrome",
26 "-content", 27 "-content",
27 ] 28 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/animation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698