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

Unified Diff: chrome/browser/policy/DEPS

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar fixes Created 7 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: chrome/browser/policy/DEPS
diff --git a/chrome/browser/policy/DEPS b/chrome/browser/policy/DEPS
index 36c505a875454f6a963e4588ef4f580b1c707181..c32324a8bee9e3d16e0a1edffb0ad9afcbcbccf0 100644
--- a/chrome/browser/policy/DEPS
+++ b/chrome/browser/policy/DEPS
@@ -1,56 +1,8 @@
-# The //chrome/browser/policy code is being converted into a component at
-# //components/policy. This DEPS file is temporarily restricting the include
-# rules for this code; once all the exceptions are fixed then the code will
-# be moved, and this file will be removed.
-# http://crbug.com/271392
-
include_rules = [
- "-chrome",
- "-chromeos",
- "-content",
- "+chrome/browser/policy",
- "+components/json_schema",
+ "+chrome",
+ "+chromeos",
+ "+content/public/browser",
+ "+content/public/common",
+ "+content/public/test",
+ "+content/test/net",
]
-
-specific_include_rules = {
- # These files will stay.
- r"(browser_policy_connector|"
- r"configuration_policy_handler_android|"
- r"configuration_policy_handler_list_factory|"
- r"file_selection_dialogs_policy_handler|"
- r"file_selection_dialogs_policy_handler_unittest|"
- r"generate_policy_source_unittest|"
- r"javascript_policy_handler|"
- r"javascript_policy_handler_unittest|"
- r"managed_mode_policy_provider|"
- r"policy_browsertest|"
- r"policy_path_parser|"
- r"policy_path_parser_linux|"
- r"policy_path_parser_mac|"
- r"policy_path_parser_unittest|"
- r"policy_path_parser_win|"
- r"policy_prefs_browsertest|"
- r"policy_transformations|"
- r"policy_transformations_unittest|"
- r"profile_policy_connector|"
- r"profile_policy_connector_factory|"
- r"url_blacklist_manager|"
- r"url_blacklist_manager_unittest|"
- r"url_blacklist_policy_handler|"
- r"url_blacklist_policy_handler_unittest)"
- r"\.(cc|h)": [
- "+chrome",
- "+chromeos",
- "+content/public/browser",
- "+content/public/common",
- "+content/public/test",
- "+content/test/net",
- ],
-
- # These will go in the component but can use the public content API.
- r"(schema_registry_service_factory)"
- r"\.(cc|h)": [
- "+content/public/browser",
- "+content/public/common",
- ],
-}
« no previous file with comments | « chrome/browser/net/proxy_policy_handler_unittest.cc ('k') | chrome/browser/policy/autofill_policy_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698