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

Unified Diff: components/bookmarks/DEPS

Issue 228393004: Create bookmarks component with names of bookmark preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: components/bookmarks/DEPS
diff --git a/components/bookmarks/DEPS b/components/bookmarks/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..648173b1dc37443c72b6f51a3de7f79d4d386a24
--- /dev/null
+++ b/components/bookmarks/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # Bookmarks is a component that is not allowed to uses content/ so that it
+ # can be used by embedder that don't use content/ (Chrome on iOS).
+ "-content",
+]

Powered by Google App Engine
This is Rietveld 408576698