| OLD | NEW |
| (Empty) |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 { | |
| 5 # This isolate describes dependencies needed to run Telemetry tests | |
| 6 # that run in Chromium. | |
| 7 'includes': [ | |
| 8 '../../../chrome/breakpad.isolate', | |
| 9 '../../../chrome/cdb.isolate', | |
| 10 '../../../chrome/chrome.isolate', | |
| 11 'telemetry_binary_manager.isolate', | |
| 12 ], | |
| 13 'conditions': [ | |
| 14 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { | |
| 15 'variables': { | |
| 16 'files': [ | |
| 17 '../../../third_party/catapult/', | |
| 18 ], | |
| 19 }, | |
| 20 }], | |
| 21 ] | |
| 22 | |
| 23 } | |
| OLD | NEW |