Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 2295913003: [DevTools] Switch from platform/v8_inspector to v8/v8-inspector.h. (Closed)
Patch Set: rebase, gn only Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 The protocol.json has split into separate files. https://crbug.com/580337 1 The protocol.json has split into separate files. https://crbug.com/580337
2 2
3 One for the browser, one for a V8 javascript environment: 3 One for the browser, one for a V8 javascript environment:
4 src/third_party/WebKit/Source/core/inspector/browser_protocol.json 4 src/third_party/WebKit/Source/core/inspector/browser_protocol.json
5 src/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json 5 src/v8/src/inspector/js_protocol.json
6 6
7 Browsable here: 7 Browsable here:
8 https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/S ource/core/inspector/browser_protocol.json 8 https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/S ource/core/inspector/browser_protocol.json
9 https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/S ource/platform/v8_inspector/js_protocol.json 9 https://chromium.googlesource.com/v8/v8/+/master/src/inspector/js_protocol.j son
10 10
11 More details on the protocol: 11 More details on the protocol:
12 https://developer.chrome.com/devtools/docs/debugger-protocol 12 https://developer.chrome.com/devtools/docs/debugger-protocol
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698