summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/telemetry/telemetry.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/catapult/telemetry/telemetry.isolate')
-rw-r--r--chromium/third_party/catapult/telemetry/telemetry.isolate19
1 files changed, 0 insertions, 19 deletions
diff --git a/chromium/third_party/catapult/telemetry/telemetry.isolate b/chromium/third_party/catapult/telemetry/telemetry.isolate
deleted file mode 100644
index 829efecde29..00000000000
--- a/chromium/third_party/catapult/telemetry/telemetry.isolate
+++ /dev/null
@@ -1,19 +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=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- # For now, just include the whole catapult directory.
- # TODO(nednguyen, aiolos): only include what telemetry needs.
- # https://github.com/catapult-project/catapult/issues/1953
- '../',
- # For Telemetry's screenshot support.
- '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ]
-}