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

Side by Side Diff: ios/chrome/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698