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

Side by Side Diff: components/policy/core/browser/DEPS

Issue 1220683008: Move AppRestriction to Policy code out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address bauerb@'s comments Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/autofill/core/common", 2 "+components/autofill/core/common",
3 "+components/bookmarks", 3 "+components/bookmarks",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/url_matcher", 5 "+components/url_matcher",
6 "+grit/components_strings.h", 6 "+grit/components_strings.h",
7 "+jni",
Mattias Nissler (ping if slow) 2015/07/13 09:46:05 Shouldn't this rather go into a DEPS file in the a
dgn 2015/07/14 12:50:25 Done.
7 "+third_party/icu", 8 "+third_party/icu",
8 "+ui/base/l10n", 9 "+ui/base/l10n",
9 "+ui/base/resource", 10 "+ui/base/resource",
10 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698