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

Side by Side Diff: ios/clean/DEPS

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Fix includes. Created 3 years, 12 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
(Empty)
1 include_rules = [
2 "+crypto",
3 "+ios/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
16 "+ios/chrome",
17 "+ios/web",
18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698