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

Unified Diff: chrome/ct_skps.isolate

Issue 2766673003: Remove checked-in .isolate files. (Closed)
Patch Set: Created 3 years, 9 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 | « chrome/chrome.isolate ('k') | gin/v8.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/ct_skps.isolate
diff --git a/chrome/ct_skps.isolate b/chrome/ct_skps.isolate
deleted file mode 100644
index ee5e265eabab39582ad60504409016582cec4100..0000000000000000000000000000000000000000
--- a/chrome/ct_skps.isolate
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (c) 2015 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.
-
-{
- 'conditions': [
- ['OS=="linux"', {
- 'variables': {
- 'files': [
- '../../skia/resources/',
- '../../skia/out/<(CONFIGURATION)/<(TOOL_NAME)',
- '../content/test/ct/run_ct_skps.py',
- '../../skps/slave<(SLAVE_NUM)/',
- ],
- 'command': [
- 'python',
- '../content/test/ct/run_ct_skps.py',
- '--slave_num', '<(SLAVE_NUM)',
- '--tool', '<(TOOL_NAME)',
- '--git_hash', '<(GIT_HASH)',
- '--isolated_outdir', '${ISOLATED_OUTDIR}',
- '--configuration', '<(CONFIGURATION)',
- '--builder', '<(BUILDER)',
- ],
- },
- }],
- ]
-}
« no previous file with comments | « chrome/chrome.isolate ('k') | gin/v8.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698