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

Side by Side Diff: ui/gl/DEPS

Issue 476403002: Restrict usage of mesa headers to targets that really need them (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « cc/cc.gyp ('k') | ui/gl/gl.gyp » ('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 "+third_party/khronos", 2 "+third_party/khronos",
3 "+third_party/mesa/src/include",
4 "+third_party/skia", 3 "+third_party/skia",
5 "+ui/events", 4 "+ui/events",
6 "+ui/gfx", 5 "+ui/gfx",
7 "+ui/ozone/public", 6 "+ui/ozone/public",
8 ] 7 ]
8
9 specific_include_rules = {
10 # This is the only target that should use the mesa headers, everything else
11 # should use the headers from khronos.
piman 2014/08/16 00:18:06 That's kinda misleading... anything that uses gl_b
12 "gl_surface_osmesa.cc": [
13 "+third_party/mesa/src/include",
14 ]
15 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698