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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/public/browser/DEPS
diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS
index ba7ab501b007d2a3f8261a15d0f4f60e4e03c3f7..e539f0cab7f2b0aa148e18b61956aa3624040ea0 100644
--- a/content/public/browser/DEPS
+++ b/content/public/browser/DEPS
@@ -1,8 +1,10 @@
specific_include_rules = {
- ".*\.cc": [
+ ".*\.(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
"+content/browser",
"-content/browser/loader",
+ "+device/power_save_blocker/power_save_blocker.h",
+
# TODO: content/browser/loader is being separated out of content, and this
# file will be moved elsewhere. See http://crbug.com/598073.
"!content/browser/loader/resource_dispatcher_host_impl.h",

Powered by Google App Engine
This is Rietveld 408576698