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

Unified Diff: chrome/browser/bookmarks/DEPS

Issue 319543003: Create the managed_node at the ChromeBookmarkClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
Index: chrome/browser/bookmarks/DEPS
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
index 2f599a7e3465d3a2fe7a0b7e66b44584b240071d..4f9306e01d22c2256e33ed0e134dfe319d8c0ddb 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -7,6 +7,10 @@ include_rules = [
"+chrome/browser/bookmarks",
"+chrome/browser/favicon",
"+chrome/browser/chrome_notification_types.h",
+ "+chrome/browser/policy/profile_policy_connector.h",
+ "+chrome/browser/policy/profile_policy_connector_factory.h",
+ "+chrome/browser/profiles/startup_task_runner_service.h",
+ "+chrome/browser/profiles/startup_task_runner_service_factory.h",
"+chrome/browser/undo/bookmark_undo_service.h",
"+chrome/browser/undo/bookmark_undo_service_factory.h",
@@ -19,8 +23,6 @@ include_rules = [
"!chrome/browser/omnibox/omnibox_field_trial.h",
"!chrome/browser/profiles/incognito_helpers.h",
"!chrome/browser/profiles/profile.h",
- "!chrome/browser/profiles/startup_task_runner_service.h",
- "!chrome/browser/profiles/startup_task_runner_service_factory.h",
# Do not add to the list of temporarily-allowed dependencies above,
# and please do not introduce more #includes of these files.
]
@@ -28,7 +30,7 @@ include_rules = [
specific_include_rules = {
# For unit tests, it's fine to include utility process code.
'.*test\.cc': [
- "!chrome/test/base/testing_profile.h",
+ "+chrome/test/base/testing_profile.h",
"+chrome/utility/importer/bookmark_html_reader.h",
],
}
« no previous file with comments | « chrome/browser/android/bookmarks/managed_bookmarks_shim.cc ('k') | chrome/browser/bookmarks/chrome_bookmark_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698