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

Unified Diff: ios/chrome/test/app/DEPS

Issue 2888173002: [ObjC ARC] Converts ios/chrome/test/app:test_support to ARC. (Closed)
Patch Set: tighten deps exclusion Created 3 years, 6 months 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/test/app/BUILD.gn ('k') | ios/chrome/test/app/bookmarks_test_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/app/DEPS
diff --git a/ios/chrome/test/app/DEPS b/ios/chrome/test/app/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a56f2b6f6ac5e01f1a4c8ca39e04f46b9584af4d
--- /dev/null
+++ b/ios/chrome/test/app/DEPS
@@ -0,0 +1,6 @@
+specific_include_rules = {
+ # TODO(crbug.com/732525): Remove crw_web_controller.h exception.
+ "^tab_test_util.mm$": [
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+}
« no previous file with comments | « ios/chrome/test/app/BUILD.gn ('k') | ios/chrome/test/app/bookmarks_test_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698