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

Side by Side Diff: chromeos/DEPS

Issue 2273783002: Move policy generated files to components/policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed headers Created 4 years, 3 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 # Please keep the dependencies here to a minimum. This is intended to be a 1 # Please keep the dependencies here to a minimum. This is intended to be a
2 # low level Chrome OS system library that may be used by targets that need to 2 # low level Chrome OS system library that may be used by targets that need to
3 # be kept as small as possible. 3 # be kept as small as possible.
4 include_rules = [ 4 include_rules = [
5 "+components/device_event_log", 5 "+components/device_event_log",
6 "+components/policy/proto",
6 "+components/prefs", 7 "+components/prefs",
7 "+components/signin/core/account_id/account_id.h", 8 "+components/signin/core/account_id/account_id.h",
8 "+components/user_manager/known_user.h", 9 "+components/user_manager/known_user.h",
9 "+crypto", 10 "+crypto",
10 "+net", 11 "+net",
11 "+policy/proto",
12 "+third_party/cros_system_api", 12 "+third_party/cros_system_api",
13 "+third_party/libxml", 13 "+third_party/libxml",
14 "+third_party/protobuf", 14 "+third_party/protobuf",
15 15
16 # Some targets may not have any UI, so explictly exclude src/ui. 16 # Some targets may not have any UI, so explictly exclude src/ui.
17 "-ui", 17 "-ui",
18 ] 18 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/metrics_reporting_handler_unittest.cc ('k') | chromeos/dbus/session_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698