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

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

Issue 1999953002: Move content/browser/power_save_blocker to //device/power_save_blocker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@power-save-next-2
Patch Set: . Created 4 years, 6 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 specific_include_rules = { 1 specific_include_rules = {
2 ".*\.cc": [ 2 ".*\.(cc|h)": [
jam 2016/06/16 17:04:04 why make this change? We don't want public header
scottmg 2016/06/16 18:10:34 Ah, it was just because content/public/browser/pow
3 "+content/browser", 3 "+content/browser",
4 "-content/browser/loader", 4 "-content/browser/loader",
5 5
6 "+device/power_save_blocker/power_save_blocker.h",
7
6 # TODO: content/browser/loader is being separated out of content, and this 8 # TODO: content/browser/loader is being separated out of content, and this
7 # file will be moved elsewhere. See http://crbug.com/598073. 9 # file will be moved elsewhere. See http://crbug.com/598073.
8 "!content/browser/loader/resource_dispatcher_host_impl.h", 10 "!content/browser/loader/resource_dispatcher_host_impl.h",
9 ], 11 ],
10 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698