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

Side by Side Diff: content/public/browser/DEPS

Issue 2843353003: Move ownership of PowerSaveBlocker from WakeLockServiceContext to WakeLockServiceImpl (Closed)
Patch Set: code rebase 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 "+components/payments/mojom/payment_app.mojom.h", 2 "+components/payments/mojom/payment_app.mojom.h",
3 "+device/screen_orientation/public/interfaces", 3 "+device/screen_orientation/public/interfaces",
4 "+device/wake_lock/public/interfaces",
4 ] 5 ]
5 6
6 specific_include_rules = { 7 specific_include_rules = {
7 ".*\.cc": [ 8 ".*\.cc": [
8 "+content/browser", 9 "+content/browser",
9 "-content/browser/loader", 10 "-content/browser/loader",
10 11
11 # TODO: content/browser/loader is being separated out of content, and this 12 # TODO: content/browser/loader is being separated out of content, and this
12 # file will be moved elsewhere. See http://crbug.com/598073. 13 # file will be moved elsewhere. See http://crbug.com/598073.
13 "!content/browser/loader/resource_dispatcher_host_impl.h", 14 "!content/browser/loader/resource_dispatcher_host_impl.h",
14 ], 15 ],
15 } 16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698