diff options
author | ivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-04-10 17:37:20 +0000 |
---|---|---|
committer | ivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-04-10 17:37:20 +0000 |
commit | 7dbca422d49a23cacfca6960da1e3b2b0517b267 (patch) | |
tree | fee7b1ac31c4be47a52bc828e83557422f1894ff /src/common/windows | |
parent | Increase Breakpad's signal handler stack size. (diff) | |
download | breakpad-7dbca422d49a23cacfca6960da1e3b2b0517b267.tar.xz |
Moving directory 'build' one level up as it collides with a file named 'BUILD' which happens to be in that same location in the Google source depot.
R=chrisha@chromium.org, mark@chromium.org
Review URL: https://breakpad.appspot.com/1504002
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1308 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/windows')
-rw-r--r-- | src/common/windows/common_windows.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/windows/common_windows.gyp b/src/common/windows/common_windows.gyp index 47336589..aadc21a7 100644 --- a/src/common/windows/common_windows.gyp +++ b/src/common/windows/common_windows.gyp @@ -28,7 +28,7 @@ { 'includes': [ - '../../../build/common.gypi', + '../../build/common.gypi', ], 'targets': [ { |