|
Preparation patch for moving the chrome crashpad integration into chrome_elf.
Changes in this patch as below :
1. Moved the ChromeCrashReporterClient class on Windows to chrome/app/chrome_crash_reporter_client_win.cc/.h
These files still contain common code from chrome_crash_reporter_client.cc/.h. Will fix this in an upcoming patch.
2. Use the chrome_crash_reporter_client_win.cc/.h on Windows.
3. Moved the chrome_elf_util.cc/.h files to a new target chrome/install_static. These files have been renamed to
install_util.cc/.h. The new target install_static_util is a static library and is currently lined with chrome_elf and related
targets.
4. Used the install_static_util target in chrome_elf targets.
BUG= 604923
Committed: https://crrev.com/0a700e23869fd67a39b24a556a0232b1bafaaa5e
Cr-Commit-Position: refs/heads/master@{#388666}
Total comments: 4
Total comments: 4
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+197 lines, -677 lines) |
Patch |
|
M |
chrome/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/app/chrome_crash_reporter_client.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+6 lines, -27 lines |
0 comments
|
Download
|
|
M |
chrome/app/chrome_crash_reporter_client.cc
|
View
|
1
2
3
|
3 chunks |
+1 line, -220 lines |
0 comments
|
Download
|
|
A + |
chrome/app/chrome_crash_reporter_client_win.h
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -25 lines |
0 comments
|
Download
|
|
A + |
chrome/app/chrome_crash_reporter_client_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+13 lines, -100 lines |
0 comments
|
Download
|
|
M |
chrome/app/chrome_exe_main_win.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/app/chrome_main_delegate.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/app/main_dll_loader_win.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/process_singleton_win.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_exe.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A |
chrome/chrome_installer_static.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
chrome/install_static/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
|
A + |
chrome/install_static/install_util.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
A + |
chrome/install_static/install_util.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/nacl/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/nacl/nacl_exe_win_64.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/base/chrome_test_launcher.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome_elf/BUILD.gn
|
View
|
1
2
3
|
6 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome_elf/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome_elf/blacklist/blacklist.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome_elf/blacklist/test/blacklist_test_main_dll.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome_elf/breakpad.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome_elf/chrome_elf.gyp
|
View
|
1
2
|
5 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome_elf/chrome_elf_main.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
D |
chrome_elf/chrome_elf_util.h
|
View
|
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
|
D |
chrome_elf/chrome_elf_util.cc
|
View
|
|
1 chunk |
+0 lines, -224 lines |
0 comments
|
Download
|
|
M |
chrome_elf/chrome_elf_util_unittest.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
components/nacl/broker/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 29 (12 generated)
|