Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2813)

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 7219007: Fix up crash reporting in unit tests and the Chrome Frame helper processes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_helper_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 89645)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -261,6 +261,7 @@
],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
+ '<(DEPTH)/breakpad/src',
],
'resource_include_dirs': [
'<(INTERMEDIATE_DIR)',
@@ -400,6 +401,9 @@
'chrome_tab_idl',
'npchrome_frame',
],
+ 'include_dirs': [
+ '<(DEPTH)/breakpad/src',
+ ],
'sources': [
'../net/url_request/url_request_unittest.cc',
'test/chrome_frame_test_utils.cc',
@@ -574,6 +578,7 @@
],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
+ '<(DEPTH)/breakpad/src',
# To allow including "chrome_tab.h"
'<(INTERMEDIATE_DIR)',
],
@@ -649,7 +654,6 @@
{
'target_name': 'chrome_frame_utils',
# The intent is that shared util code can be built into a separate lib.
- # Currently on the resource loading code is here.
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base_i18n',
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_helper_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698