mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 16:49:40 +00:00
Move build configuration to root of repository.
This is in preparation for creating GYP build files for each platform. BUG=https://code.google.com/p/google-breakpad/issues/detail?id=575 R=mark@chromium.org Review URL: https://breakpad.appspot.com/1414002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1304 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
{
|
||||
'includes': [
|
||||
'../../../client/windows/build/common.gypi',
|
||||
'../../../../build/common.gypi',
|
||||
],
|
||||
'targets': [
|
||||
{
|
||||
@@ -38,7 +38,7 @@
|
||||
'dump_syms.cc',
|
||||
],
|
||||
'dependencies': [
|
||||
'<(DEPTH)/common/windows/common_windows.gyp:common_windows_lib',
|
||||
'../../../common/windows/common_windows.gyp:common_windows_lib',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
{
|
||||
'includes': [
|
||||
'../../../client/windows/build/common.gypi',
|
||||
'../../../../build/common.gypi',
|
||||
],
|
||||
'targets': [
|
||||
{
|
||||
@@ -38,7 +38,7 @@
|
||||
'symupload.cc',
|
||||
],
|
||||
'dependencies': [
|
||||
'<(DEPTH)/common/windows/common_windows.gyp:common_windows_lib',
|
||||
'../../../common/windows/common_windows.gyp:common_windows_lib',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user