From 4460d9ceda27029cd1474141ec9f114a5b4eadef Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Mon, 21 Dec 2009 19:56:50 +0000 Subject: 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 --- breakpad/breakpad.gyp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'breakpad/breakpad.gyp') 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', ], -- cgit v1.1