2014-04-03 18:34:24 +00:00
|
|
|
# Copyright 2010 Google Inc. All rights reserved.
|
2010-05-03 20:21:40 +00:00
|
|
|
#
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following disclaimer
|
|
|
|
# in the documentation and/or other materials provided with the
|
|
|
|
# distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived from
|
|
|
|
# this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
2014-04-02 20:18:55 +00:00
|
|
|
# This is used to mimic the svn:externals mechanism for gclient (both Git and
|
|
|
|
# SVN) based checkouts of Breakpad. As such, its use is entirely optional. If
|
|
|
|
# using a manually managed SVN checkout as opposed to a gclient managed checkout
|
|
|
|
# you can still use the hooks mechanism for generating project files by calling
|
|
|
|
# 'gclient runhooks' rather than 'gclient sync'.
|
|
|
|
|
|
|
|
deps = {
|
|
|
|
# Logging code.
|
|
|
|
"src/src/third_party/glog":
|
2016-01-07 00:44:41 +00:00
|
|
|
"https://github.com/google/glog.git" +
|
2016-01-25 20:10:38 +00:00
|
|
|
"@v0.3.4",
|
2014-04-02 20:18:55 +00:00
|
|
|
|
|
|
|
# Testing libraries and utilities.
|
2016-01-07 00:44:41 +00:00
|
|
|
"src/src/testing":
|
|
|
|
"https://github.com/google/googletest.git" +
|
2016-11-18 12:19:03 +00:00
|
|
|
"@release-1.8.0",
|
2014-04-02 20:18:55 +00:00
|
|
|
|
|
|
|
# Protobuf.
|
|
|
|
"src/src/third_party/protobuf/protobuf":
|
2016-01-07 00:44:41 +00:00
|
|
|
"https://github.com/google/protobuf.git" +
|
|
|
|
"@cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac",
|
2014-04-02 20:18:55 +00:00
|
|
|
|
|
|
|
# GYP project generator.
|
2016-01-07 00:44:41 +00:00
|
|
|
"src/src/tools/gyp":
|
|
|
|
"https://chromium.googlesource.com/external/gyp/" +
|
|
|
|
"@e8ab0833a42691cd2184bd4c45d779e43821d3e0",
|
2014-04-02 20:18:55 +00:00
|
|
|
|
|
|
|
# Linux syscall support.
|
|
|
|
"src/src/third_party/lss":
|
2015-09-11 05:37:29 +00:00
|
|
|
"https://chromium.googlesource.com/linux-syscall-support/" +
|
2017-03-01 21:01:41 +00:00
|
|
|
"@c555f533313986d29c827eb59c7bd99fd37b3ec4",
|
2014-04-02 20:18:55 +00:00
|
|
|
}
|
|
|
|
|
2010-05-03 20:21:40 +00:00
|
|
|
hooks = [
|
|
|
|
{
|
2014-04-02 20:18:55 +00:00
|
|
|
# TODO(chrisha): Fix the GYP files so that they work without
|
|
|
|
# --no-circular-check.
|
2010-05-03 20:21:40 +00:00
|
|
|
"pattern": ".",
|
|
|
|
"action": ["python",
|
2014-04-02 21:34:42 +00:00
|
|
|
"src/src/tools/gyp/gyp_main.py",
|
2014-04-02 20:18:55 +00:00
|
|
|
"--no-circular-check",
|
2010-05-03 20:21:40 +00:00
|
|
|
"src/src/client/windows/breakpad_client.gyp"],
|
|
|
|
},
|
2017-02-10 14:32:44 +00:00
|
|
|
{
|
|
|
|
# XXX: this and above should all be wired into build/all.gyp ?
|
|
|
|
"action": ["python",
|
|
|
|
"src/src/tools/gyp/gyp_main.py",
|
|
|
|
"--no-circular-check",
|
|
|
|
"src/src/tools/windows/tools_windows.gyp"],
|
|
|
|
},
|
2016-09-01 17:27:16 +00:00
|
|
|
{
|
|
|
|
# Keep the manifest up to date.
|
|
|
|
"action": ["python", "src/src/tools/python/deps-to-manifest.py",
|
|
|
|
"src/DEPS", "src/default.xml"],
|
|
|
|
},
|
2010-05-03 20:21:40 +00:00
|
|
|
]
|