|
[DevTools] Use inspector_protocol generator in content/browser/devtools.
This required rolling inspector_protocol to ae736f1e3ac306688c2d7feaa4f43dbdded01ed3:
- [inspector_protocol] Support chromium code style.
BUG= 664683
TBR=pfeldman
Committed: https://crrev.com/dc4d41727b85a3a2d92499c923fc5614e97dd241
Cr-Commit-Position: refs/heads/master@{#432276}
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+351 lines, -69 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/devtools/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/devtools/protocol_config.json
|
View
|
1
2
3
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/devtools/protocol_string.h
|
View
|
1
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/devtools/protocol_string.cc
|
View
|
1
2
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/browser_protocol.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/CodeGenerator.py
|
View
|
1
|
10 chunks |
+72 lines, -34 lines |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/README.chromium
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/lib/Collections_h.template
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/lib/ErrorSupport_cpp.template
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/lib/Protocol_cpp.template
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/templates/Imported_h.template
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/templates/TypeBuilder_cpp.template
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/inspector_protocol/templates/TypeBuilder_h.template
|
View
|
|
7 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 30 (21 generated)
|