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

Unified Diff: components/arc/DEPS

Issue 2877883002: Consolidate two IsArcWindow functions to reduce code duplication (Closed)
Patch Set: review Created 3 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
Index: components/arc/DEPS
diff --git a/components/arc/DEPS b/components/arc/DEPS
index 25269a06a316629d8b17513fc191a42bb4bd2280..0b86e33b7f7d3ce20dd1b56d3b458e1da2ee65f7 100644
--- a/components/arc/DEPS
+++ b/components/arc/DEPS
@@ -12,3 +12,13 @@ include_rules = [
"+third_party/skia",
"+ui/gfx/geometry/rect.h",
]
+
+specific_include_rules = {
+ "arc_util.cc": [
+ "+ash",
+ ],
+ "arc_util_unittest.cc": [
+ "+ash",
+ "+ui/aura/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698