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

Unified Diff: ui/window/DEPS

Issue 378003003: ui/window: Add platform windowing component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | ui/window/platform_window.h » ('j') | ui/window/platform_window_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/window/DEPS
diff --git a/ui/window/DEPS b/ui/window/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..21c05fc1e74c3c0310d24bc2b3690b2698c6b78b
--- /dev/null
+++ b/ui/window/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+ui/events",
+ "+ui/gfx",
+
+ # For PlatformCursor typedef.
+ "+ui/base/cursor/cursor.h"
+]
« no previous file with comments | « no previous file | ui/window/platform_window.h » ('j') | ui/window/platform_window_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698