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

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

Issue 1094493003: Initial RemoteCommandsInvalidator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fixes addressing #7 and #8 Created 5 years, 7 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 # The //chrome/browser/policy code is being converted into a component at 1 # The //chrome/browser/policy code is being converted into a component at
2 # //components/policy. This DEPS file is temporarily restricting the include 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 3 # rules for this code; once all the exceptions are fixed then the code will
4 # be moved, and this file will be removed. 4 # be moved, and this file will be removed.
5 # http://crbug.com/271392 5 # http://crbug.com/271392
6 6
7 include_rules = [ 7 include_rules = [
8 "-chrome", 8 "-chrome",
9 "-chromeos", 9 "-chromeos",
10 "-content", 10 "-content",
(...skipping 20 matching lines...) Expand all
31 r"user_policy_signin_service_mobile|" 31 r"user_policy_signin_service_mobile|"
32 r"user_policy_signin_service_unittest)" 32 r"user_policy_signin_service_unittest)"
33 r"\.(cc|h|mm)": [ 33 r"\.(cc|h|mm)": [
34 "+chrome", 34 "+chrome",
35 "+chromeos", 35 "+chromeos",
36 "+content/public/browser", 36 "+content/public/browser",
37 "+content/public/common", 37 "+content/public/common",
38 "+content/public/test", 38 "+content/public/test",
39 ], 39 ],
40 40
41 r"cloud_policy_invalidator_unittest\.cc": [ 41 r"(cloud_policy_invalidator_unittest|"
42 r"remote_commands_invalidator_unittest)"
43 r"\.cc": [
42 "+chrome/browser/invalidation/fake_invalidation_service.h", 44 "+chrome/browser/invalidation/fake_invalidation_service.h",
43 ], 45 ],
44 } 46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698