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

Side by Side Diff: chrome/browser/extensions/api/DEPS

Issue 2847853003: Remove policy watching from It2MeHost. (Closed)
Patch Set: Add dep. Created 3 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 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+chrome/browser/apps", 3 "+chrome/browser/apps",
4 "+components/about_handler", 4 "+components/about_handler",
5 "+components/guest_view/common", 5 "+components/guest_view/common",
6 "+device/hid", 6 "+device/hid",
7 # Enable remote assistance on Chrome OS 7 # Enable remote assistance on Chrome OS
8 "+remoting/base",
8 "+remoting/host", 9 "+remoting/host",
9 ] 10 ]
10 11
11 specific_include_rules = { 12 specific_include_rules = {
12 ".*test.*": [ 13 ".*test.*": [
13 "+chrome/browser/ui/views/frame", 14 "+chrome/browser/ui/views/frame",
14 "+components/captive_portal", 15 "+components/captive_portal",
15 ], 16 ],
16 } 17 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698