diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 18:50:59 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 18:50:59 +0000 |
commit | b45dd1e2fbf4d2a42f0ca62f6bad34861e925539 (patch) | |
tree | af7c4d63fb28b19df3753e9fe5c10ab36ad392ee /breakpad | |
parent | 37d9092dca691beb954998b2a0f55dd3bdabc596 (diff) | |
download | chromium_src-b45dd1e2fbf4d2a42f0ca62f6bad34861e925539.zip chromium_src-b45dd1e2fbf4d2a42f0ca62f6bad34861e925539.tar.gz chromium_src-b45dd1e2fbf4d2a42f0ca62f6bad34861e925539.tar.bz2 |
Roll DEPS for Breakpad r692:r697, try 3.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3432019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index d966781..35389e3 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -321,6 +321,30 @@ ], }, { + # Breakpad r693 uses some files from src/processor in unit tests. + 'target_name': 'breakpad_processor_support', + 'type': '<(library)', + + 'sources': [ + 'src/processor/basic_code_modules.cc', + 'src/processor/basic_code_modules.h', + 'src/processor/logging.cc', + 'src/processor/logging.h', + 'src/processor/minidump.cc', + 'src/processor/minidump.h', + 'src/processor/pathname_stripper.cc', + 'src/processor/pathname_stripper.h', + ], + + 'include_dirs': [ + 'src', + 'src/client', + 'src/third_party/linux/include', + '..', + '.', + ], + }, + { 'target_name': 'breakpad_unittests', 'type': 'executable', 'dependencies': [ @@ -328,6 +352,7 @@ '../testing/gtest.gyp:gtestmain', '../testing/gmock.gyp:gmock', 'breakpad_client', + 'breakpad_processor_support', ], 'sources': [ |