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

Side by Side Diff: ios/DEPS

Issue 1723663002: Adds the OCHamcrest library to the iOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ios/chrome/tools/build/ios_copy_files.py to use hardlinks if possible Created 4 years, 10 months 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 | « DEPS ('k') | ios/chrome/tools/build/ios_copy_files.py » ('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
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>).
9 "-ios/third_party/ochamcrest",
10
6 # For unit tests. 11 # For unit tests.
7 "+third_party/ocmock", 12 "+third_party/ocmock",
8 ] 13 ]
OLDNEW
« no previous file with comments | « DEPS ('k') | ios/chrome/tools/build/ios_copy_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698