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

Unified Diff: ios/chrome/browser/native_app_launcher/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/native_app_launcher/DEPS
diff --git a/ios/chrome/browser/native_app_launcher/DEPS b/ios/chrome/browser/native_app_launcher/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..5ae0116afacdc94ed1bfddd1851aff6b5254732f
--- /dev/null
+++ b/ios/chrome/browser/native_app_launcher/DEPS
@@ -0,0 +1,6 @@
+specific_include_rules = {
+ # TODO(crbug.com/619984): Remove this exception.
+ "^native_app_navigation_controller\.mm$": [
+ "+ios/web/navigation/navigation_manager_impl.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698