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

Unified Diff: ios/clean/DEPS

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Fix includes. 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 side-by-side diff with in-line comments
Download patch
Index: ios/clean/DEPS
diff --git a/ios/clean/DEPS b/ios/clean/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..c1e975619b5a7d399bce2a6af723e32540300b55
--- /dev/null
+++ b/ios/clean/DEPS
@@ -0,0 +1,18 @@
+include_rules = [
+ "+crypto",
+ "+ios/third_party",
+ "+net",
+ "+sql",
+ "+ui/base",
+ "+ui/gfx",
+
+ # Only parts of skia are compiled on iOS, so we explicitly list the
+ # files that can be included to avoid bringing in more code.
+ "+skia/ext/skia_utils_ios.h",
+ "+third_party/skia/include/core/SkBitmap.h",
+ "+third_party/skia/include/core/SkColor.h",
+ "+third_party/skia/include/core/SkGraphics.h",
+
+ "+ios/chrome",
+ "+ios/web",
+]

Powered by Google App Engine
This is Rietveld 408576698