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

Unified Diff: ash/host/DEPS

Issue 2821203002: cros: Adds ShellPort functions for simplified display mode (Closed)
Patch Set: cleanup Created 3 years, 8 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: ash/host/DEPS
diff --git a/ash/host/DEPS b/ash/host/DEPS
index 0d123b96daf602e4245484ed2825db351b86e80d..a02ef750940aae73b487b8edfc7a31be8c476c17 100644
--- a/ash/host/DEPS
+++ b/ash/host/DEPS
@@ -6,3 +6,9 @@ include_rules = [
"+ash/ash_switches.h",
"+ui/ozone/public", # For ozone interfaces
]
+
+specific_include_rules = {
+ "ash_window_tree_host.cc": [
+ "+ash/shell_port.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698