summaryrefslogtreecommitdiff
path: root/chromium/build/secondary/third_party/android_platform/development/scripts/BUILD.gn
blob: 6a3f7aafd0e723fa2637ee43aa87cc5a0f6f7930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2017 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.

import("//build/config/android/config.gni")

group("stack_py") {
  _pydeps_file = "//build/secondary/third_party/android_platform/development/scripts/stack.pydeps"
  _py_files = read_file(_pydeps_file, "list lines")

  set_sources_assignment_filter([ "#*" ])
  sources = _py_files
  data = sources + [
           _pydeps_file,
           "//third_party/android_platform/development/scripts/stack",
           "//third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer",
         ]
}