Index: ios/chrome/browser/DEPS |
diff --git a/ios/chrome/browser/DEPS b/ios/chrome/browser/DEPS |
index fabc8fe8dc47089e4557dfe2d8f3720b019209c8..701a3dac9fac3f55767477822b19d0db89ac33ab 100644 |
--- a/ios/chrome/browser/DEPS |
+++ b/ios/chrome/browser/DEPS |
@@ -73,6 +73,7 @@ include_rules = [ |
"+components/sync_sessions", |
"+components/sync_preferences", |
"+components/toolbar", |
+ "+components/task_scheduler_util" |
"+components/translate/core", |
"+components/translate/ios", |
"+components/undo", |
@@ -112,3 +113,11 @@ include_rules = [ |
"+components/strings/grit", |
"+ios/chrome/grit", |
] |
+ |
+specific_include_rules = { |
Eugene But (OOO till 7-30)
2016/12/14 22:02:59
I think we don't need this exception anymore becau
rohitrao (ping after 24h)
2016/12/15 02:47:03
Done.
|
+ "safe_browsing_network_client_factory\.mm": [ |
+ # For creating a WeakPtr<> to WebState for communication with the |
+ # safe browsing code. |
+ "+ios/web/web_state/web_state_weak_ptr_factory.h", |
+ ], |
+} |