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

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

Issue 1284173003: Create a about handler component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 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
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/guest_view/common", 5 "+components/guest_view/common",
5 "+device/hid", 6 "+device/hid",
6 # Enable remote assistance on Chrome OS 7 # Enable remote assistance on Chrome OS
7 "+remoting/host", 8 "+remoting/host",
8 ] 9 ]
9 10
10 specific_include_rules = { 11 specific_include_rules = {
11 ".*test.*": [ 12 ".*test.*": [
12 "+chrome/browser/ui/views/frame", 13 "+chrome/browser/ui/views/frame",
13 "+components/captive_portal", 14 "+components/captive_portal",
14 ], 15 ],
15 } 16 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/extensions/api/web_request/web_request_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698