summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authorkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 19:34:46 +0000
committerkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 19:34:46 +0000
commiteb66d06bc0295f8ba67298feed2bffee9f89fcd2 (patch)
tree21cadeb78fcf808cb24aaed59f0a131a19ada565 /build/isolate.gypi
parente39bc28661717b73d7966913be7a9eec844f840e (diff)
downloadchromium_src-eb66d06bc0295f8ba67298feed2bffee9f89fcd2.zip
chromium_src-eb66d06bc0295f8ba67298feed2bffee9f89fcd2.tar.gz
chromium_src-eb66d06bc0295f8ba67298feed2bffee9f89fcd2.tar.bz2
Fixes to make GPU tests run in isolated mode.
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
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index cecf9b2..3d23655 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -38,6 +38,9 @@
# for more information.
{
+ 'includes': [
+ '../chrome/version.gypi',
+ ],
'rules': [
{
'rule_name': 'isolate',
@@ -77,6 +80,7 @@
'--config-variable',
'internal_gles2_conform_tests=<(internal_gles2_conform_tests)',
'--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)',
+ '--extra-variable', 'version_full=<(version_full)',
'--result', '<@(_outputs)',
'--isolate', '<(RULE_INPUT_PATH)',
],