From e2827d03c170101a3bb827739da06aae02f0b291 Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Thu, 21 Jun 2012 01:18:21 +0000 Subject: Revert 143323 - Use nv contrl x extension to query nvidia driver version. [Failed checkdeps. No try jobs?!? Nice.] So we can do it in browser process, not wait until gpu process launches and a gl context is created. This is tested on my linux box with NVIDIA driver. We need to put more code to tell chrome (Linux/NVIDIA) that we have enough information for blacklisting, so at GPU launch time we don't need to collect GPUInfo. Will do it in a followup CL. BUG=122912 TEST=tree green TBR=jam Review URL: https://chromiumcodereview.appspot.com/10536232 TBR=zmo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10606005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143325 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_gpu.gypi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/content_gpu.gypi') diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 6d9d587..b98d991 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -90,10 +90,5 @@ }, ], }], - ['OS=="linux"', { - 'dependencies': [ - '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', - ], - }], ], } -- cgit v1.1