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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+grit/component_strings.h", 2 "+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.
3 "+ui/base/l10n", 3 "+grit/component_strings.h", # For generated headers
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.
4 "+ui/base/resource", 4 "+net/url_request",
5 ] 5 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698