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

Unified Diff: components/policy/core/browser/DEPS

Issue 99433004: Add a header when fetching pages under the DMServer URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unit tests and fixed up from weekend component refactoring. 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: components/policy/core/browser/DEPS
diff --git a/components/policy/core/browser/DEPS b/components/policy/core/browser/DEPS
index 9f49b26aa74e886028f9a382b3039334d894d968..5bd5a7246b6fb5db153bb67993d2eb185a491f15 100644
--- a/components/policy/core/browser/DEPS
+++ b/components/policy/core/browser/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+grit/component_strings.h",
- "+ui/base/l10n",
dconnelly 2013/12/09 12:47:35 why are these removed?
Andrew T Wilson (Slow) 2013/12/10 07:15:56 This was a merge error.
- "+ui/base/resource",
+ "+content/public/test",
dconnelly 2013/12/09 12:47:35 I'm not convinced this is necessary, but if it is,
Andrew T Wilson (Slow) 2013/12/10 07:15:56 Reverted this change to this DEPS file.
+ "+grit/component_strings.h", # For generated headers
+ "+net/url_request",
]

Powered by Google App Engine
This is Rietveld 408576698