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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # The subdirectories in ios/ will manually allow their own include 2 # The subdirectories in ios/ will manually allow their own include
3 # directories in ios/ so we disallow all of them. 3 # directories in ios/ so we disallow all of them.
4 "-ios", 4 "-ios",
5 5
6 # To avoid ODR violation, direct import of ios/third_party/ochamcrest 6 # To avoid ODR violation, direct import of these libraries is forbidden in
7 # is forbidden in ios/DEPS and code should instead use import as if 7 # ios/DEPS and code should instead use import as if they were in a framework
8 # OCHamcrest was in a framework (i.e. #import <OCHamcrest/OCHamcrest.h>). 8 # (i.e. #import <OCHamcrest/OCHamcrest.h>).
9 "-ios/third_party/earl_grey",
9 "-ios/third_party/ochamcrest", 10 "-ios/third_party/ochamcrest",
10 11
11 # For unit tests. 12 # For unit tests.
13 "+ios/testing",
12 "+third_party/ocmock", 14 "+third_party/ocmock",
13 ] 15 ]
OLDNEW
« 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