summaryrefslogtreecommitdiffstats
path: root/chrome/angle.isolate
Commit message (Collapse)AuthorAgeFilesLines
* Made gl_tests, angle_unittests, and gles2_conform_test depend on base.isolate.kbr@chromium.org2014-05-301-0/+3
| | | | | | | | | | | | | These executables are failing on Windows in Debug mode, very likely because they're missing the Visual Studio runtime DLLs. BUG=378021 TBR=maruel@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/302003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273800 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed capitalization of D3DCompiler_46.dll in angle.isolate.kbr@chromium.org2014-01-251-1/+1
| | | | | | | | | | | The capitalization difference was causing the DLL to be absent from the isolate. BUG=321878 TBR=maruel@chromium.org,vadimsh@chromium.org Review URL: https://codereview.chromium.org/130983008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247051 0039d316-1c4b-4281-b951-d872f2087c98
* Add needed D3DCompiler_46.dll to angle.isolate.kbr@chromium.org2014-01-231-0/+3
| | | | | | | | | | | | | D3DCompiler_43.dll should be in here too, but the GYP dependencies are all wrong to allow it to be safely included. For now, leave this as a TODO. BUG=321878 TBR=maruel@chromium.org,vadimsh@chromium.org Review URL: https://codereview.chromium.org/145663005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246721 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes to make GPU tests run in isolated mode.kbr@chromium.org2014-01-161-0/+15
1) To match the gyp dependencies, move clearkeycdmadapter binaries, plugins/, lib32/ and lib64/ from chrome.isolate to browser_tests.isolate. 2) On Windows, include <(version_full).manifest in chrome.isolate to be able to execute chrome.exe. Add needed chrome_child.dll and chrome_elf.dll. 3) Add libEGL.dll and libGLESv2.dll dependencies to gpu.gyp:gl_tests and a new angle.isolate; refer to it from gl_tests.isolate and gles2_conform_test.isolate. 4) Copy run_gpu_test to run_gpu_test.py, and invoke that instead in telemetry_gpu_test.isolate, to make this isolate work on Windows. BUG=321878,334539 Review URL: https://codereview.chromium.org/140263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245283 0039d316-1c4b-4281-b951-d872f2087c98