Index: gpu/gpu_ipc_service_unittests.isolate |
diff --git a/gpu/gpu_unittests.isolate b/gpu/gpu_ipc_service_unittests.isolate |
similarity index 80% |
copy from gpu/gpu_unittests.isolate |
copy to gpu/gpu_ipc_service_unittests.isolate |
index 91eafce948e5d472ce2cbfab3dc35033658254da..196acc6e1428b6eca77e389735d15c85b562385b 100644 |
--- a/gpu/gpu_unittests.isolate |
+++ b/gpu/gpu_ipc_service_unittests.isolate |
@@ -1,4 +1,4 @@ |
-# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Copyright 2016 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. |
{ |
@@ -7,7 +7,7 @@ |
'variables': { |
'command': [ |
'../testing/test_env.py', |
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', |
+ '<(PRODUCT_DIR)/gpu_ipc_service_unittests<(EXECUTABLE_SUFFIX)', |
'--brave-new-test-launcher', |
'--test-launcher-bot-mode', |
'--asan=<(asan)', |
@@ -21,7 +21,7 @@ |
'command': [ |
'../testing/xvfb.py', |
'<(PRODUCT_DIR)', |
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', |
+ '<(PRODUCT_DIR)/gpu_ipc_service_unittests<(EXECUTABLE_SUFFIX)', |
'--brave-new-test-launcher', |
'--test-launcher-bot-mode', |
'--asan=<(asan)', |
@@ -44,14 +44,14 @@ |
['OS=="mac" and asan==1 and fastbuild==0', { |
'variables': { |
'files': [ |
- '<(PRODUCT_DIR)/gpu_unittests.dSYM/', |
+ '<(PRODUCT_DIR)/gpu_ipc_service_unittests.dSYM/', |
], |
}, |
}], |
['OS=="win" and (fastbuild==0 or fastbuild==1)', { |
'variables': { |
'files': [ |
- '<(PRODUCT_DIR)/gpu_unittests.exe.pdb', |
+ '<(PRODUCT_DIR)/gpu_ipc_service_unittests.exe.pdb', |
], |
}, |
}], |