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

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('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 "+ash", 3 "+ash",
4 "+cc/paint", 4 "+cc/paint",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", 7 "+chrome/grit",
8 "+chrome/install_static", 8 "+chrome/install_static",
9 "+chrome/installer/util", 9 "+chrome/installer/util",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
11 "+chrome_elf/chrome_elf_constants.h", 11 "+chrome_elf/chrome_elf_constants.h",
12 "+chrome_elf/dll_hash", 12 "+chrome_elf/dll_hash",
13 "+chromeos", 13 "+chromeos",
14 "+components", 14 "+components",
15 "+content/public/browser", 15 "+content/public/browser",
16 "+courgette", 16 "+courgette",
17 "+device/base", 17 "+device/base",
18 "+device/battery",
19 "+device/bluetooth", 18 "+device/bluetooth",
20 "+device/geolocation", 19 "+device/geolocation",
21 "+device/hid", 20 "+device/hid",
22 "+device/media_transfer_protocol", 21 "+device/media_transfer_protocol",
23 "+device/power_save_blocker", 22 "+device/power_save_blocker",
24 "+device/usb", 23 "+device/usb",
25 "+device/vr/features/features.h", 24 "+device/vr/features/features.h",
26 "+extensions/browser", 25 "+extensions/browser",
27 "+extensions/common", 26 "+extensions/common",
28 "+extensions/components/javascript_dialog_extensions_client", 27 "+extensions/components/javascript_dialog_extensions_client",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 125 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
127 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 126 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
128 "+third_party/WebKit/public/public_features.h", 127 "+third_party/WebKit/public/public_features.h",
129 "+third_party/WebKit/public/web/WebContextMenuData.h", 128 "+third_party/WebKit/public/web/WebContextMenuData.h",
130 "+third_party/WebKit/public/web/WebFindOptions.h", 129 "+third_party/WebKit/public/web/WebFindOptions.h",
131 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 130 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
132 "+third_party/WebKit/public/web/WebPluginAction.h", 131 "+third_party/WebKit/public/web/WebPluginAction.h",
133 "+third_party/WebKit/public/web/WebTextDirection.h", 132 "+third_party/WebKit/public/web/WebTextDirection.h",
134 "+third_party/WebKit/public/web/window_features.mojom.h", 133 "+third_party/WebKit/public/web/window_features.mojom.h",
135 ] 134 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698