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

Side by Side Diff: ios/chrome/DEPS

Issue 2571383002: [ios] Updates ios DEPS files. (Closed)
Patch Set: Review. Created 4 years 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/app/DEPS » ('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 "+crypto", 2 "+crypto",
3 "+ios/third_party",
3 "+net", 4 "+net",
4 "+sql", 5 "+sql",
5 "+ui/base", 6 "+ui/base",
6 "+ui/gfx", 7 "+ui/gfx",
7 8
8 # Only parts of skia are compiled on iOS, so we explicitly list the 9 # Only parts of skia are compiled on iOS, so we explicitly list the
9 # files that can be included to avoid bringing in more code. 10 # files that can be included to avoid bringing in more code.
10 "+skia/ext/skia_utils_ios.h", 11 "+skia/ext/skia_utils_ios.h",
11 "+third_party/skia/include/core/SkBitmap.h", 12 "+third_party/skia/include/core/SkBitmap.h",
12 "+third_party/skia/include/core/SkColor.h", 13 "+third_party/skia/include/core/SkColor.h",
13 "+third_party/skia/include/core/SkGraphics.h", 14 "+third_party/skia/include/core/SkGraphics.h",
14 15
15 # The subdirectories in ios/chrome/ will manually allow their own include 16 # The subdirectories in ios/chrome/ will manually allow their own include
16 # directories in ios/chrome/ so we disallow all of them. 17 # directories in ios/chrome/ so we disallow all of them.
17 "-ios/chrome", 18 "-ios/chrome",
18 "+ios/chrome/common", 19 "+ios/chrome/common",
19 "+ios/chrome/test", 20 "+ios/chrome/test",
20 ] 21 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698