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

Unified Diff: tools/battor_agent/battor_agent_unittests.isolate

Issue 1645103002: tools/battor_agent: Adds battor_agent_unittests to waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « tools/battor_agent/battor_agent.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_agent_unittests.isolate
diff --git a/third_party/WebKit/Source/wtf/wtf_unittests.isolate b/tools/battor_agent/battor_agent_unittests.isolate
similarity index 69%
copy from third_party/WebKit/Source/wtf/wtf_unittests.isolate
copy to tools/battor_agent/battor_agent_unittests.isolate
index f3388ff0eb4743ee4669ababa5a83dea8f4833e4..219fb470f6a391352503f3ac634e7748b9b0185d 100644
--- a/third_party/WebKit/Source/wtf/wtf_unittests.isolate
+++ b/tools/battor_agent/battor_agent_unittests.isolate
@@ -1,4 +1,4 @@
-# Copyright (c) 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': [
'<(DEPTH)/testing/test_env.py',
- '<(PRODUCT_DIR)/wtf_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/battor_agent_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -16,12 +16,12 @@
],
'files': [
'<(DEPTH)/testing/test_env.py',
- '<(PRODUCT_DIR)/wtf_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/battor_agent_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
],
'includes': [
- '../../../../base/base.isolate',
+ '../../base/base.isolate',
],
-}
+}
« no previous file with comments | « tools/battor_agent/battor_agent.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698