|
Partially componentize chrome/common/crash_keys.
Create a new component crash_keys and move there all the free functions
and constants that are used by iOS so that the code can be shared.
Do not move the key registration into the component as the list of keys
that can be used depends on the embedder.
Provides an iOS specific key registration method.
BUG= 520968
Committed: https://crrev.com/a7434334176b476cf1a06ce84abe2dcc2a2cb652
Cr-Commit-Position: refs/heads/master@{#344256}
Total comments: 6
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+283 lines, -123 lines) |
Patch |
 |
M |
chrome/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_exe.gypi
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/crash_keys.h
|
View
|
|
5 chunks |
+1 line, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/common/crash_keys.cc
|
View
|
|
6 chunks |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
chrome/common/mac/objc_zombie.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/OWNERS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/components.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
components/crash_keys.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/crash_keys/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
components/crash_keys/DEPS
|
View
|
|
1 chunk |
+1 line, -2 lines |
1 comment
|
Download
|
 |
A + |
components/crash_keys/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
components/crash_keys/crash_keys.h
|
View
|
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/crash_keys/crash_keys.cc
|
View
|
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/DEPS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/browser/crash_report/crash_keys.h
|
View
|
1
2
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/browser/crash_report/crash_keys.cc
|
View
|
1
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/ios_chrome.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (6 generated)
|