diff options
Diffstat (limited to 'chrome/gpu_unittests.isolate')
-rw-r--r-- | chrome/gpu_unittests.isolate | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/gpu_unittests.isolate b/chrome/gpu_unittests.isolate new file mode 100644 index 0000000..e2c1a03 --- /dev/null +++ b/chrome/gpu_unittests.isolate @@ -0,0 +1,20 @@ +# Copyright 2014 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': [ + 'angle.isolate', + ], + 'conditions': [ + ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { + 'variables': { + 'command': [ + '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', + ], + 'isolate_dependency_tracked': [ + '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', + ], + }, + }], + ], +} |