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

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

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Fix includes. 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/clean/chrome/app/DEPS
diff --git a/ios/clean/chrome/app/DEPS b/ios/clean/chrome/app/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4fd5476ba1cddf6f216e761bcade6d93ab2de365
--- /dev/null
+++ b/ios/clean/chrome/app/DEPS
@@ -0,0 +1,31 @@
+include_rules = [
+ "+breakpad/src/client/ios",
+ "+components/bookmarks/browser",
+ "+components/bookmarks/test",
+ "+components/browser_sync",
+ "+components/browsing_data/core",
+ "+components/component_updater",
+ "+components/content_settings",
+ "+components/crash/core/common",
+ "+components/favicon/core",
+ "+components/favicon_base",
+ "+components/handoff",
+ "+components/history/core/browser",
+ "+components/metrics",
+ "+components/prefs",
+ "+components/reading_list/core",
+ "+components/signin/core/browser",
+ "+components/suggestions",
+ "+components/url_formatter",
+ "+components/web_resource",
+ "+ios/chrome/browser",
+ "+ios/net",
+ "+ios/public/provider/chrome",
+ "+ios/web/public",
+ "+mojo/edk/embedder/embedder.h",
+
+ # Strings and resources.
+ "+components/grit",
+ "+components/strings",
+ "+ios/chrome/grit",
+]

Powered by Google App Engine
This is Rietveld 408576698