summaryrefslogtreecommitdiffstats
path: root/chromium/breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.gyp')
-rw-r--r--chromium/breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.gyp8
1 files changed, 5 insertions, 3 deletions
diff --git a/chromium/breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.gyp b/chromium/breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.gyp
index b5dabc54ff6..3ce307da0d3 100644
--- a/chromium/breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.gyp
+++ b/chromium/breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.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': [
{
@@ -45,6 +44,9 @@
'resource.h',
'small.ico',
],
+ 'libraries': [
+ 'user32.lib',
+ ],
'dependencies': [
'../../breakpad_client.gyp:common',
'../../crash_generation/crash_generation.gyp:crash_generation_server',