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

Unified Diff: content/browser/DEPS

Issue 2012853003: Reland of Pass SequencedTaskRunner to PowerSaveBlocker for ui/file ops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SingleThreadTaskRunner for _x11 Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/drive/drive_uploader.cc ('k') | content/browser/devtools/render_frame_devtools_agent_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index c651eb38daa61c2c4425a79b3b5dc90cd00534f9..bb34301d939adf9af23626f2efe9711fe9f05bc5 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -114,7 +114,16 @@ include_rules = [
specific_include_rules = {
# See https://crbug.com/612337.
- "power_save_blocker.*\.(cc|h)": [
+ "(power_save_blocker_android\.cc"
+ "|power_save_blocker_android\.h"
+ "|power_save_blocker_chromeos\.cc"
+ "|power_save_blocker_impl\.cc"
+ "|power_save_blocker_impl\.h"
+ "|power_save_blocker_mac\.cc"
+ "|power_save_blocker_ozone\.cc"
+ "|power_save_blocker_win\.cc"
+ "|power_save_blocker_x11\.cc"
+ ")": [
"-content",
# These will move to //device/power_save_blocker.
@@ -125,7 +134,6 @@ specific_include_rules = {
"!content/browser/android/content_view_core_impl.h",
"!content/browser/web_contents/web_contents_impl.h",
"!content/public/browser/android/content_view_core.h",
- "!content/public/browser/browser_thread.h",
"!content/public/browser/web_contents_observer.h",
]
}
« no previous file with comments | « components/drive/drive_uploader.cc ('k') | content/browser/devtools/render_frame_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698