summaryrefslogtreecommitdiffstats
path: root/chrome/telemetry_gpu_test.isolate
blob: 6a003ae948644bec4d2466e68512d5d488644487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (c) 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
  'includes': [
    'telemetry.isolate',
  ],
  # This isolate allows any of the GPU tests, including the WebGL
  # conformance tests, to be run. However, extra command line arguments
  # must be supplied in order to run any one of them.
  'variables': {
    'isolate_dependency_untracked': [
      '../content/test/gpu/',
      '../content/test/data/gpu/',
      # For GpuProcess.video
      '../content/test/data/media/bear.ogv',
      # For webgl_conformance
      '../third_party/webgl/',
    ],
    'command': [
      '../content/test/gpu/run_gpu_test',
    ],
  },
}