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

Unified Diff: ui/display/types/DEPS

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: display_types has ony CrOS, so include it only if chromeos==1 Created 6 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: ui/display/types/DEPS
diff --git a/ui/display/DEPS b/ui/display/types/DEPS
similarity index 55%
copy from ui/display/DEPS
copy to ui/display/types/DEPS
index 51399a619dc361bbd77af22f841b6adba7a40f50..f2fc77d6fcd8bab5f68f0f8af60d231411641d10 100644
--- a/ui/display/DEPS
+++ b/ui/display/types/DEPS
@@ -1,4 +1,5 @@
include_rules = [
- "+third_party/cros_system_api",
+ "-ui",
+ "+ui/display/types",
rjkroege 2014/04/11 21:53:09 I didn't know that DEPS needed to include itself.
dnicoara 2014/04/14 14:43:03 It's because the exclusion rule is right above thi
"+ui/gfx/geometry",
]

Powered by Google App Engine
This is Rietveld 408576698