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

Unified Diff: ios/chrome/browser/ui/downloads/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
Index: ios/chrome/browser/ui/downloads/DEPS
diff --git a/ios/chrome/browser/ui/downloads/DEPS b/ios/chrome/browser/ui/downloads/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..b8f39880b9888bca3eda6608360998d441a358ed
--- /dev/null
+++ b/ios/chrome/browser/ui/downloads/DEPS
@@ -0,0 +1,6 @@
+specific_include_rules = {
+ # TODO(crbug.com/620887): Move NetworkActivityIndicator code to chrome.
+ "^download_manager_controller\.mm$": [
+ "+ios/web/crw_network_activity_indicator_manager.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698