telemetry.isolate 655 B

12345678910111213141516171819
  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
  3. # found in the LICENSE file.
  4. {
  5. 'conditions': [
  6. ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
  7. 'variables': {
  8. 'files': [
  9. # For now, just include the whole catapult directory.
  10. # TODO(nednguyen, aiolos): only include what telemetry needs.
  11. # https://github.com/catapult-project/catapult/issues/1953
  12. '../',
  13. # For Telemetry's screenshot support.
  14. '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
  15. ],
  16. },
  17. }],
  18. ]
  19. }