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

Unified Diff: ui/keyboard/DEPS

Issue 135213003: Ensure GL initialization only happens once, and provide common init path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: initgl: Created 6 years, 11 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/keyboard/DEPS
diff --git a/ui/keyboard/DEPS b/ui/keyboard/DEPS
index defb61d073c18b2a8fab935f41f22f2f6e7a317d..ec5b911c35281586496bbd356290a7f4a1166654 100644
--- a/ui/keyboard/DEPS
+++ b/ui/keyboard/DEPS
@@ -6,6 +6,7 @@ include_rules = [
"+ui/base",
"+ui/compositor",
"+ui/gfx",
+ "+ui/gl/gl_surface.h", # To initialize GL for tests.
"+ui/test",
"+ui/wm",
]

Powered by Google App Engine
This is Rietveld 408576698