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

Side by Side Diff: content/gpu/DEPS

Issue 10641006: Use nv contrl x extension to query nvidia driver version. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « content/content_gpu.gypi ('k') | content/gpu/gpu_info_collector_linux.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 "-chrome", 2 "-chrome",
3 "+chrome/app", 3 "+chrome/app",
4 "+gpu/command_buffer", 4 "+gpu/command_buffer",
5 "+libEGL", 5 "+libEGL",
6 "+libGLESv2", 6 "+libGLESv2",
7 "+sandbox", 7 "+sandbox",
8 "+skia", 8 "+skia",
9 "+third_party/libxml", # For parsing WinSAT results files. 9 "+third_party/libxml", # For parsing WinSAT results files.
10 "+third_party/libXNVCtrl", # For NV driver version query.
10 ] 11 ]
OLDNEW
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/gpu_info_collector_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698