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

Unified Diff: ios/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 | « no previous file | ios/chrome/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/DEPS
diff --git a/ios/DEPS b/ios/DEPS
index 8f13cb93e6a372de5bba3198b6fc7593db211499..94f7f2c2f4600ef2533184fee633d6df69e71f28 100644
--- a/ios/DEPS
+++ b/ios/DEPS
@@ -3,11 +3,13 @@ include_rules = [
# directories in ios/ so we disallow all of them.
"-ios",
- # To avoid ODR violation, direct import of ios/third_party/ochamcrest
- # is forbidden in ios/DEPS and code should instead use import as if
- # OCHamcrest was in a framework (i.e. #import <OCHamcrest/OCHamcrest.h>).
+ # To avoid ODR violation, direct import of these libraries is forbidden in
+ # ios/DEPS and code should instead use import as if they were in a framework
+ # (i.e. #import <OCHamcrest/OCHamcrest.h>).
+ "-ios/third_party/earl_grey",
"-ios/third_party/ochamcrest",
# For unit tests.
+ "+ios/testing",
"+third_party/ocmock",
]
« no previous file with comments | « no previous file | ios/chrome/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698