summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorbungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 16:01:18 +0000
committerbungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 16:01:18 +0000
commitfc72ceb305d5ef030e7e69cce8223927353cf52e (patch)
tree4381a6d45e67f6444fa418c418365bc8b83302c5 /breakpad
parent4fd0a5451f9b1b6d48be595c9bc1b4e006fcdd31 (diff)
downloadchromium_src-fc72ceb305d5ef030e7e69cce8223927353cf52e.zip
chromium_src-fc72ceb305d5ef030e7e69cce8223927353cf52e.tar.gz
chromium_src-fc72ceb305d5ef030e7e69cce8223927353cf52e.tar.bz2
Update location of breakpad's scoped_ptr.h
With https://code.google.com/p/google-breakpad/source/detail?r=1096 breakpad's scoped_ptr.h moved to common. Update gyp file so that IDEs have the correct location for this file in their projects. Review URL: https://codereview.chromium.org/12334114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184963 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 910a56d..e825b38 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -507,6 +507,7 @@
'type': 'static_library',
'sources': [
+ 'src/common/scoped_ptr.h',
'src/processor/basic_code_modules.cc',
'src/processor/basic_code_modules.h',
'src/processor/logging.cc',
@@ -514,7 +515,6 @@
'src/processor/minidump.cc',
'src/processor/pathname_stripper.cc',
'src/processor/pathname_stripper.h',
- 'src/processor/scoped_ptr.h',
],
'include_dirs': [