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

Side by Side Diff: ios/web/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698