| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'includes': [ |
| 6 'telemetry_binary_manager.isolate', |
| 7 ], |
| 5 'conditions': [ | 8 'conditions': [ |
| 6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { | 9 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { |
| 7 'variables': { | 10 'variables': { |
| 8 'files': [ | 11 'files': [ |
| 9 # This list comes from running: | 12 # This list comes from running: |
| 10 # tools/perf/run_benchmark --print-bootstrap-deps | 13 # tools/perf/run_benchmark --print-bootstrap-deps |
| 11 # and filtering out obvious undesired dependencies: | 14 # and filtering out obvious undesired dependencies: |
| 12 # 'src/tools/perf/page_sets/' | 15 # 'src/tools/perf/page_sets/' |
| 13 # 'src/tools/perf/measurements/' | 16 # 'src/tools/perf/measurements/' |
| 14 # 'src/tools/perf/metrics/' | 17 # 'src/tools/perf/metrics/' |
| (...skipping 10 matching lines...) Expand all Loading... |
| 25 '../third_party/flot/jquery.flot.min.js', | 28 '../third_party/flot/jquery.flot.min.js', |
| 26 '../third_party/webpagereplay/', | 29 '../third_party/webpagereplay/', |
| 27 '../tools/telemetry/', | 30 '../tools/telemetry/', |
| 28 # For Telemetry's screenshot support. | 31 # For Telemetry's screenshot support. |
| 29 '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)', | 32 '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)', |
| 30 ], | 33 ], |
| 31 }, | 34 }, |
| 32 }], | 35 }], |
| 33 ] | 36 ] |
| 34 } | 37 } |
| OLD | NEW |