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

Unified Diff: ios/chrome/browser/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/app/startup/DEPS ('k') | ios/chrome/browser/autofill/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
+}
« no previous file with comments | « ios/chrome/app/startup/DEPS ('k') | ios/chrome/browser/autofill/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698