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

Unified Diff: components/arc/DEPS

Issue 2877883002: Consolidate two IsArcWindow functions to reduce code duplication (Closed)
Patch Set: Address a comment from sadrul@ 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
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/arc_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/DEPS
diff --git a/components/arc/DEPS b/components/arc/DEPS
index 25269a06a316629d8b17513fc191a42bb4bd2280..1ffd5e67b25fb4f494ad0f6891c477e503f9c597 100644
--- a/components/arc/DEPS
+++ b/components/arc/DEPS
@@ -12,3 +12,14 @@ include_rules = [
"+third_party/skia",
"+ui/gfx/geometry/rect.h",
]
+
+specific_include_rules = {
+ "arc_util.cc": [
+ "+ash/shared",
+ "+ui/aura",
+ ],
+ "arc_util_unittest.cc": [
+ "+ash/shared",
+ "+ui/aura",
+ ],
+}
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/arc_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698