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

Side by Side Diff: chrome/browser/policy/test/DEPS

Issue 22799003: Added DEPS files to //chrome/browser/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/policy/cloud/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # The //chrome/browser/policy code is being converted into a component at
2 # //components/policy. This DEPS file is temporarily restricting the include
3 # rules for this code; once all the exceptions are fixed then the code will
4 # be moved, and this file will be removed.
5 # http://crbug.com/271392
6
7 include_rules = [
8 "-chrome",
9 "-chromeos",
10 "-content",
11 "+chrome/browser/policy",
12 ]
13
14 specific_include_rules = {
15 r"local_policy_test_server\.cc": [
16 "+chrome/common/chrome_paths.h",
17 ],
18 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698