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

Side by Side Diff: ios/web/public/DEPS

Issue 1106963003: Re-sync ios/web with downstream version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add forgotten file Created 5 years, 7 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 | « ios/web/navigation/navigation_item_impl_unittest.mm ('k') | ios/web/public/navigation_item.h » ('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 # web interfaces cannot depend on private web code. 2 # web interfaces cannot depend on private web code.
3 "-ios/web", 3 "-ios/web",
4 "+ios/web/public", 4 "+ios/web/public",
5 ] 5 ]
6 6
7 specific_include_rules = { 7 specific_include_rules = {
8 # Implementations of public web interfaces can depend on private web code. 8 # Implementations of public web interfaces can depend on private web code.
9 "^.*\.(cc|mm)$": [ 9 "^.*\.(cc|mm)$": [
10 "+ios/web", 10 "+ios/web",
11 ], 11 ],
12 # Public headers are forbidden from using any content, even if it's currently 12 # Public headers are forbidden from using any content, even if it's currently
13 # allowed in the web implementation. 13 # allowed in the web implementation.
14 "^.*\.h$": [ 14 "^.*\.h$": [
15 "-content", 15 "-content",
16 ], 16 ],
17 # TODO(eugenebut): make web_view_util.h public.
18 "web_test_util": [
19 "+ios/web/web_view_util.h",
20 ],
21 } 17 }
OLDNEW
« no previous file with comments | « ios/web/navigation/navigation_item_impl_unittest.mm ('k') | ios/web/public/navigation_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698