Commit 3f9d5bde authored by philipj's avatar philipj Committed by Commit bot

Update some paths from components/breakpad/ to components/crash/

It was moved in https://crrev.com/55b8563

Found by git grep 'components.*breakpad'

BUG=406410
R=rsesek@chromium.org
TBR=jochen@chromium.org

Review URL: https://codereview.chromium.org/511223002

Cr-Commit-Position: refs/heads/master@{#292376}
parent de9cf946
...@@ -168,7 +168,7 @@ _BANNED_CPP_FUNCTIONS = ( ...@@ -168,7 +168,7 @@ _BANNED_CPP_FUNCTIONS = (
True, True,
( (
r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_loader\.cc$", r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_loader\.cc$",
r"^components[\\\/]breakpad[\\\/]app[\\\/]breakpad_mac\.mm$", r"^components[\\\/]crash[\\\/]app[\\\/]breakpad_mac\.mm$",
r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$", r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$",
r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$", r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$",
r"^mojo[\\\/]system[\\\/]raw_shared_buffer_posix\.cc$", r"^mojo[\\\/]system[\\\/]raw_shared_buffer_posix\.cc$",
......
...@@ -421,7 +421,7 @@ class CheckAddedDepsHaveTetsApprovalsTest(unittest.TestCase): ...@@ -421,7 +421,7 @@ class CheckAddedDepsHaveTetsApprovalsTest(unittest.TestCase):
'"+chrome/plugin/chrome_content_plugin_client.h",', '"+chrome/plugin/chrome_content_plugin_client.h",',
'"+chrome/utility/chrome_content_utility_client.h",', '"+chrome/utility/chrome_content_utility_client.h",',
'"+chromeos/chromeos_paths.h",', '"+chromeos/chromeos_paths.h",',
'"+components/breakpad",', '"+components/crash",',
'"+components/nacl/common",', '"+components/nacl/common",',
'"+content/public/browser/render_process_host.h",', '"+content/public/browser/render_process_host.h",',
'"+jni/fooblat.h",', '"+jni/fooblat.h",',
......
...@@ -58,7 +58,7 @@ def main(): ...@@ -58,7 +58,7 @@ def main():
print "# Generate symbols." print "# Generate symbols."
breakpad_tools_dir = os.path.join( breakpad_tools_dir = os.path.join(
os.path.dirname(__file__), '..', '..', '..', os.path.dirname(__file__), '..', '..', '..',
'components', 'breakpad', 'tools') 'components', 'crash', 'tools')
generate_symbols = os.path.join( generate_symbols = os.path.join(
breakpad_tools_dir, 'generate_breakpad_symbols.py') breakpad_tools_dir, 'generate_breakpad_symbols.py')
symbols_dir = os.path.join(crash_dir, 'symbols') symbols_dir = os.path.join(crash_dir, 'symbols')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment