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

Unified Diff: ios/chrome/DEPS

Issue 2541083002: [ios] Updates ios DEPS files to mirror desktop DEPS files. (Closed)
Patch Set: Remove libxml for now. 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..0637ee1d5796ad44bc8576150d63f5e19c2b6292 100644
--- a/ios/chrome/DEPS
+++ b/ios/chrome/DEPS
@@ -1,5 +1,20 @@
include_rules = [
+ "+crypto",
+ "+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