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

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

Issue 2576103002: [ios] Adds specific_include_rules to DEPS files. (Closed)
Patch Set: 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
OLDNEW
(Empty)
1 specific_include_rules = {
2 "network_stack_setup.mm": [
3 # TODO(crbug.com/585700): Remove ios/web/net exceptions, once request
4 # tracker is removed.
5 "+ios/web/net/request_tracker_factory_impl.h",
6 "+ios/web/net/request_tracker_impl.h",
7 "+ios/web/net/web_http_protocol_handler_delegate.h",
8 ],
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698