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

Side by Side Diff: ios/DEPS

Issue 2541083002: [ios] Updates ios DEPS files to mirror desktop DEPS files. (Closed)
Patch Set: 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') | ios/chrome/browser/DEPS » ('J')
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 ios/third_party/ochamcrest
7 # is forbidden in ios/DEPS and code should instead use import as if 7 # is forbidden in ios/DEPS and code should instead use import as if
8 # OCHamcrest was in a framework (i.e. #import <OCHamcrest/OCHamcrest.h>). 8 # OCHamcrest was in a framework (i.e. #import <OCHamcrest/OCHamcrest.h>).
9 "-ios/third_party/ochamcrest", 9 "-ios/third_party/ochamcrest",
sdefresne 2016/11/30 16:58:54 Can you add "-ios/third_party/EarlGrey" here (for
rohitrao (ping after 24h) 2016/11/30 17:12:48 Done.
10 10
11 # For unit tests. 11 # For unit tests.
12 "+ios/testing",
12 "+third_party/ocmock", 13 "+third_party/ocmock",
13 ] 14 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/DEPS » ('j') | ios/chrome/browser/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698