aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/sender
diff options
context:
space:
mode:
authorchrisha@chromium.org <chrisha@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-04-03 18:34:24 +0000
committerchrisha@chromium.org <chrisha@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-04-03 18:34:24 +0000
commit611f8b7f32397768e57d88daf264ec1452eb6e9e (patch)
treef81714dce0a47121c27503130a623aca13bf264e /src/client/windows/sender
parentFix ElfCoreDumpTest.ValidCoreFile unit test. (diff)
downloadbreakpad-611f8b7f32397768e57d88daf264ec1452eb6e9e.tar.xz
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
Diffstat (limited to 'src/client/windows/sender')
-rw-r--r--src/client/windows/sender/crash_report_sender.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/windows/sender/crash_report_sender.gyp b/src/client/windows/sender/crash_report_sender.gyp
index e4db3a86..f87824b1 100644
--- a/src/client/windows/sender/crash_report_sender.gyp
+++ b/src/client/windows/sender/crash_report_sender.gyp
@@ -1,5 +1,4 @@
-# Copyright (c) 2010, Google Inc.
-# All rights reserved.
+# Copyright 2010 Google Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -29,7 +28,7 @@
{
'includes': [
- '../build/common.gypi',
+ '../../../../build/common.gypi',
],
'targets': [
{