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

Side by Side Diff: ios/web/DEPS

Issue 1028603004: Upstream ios/web/navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-testing
Patch Set: Rebase and resync Created 5 years, 9 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 | « no previous file | ios/web/ios_web.gyp » ('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 "+ios/public/provider/web",
3 "+ios/net",
2 "+ios/web", 4 "+ios/web",
3 "+net", 5 "+net",
4 "+third_party/libwebp/webp", 6 "+third_party/libwebp/webp",
5 "+ui", 7 "+ui",
8
9 # For tests.
10 "+ios/testing",
6 ] 11 ]
7 12
8 specific_include_rules = { 13 specific_include_rules = {
9 # Allow browser_thread.h and test_browser_thread.h until a web/ replacement is 14 # Allow browser_thread.h and test_browser_thread.h until a web/ replacement is
10 # built out. Note that headers in public/ are not subject to this exception. 15 # built out. Note that headers in public/ are not subject to this exception.
11 "^web_thread(\.cc|_impl\.(cc|h))$": [ 16 "^web_thread(\.cc|_impl\.(cc|h))$": [
12 "+content/public/browser/browser_thread.h", 17 "+content/public/browser/browser_thread.h",
13 ], 18 ],
14 "^test_web_thread(_bundle)?\.cc$": [ 19 "^test_web_thread(_bundle)?\.cc$": [
15 "+content/public/test/test_browser_thread.h", 20 "+content/public/test/test_browser_thread.h",
16 "+content/public/test/test_browser_thread_bundle.h", 21 "+content/public/test/test_browser_thread_bundle.h",
17 ], 22 ],
18 } 23 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698