Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1307)

Unified Diff: gpu/gpu_ipc_service_unittests.isolate

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/gpu_ipc_service_unittests_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
}],
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/gpu_ipc_service_unittests_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698