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

Side by Side Diff: components/ui_devtools/inspector_protocol_config.json

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: add README.md Created 3 years, 6 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
« no previous file with comments | « components/ui_devtools/devtools_server.cc ('k') | components/ui_devtools/string_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "protocol": { 2 "protocol": {
3 "path": "protocol.json", 3 "path": "protocol.json",
4 "package": "components/ui_devtools", 4 "package": "components/ui_devtools",
5 "output": "", 5 "output": "",
6 "namespace": ["ui", "devtools", "protocol"], 6 "namespace": ["ui_devtools", "protocol"],
7 "export_macro": "UI_DEVTOOLS_EXPORT", 7 "export_macro": "UI_DEVTOOLS_EXPORT",
8 "export_header": "components/ui_devtools/devtools_export.h" 8 "export_header": "components/ui_devtools/devtools_export.h"
9 }, 9 },
10 "lib": { 10 "lib": {
11 "package": "components/ui_devtools", 11 "package": "components/ui_devtools",
12 "output": "", 12 "output": "",
13 "string_header": "components/ui_devtools/string_util.h", 13 "string_header": "components/ui_devtools/string_util.h",
14 "export_macro": "UI_DEVTOOLS_EXPORT", 14 "export_macro": "UI_DEVTOOLS_EXPORT",
15 "export_header": "components/ui_devtools/devtools_export.h" 15 "export_header": "components/ui_devtools/devtools_export.h"
16 } 16 }
17 } 17 }
OLDNEW
« no previous file with comments | « components/ui_devtools/devtools_server.cc ('k') | components/ui_devtools/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698