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

Side by Side Diff: ios/chrome/app/DEPS

Issue 2576103002: [ios] Adds specific_include_rules to DEPS files. (Closed)
Patch Set: Rebased. 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/app/application_delegate/DEPS » ('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 "+breakpad/src/client/ios", 2 "+breakpad/src/client/ios",
3 "+components/bookmarks/browser", 3 "+components/bookmarks/browser",
4 "+components/bookmarks/test", 4 "+components/bookmarks/test",
5 "+components/browser_sync", 5 "+components/browser_sync",
6 "+components/browsing_data/core", 6 "+components/browsing_data/core",
7 "+components/component_updater", 7 "+components/component_updater",
8 "+components/content_settings", 8 "+components/content_settings",
9 "+components/crash/core/common", 9 "+components/crash/core/common",
10 "+components/favicon/core", 10 "+components/favicon/core",
(...skipping 11 matching lines...) Expand all
22 "+ios/net", 22 "+ios/net",
23 "+ios/public/provider/chrome", 23 "+ios/public/provider/chrome",
24 "+ios/web/public", 24 "+ios/web/public",
25 "+mojo/edk/embedder/embedder.h", 25 "+mojo/edk/embedder/embedder.h",
26 26
27 # Strings and resources. 27 # Strings and resources.
28 "+components/grit", 28 "+components/grit",
29 "+components/strings", 29 "+components/strings",
30 "+ios/chrome/grit", 30 "+ios/chrome/grit",
31 ] 31 ]
32
33 specific_include_rules = {
34 "main_controller.mm": [
35 # TODO(crbug.com/585700): Remove ios/web/net exceptions, once request
36 # tracker is removed.
37 "+ios/web/net/request_tracker_factory_impl.h",
38 "+ios/web/net/request_tracker_impl.h",
39 "+ios/web/net/web_http_protocol_handler_delegate.h",
40
41 # TODO(crbug.com/616288): Remove this exception.
42 "+ios/web/web_state/ui/crw_web_controller.h",
43 ],
44 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/application_delegate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698