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

Unified Diff: content/browser/DEPS

Issue 1992483002: Add DEPS include rules for c/b/power_save_blocker* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 9eba9ac02facf0cde3b0514bda47269606ce6522..cce513a801dcfdbc48375dafd00fea80befbd449 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -109,3 +109,21 @@ include_rules = [
# See https://sites.google.com/a/chromium.org/dev/developers/content-module
# for more information.
]
+
+specific_include_rules = {
+ # See https://crbug.com/612337.
+ "power_save_blocker.*\.(cc|h)": [
+ "-content",
+
+ # These will move to //device/power_save_blocker.
+ "+content/browser/power_save_blocker_impl.h",
+ "+content/public/browser/power_save_blocker.h",
+
+ # These dependencies need to be removed.
+ "!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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698