From 2b94bfe47ccb6c08047959d1c26e392919550e86 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 25 Jan 2019 16:25:39 +0100 Subject: BASELINE: Update Chromium to 71.0.3578.140 Change-Id: Ia85516cc06e245e449ca8a6652242b8a1bcace74 Reviewed-by: Michal Klocek --- .../swarming_client/example/payload/hello_world.isolate | 10 ---------- chromium/tools/swarming_client/tools/spam.isolate | 14 -------------- 2 files changed, 24 deletions(-) delete mode 100644 chromium/tools/swarming_client/example/payload/hello_world.isolate delete mode 100644 chromium/tools/swarming_client/tools/spam.isolate (limited to 'chromium/tools') diff --git a/chromium/tools/swarming_client/example/payload/hello_world.isolate b/chromium/tools/swarming_client/example/payload/hello_world.isolate deleted file mode 100644 index 4157aaa2e60..00000000000 --- a/chromium/tools/swarming_client/example/payload/hello_world.isolate +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 2012 The LUCI Authors. All rights reserved. -# Use of this source code is governed under the Apache License, Version 2.0 -# that can be found in the LICENSE file. -{ - 'variables': { - 'files': [ - 'hello_world.py' - ], - }, -} diff --git a/chromium/tools/swarming_client/tools/spam.isolate b/chromium/tools/swarming_client/tools/spam.isolate deleted file mode 100644 index 014eb075ca6..00000000000 --- a/chromium/tools/swarming_client/tools/spam.isolate +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2014 The LUCI Authors. All rights reserved. -# Use of this source code is governed under the Apache License, Version 2.0 -# that can be found in the LICENSE file. -{ - 'variables': { - 'command': [ - 'python', - 'spam.py', - ], - 'files': [ - 'spam.py', - ], - }, -} -- cgit v1.2.1