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

Unified Diff: components/undo/DEPS

Issue 1090993003: Move undo files into //components/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utils
Patch Set: Fix gn compilation Created 5 years, 8 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 | « components/undo/BUILD.gn ('k') | components/undo/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/DEPS
diff --git a/components/undo/DEPS b/components/undo/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a70c7a841c05fc71db69b106db610eda0bf843fe
--- /dev/null
+++ b/components/undo/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ # undo component is used on iOS and desktop and thus must not depends on
+ # system-specific directories.
+ "-content",
+ "-ios",
+
+ "+components/bookmarks/browser",
+ "+components/keyed_service/core",
+ "+grit/components_strings.h",
+ "+ui/base",
+]
+
+specific_include_rules = {
+ ".*_test\.cc": [
+ "+components/bookmarks/test",
+ ],
+}
« no previous file with comments | « components/undo/BUILD.gn ('k') | components/undo/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698