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

Unified Diff: ios/chrome/browser/metrics/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/browsing_data/DEPS ('k') | ios/chrome/browser/native_app_launcher/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/metrics/DEPS
diff --git a/ios/chrome/browser/metrics/DEPS b/ios/chrome/browser/metrics/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4b1445db02267b9a06d16b0398614f981fdd1443
--- /dev/null
+++ b/ios/chrome/browser/metrics/DEPS
@@ -0,0 +1,12 @@
+specific_include_rules = {
+ "^tab_usage_recorder.mm$": [
+ # TODO(crbug.com/619971): Remove this exception.
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+
+ "^tab_usage_recorder_unittest.mm$": [
+ # TODO(crbug.com/619971): Remove this exception.
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+
+}
« no previous file with comments | « ios/chrome/browser/browsing_data/DEPS ('k') | ios/chrome/browser/native_app_launcher/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698