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

Unified Diff: third_party/libaddressinput/libaddressinput_unittests.isolate

Issue 1695663005: [Testing] Version 2: Run libaddressinput_unittests on bots Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial 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 | « third_party/libaddressinput/libaddressinput_unittests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput_unittests.isolate
diff --git a/ui/gfx/gfx_unittests.isolate b/third_party/libaddressinput/libaddressinput_unittests.isolate
similarity index 58%
copy from ui/gfx/gfx_unittests.isolate
copy to third_party/libaddressinput/libaddressinput_unittests.isolate
index 3712f1333b8dafe98d73f7b6839936dac5a8a0a7..4f2bd6060b966add58797b85521a67f666b1b47d 100644
--- a/ui/gfx/gfx_unittests.isolate
+++ b/third_party/libaddressinput/libaddressinput_unittests.isolate
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 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.
{
@@ -6,11 +6,11 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/gfx_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/libaddressinput_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- 'test/data/',
- '<(PRODUCT_DIR)/ui_test.pak',
+ '<(PRODUCT_DIR)/libaddressinput_unittests<(EXECUTABLE_SUFFIX)',
+ 'src/testdata/',
],
},
}],
« no previous file with comments | « third_party/libaddressinput/libaddressinput_unittests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698