blob: f15377d4a1c5c6827caf44b13d4e385c345dcc90 [file] [log] [blame]
# 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/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',
],
},
}],
],
}