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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public", 2 "+content/public",
3 "+grit/keyboard_resources.h", 3 "+grit/keyboard_resources.h",
4 "+grit/keyboard_resources_map.h", 4 "+grit/keyboard_resources_map.h",
5 "+ui/aura", 5 "+ui/aura",
6 "+ui/base", 6 "+ui/base",
7 "+ui/compositor", 7 "+ui/compositor",
8 "+ui/gfx", 8 "+ui/gfx",
9 "+ui/gl/gl_surface.h", # To initialize GL for tests.
9 "+ui/test", 10 "+ui/test",
10 "+ui/wm", 11 "+ui/wm",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698