diff options
Diffstat (limited to 'chrome/telemetry.isolate')
-rw-r--r-- | chrome/telemetry.isolate | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/chrome/telemetry.isolate b/chrome/telemetry.isolate new file mode 100644 index 0000000..2efd69e --- /dev/null +++ b/chrome/telemetry.isolate @@ -0,0 +1,36 @@ +# Copyright (c) 2013 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. +{ + 'includes': [ + 'chrome.isolate', + ], + # This list comes from running: + # tools/perf/run_measurement --print-bootstrap-deps + # and filtering out obvious undesired dependencies: + # 'src/tools/perf/page_sets/' + # 'src/tools/perf/measurements/' + # 'src/tools/perf/metrics/' + # 'src/tools/perf/profile_creators/' + # 'src/tools/perf/benchmarks/' + # 'src/chrome/test/data/extensions/profiles/' + # Note that the dependency on ../build/android/ was made more + # precise to ../build/android/pylib/. + 'variables': { + 'isolate_dependency_tracked': [ + '../chrome/test/functional/webpagereplay.py', + '../third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js', + '../third_party/WebKit/PerformanceTests/resources/statistics.js', + '../third_party/flot/jquery.flot.min.js', + '../tools/perf/unit-info.json', + ], + 'isolate_dependency_untracked': [ + '../build/android/pylib/', + '../build/util/', + '../tools/crx_id/', + '../tools/telemetry/', + '../third_party/android_testrunner/', + '../third_party/webpagereplay/', + ], + }, +} |