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

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: compile3 Created 6 years, 10 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
« no previous file with comments | « ui/gl/gl_switches.cc ('k') | ui/keyboard/test/run_all_unittests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/gl/gl_switches.cc ('k') | ui/keyboard/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698