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

Unified Diff: ui/views/views_unittests.isolate

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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 | « ui/views/views.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_unittests.isolate
diff --git a/ui/wm/wm_unittests.isolate b/ui/views/views_unittests.isolate
similarity index 88%
copy from ui/wm/wm_unittests.isolate
copy to ui/views/views_unittests.isolate
index 5431fb9a5964becc873b5988834f33f4fe5ec27f..d58415f3942fcfb59524fa54ec3bda596080db61 100644
--- a/ui/wm/wm_unittests.isolate
+++ b/ui/views/views_unittests.isolate
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright (c) 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)/wm_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/views_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)/wm_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/views_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
« no previous file with comments | « ui/views/views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698