summaryrefslogtreecommitdiffstats
path: root/chrome/breakpad.isolate
blob: 4aa76bef93a6a2b21f9d3c05705821e286f5d2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright (c) 2015 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.
{
  'variables': {
    'files': [
      '../components/crash/content/tools/generate_breakpad_symbols.py',
    ],
  },
  'conditions': [
    ['OS=="linux"', {
      'variables': {
        'files': [
          '<(PRODUCT_DIR)/dump_syms',
        ],
      },
    }],
    ['OS=="mac"', {
      'variables': {
        'files': [
          '<(PRODUCT_DIR)/crashpad_database_util',
          '<(PRODUCT_DIR)/dump_syms',
        ],
      },
    }],
  ],
}