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/extensions/api/DEPS

Issue 1099553002: extensions: windows: list all windows from the current profile (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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/sessions/sessions_api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+chrome/browser/apps", 3 "+chrome/browser/apps",
4 "+components/guest_view/common", 4 "+components/guest_view/common",
5 "+device/hid", 5 "+device/hid",
6 # Enable remote assistance on Chrome OS 6 # Enable remote assistance on Chrome OS
7 "+remoting/host", 7 "+remoting/host",
8 ] 8 ]
9 9
10 specific_include_rules = { 10 specific_include_rules = {
11 ".*test.*": [ 11 ".*test.*": [
12 "+chrome/browser/ui/views/frame",
12 "+components/captive_portal", 13 "+components/captive_portal",
13 ], 14 ],
14 } 15 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/sessions/sessions_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698