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', |
], |
-} |
+} |