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

Unified Diff: ios/chrome/DEPS

Issue 2541083002: [ios] Updates ios DEPS files to mirror desktop 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/DEPS ('k') | ios/chrome/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/DEPS
diff --git a/ios/chrome/DEPS b/ios/chrome/DEPS
index 6503a0e38f765535d07158daefed3d8bcceb68bf..4d071a98a85cfbc210d33ee96f91046e3807ea33 100644
--- a/ios/chrome/DEPS
+++ b/ios/chrome/DEPS
@@ -1,5 +1,21 @@
include_rules = [
+ "+crypto",
+ "-crypto/third_party",
davidben 2016/11/30 17:30:24 This directory doesn't exist anymore. (I'll go tak
+ "+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",
+
# The subdirectories in ios/chrome/ will manually allow their own include
# directories in ios/chrome/ so we disallow all of them.
"-ios/chrome",
+ "+ios/chrome/common",
+ "+ios/chrome/test",
]
« no previous file with comments | « ios/DEPS ('k') | ios/chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698