summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_frame.gyp8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index a1c3c6e..95ce7c5 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -154,7 +154,8 @@
['OS=="win"', {
'link_settings': {
'libraries': [
- '-lshdocvw.lib', '-loleacc.lib',
+ '-lshdocvw.lib',
+ '-loleacc.lib',
],
},
'msvs_settings': {
@@ -765,6 +766,9 @@
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
],
+ 'link_settings': {
+ 'libraries': ['-lurlmon.lib'],
+ },
},],
],
'rules': [