diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-21 19:56:50 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-21 19:56:50 +0000 |
commit | 4460d9ceda27029cd1474141ec9f114a5b4eadef (patch) | |
tree | 737502015791c9282bc4748a56740ef981f07899 /breakpad | |
parent | 7b6a168f5be82244bdd85282918a964faeda7306 (diff) | |
download | chromium_src-4460d9ceda27029cd1474141ec9f114a5b4eadef.zip chromium_src-4460d9ceda27029cd1474141ec9f114a5b4eadef.tar.gz chromium_src-4460d9ceda27029cd1474141ec9f114a5b4eadef.tar.bz2 |
Fix breakpad.gyp to reflect the new locations of the DWARF utilities. These
files moved in Breakpad r446, and the .gyp file should have been modified when
Breakpad was updated from r432 to r452 in our r34916.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/504077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index ab5b98d..7dcb571 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -99,9 +99,9 @@ 'breakpad_utilities', ], 'sources': [ - 'src/common/mac/dwarf/bytereader.cc', - 'src/common/mac/dwarf/dwarf2reader.cc', - 'src/common/mac/dwarf/functioninfo.cc', + 'src/common/dwarf/bytereader.cc', + 'src/common/dwarf/dwarf2reader.cc', + 'src/common/dwarf/functioninfo.cc', 'src/common/mac/dump_syms.mm', 'src/tools/mac/dump_syms/dump_syms_tool.mm', ], |