From 611f8b7f32397768e57d88daf264ec1452eb6e9e Mon Sep 17 00:00:00 2001 From: "chrisha@chromium.org" Date: Thu, 3 Apr 2014 18:34:24 +0000 Subject: 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 --- src/common/windows/common_windows.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/windows') diff --git a/src/common/windows/common_windows.gyp b/src/common/windows/common_windows.gyp index 6b877759..47336589 100644 --- a/src/common/windows/common_windows.gyp +++ b/src/common/windows/common_windows.gyp @@ -28,7 +28,7 @@ { 'includes': [ - '../../client/windows/build/common.gypi', + '../../../build/common.gypi', ], 'targets': [ { -- cgit v1.2.1