diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index bd4ec66..5f5bab8 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2060,8 +2060,8 @@ ], 'dependencies': [ 'views', - '../build/temp_gyp/breakpad.gyp:breakpad_handler', - '../build/temp_gyp/breakpad.gyp:breakpad_sender', + '../breakpad/breakpad.gyp:breakpad_handler', + '../breakpad/breakpad.gyp:breakpad_sender', '../sandbox/sandbox.gyp:sandbox', 'worker', ], |