OLD | NEW |
1 { | 1 { |
2 "use_snake_file_names": true, | 2 "use_snake_file_names": true, |
3 "use_title_case_methods": true, | 3 "use_title_case_methods": true, |
4 | 4 |
5 "protocol": { | 5 "protocol": { |
6 "package": "content/browser/devtools/protocol", | 6 "package": "content/browser/devtools/protocol", |
7 "output": "protocol", | 7 "output": "protocol", |
8 "namespace": ["content", "protocol"], | 8 "namespace": ["content", "protocol"], |
9 "export_macro": "CONTENT_EXPORT", | 9 "export_macro": "CONTENT_EXPORT", |
10 "export_header": "content/common/content_export.h", | 10 "export_header": "content/common/content_export.h", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 "include": ["enable", "disable", "reload", "navigate", "stopLoad
ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", | 42 "include": ["enable", "disable", "reload", "navigate", "stopLoad
ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", |
43 "startScreencast", "stopScreencast", "screencastFrameAck", "
handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner", | 43 "startScreencast", "stopScreencast", "screencastFrameAck", "
handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner", |
44 "setControlNavigations", "processNavigation"], | 44 "setControlNavigations", "processNavigation"], |
45 "include_events": ["interstitialShown", "interstitialHidden", "n
avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic
ked"], | 45 "include_events": ["interstitialShown", "interstitialHidden", "n
avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic
ked"], |
46 "async": ["captureScreenshot"] | 46 "async": ["captureScreenshot"] |
47 }, | 47 }, |
48 { | 48 { |
49 "domain": "Schema" | 49 "domain": "Schema" |
50 }, | 50 }, |
51 { | 51 { |
52 "domain": "Security" | |
53 }, | |
54 { | |
55 "domain": "SystemInfo", | 52 "domain": "SystemInfo", |
56 "async": ["getInfo"] | 53 "async": ["getInfo"] |
57 }, | 54 }, |
58 { | 55 { |
59 "domain": "Tethering", | 56 "domain": "Tethering", |
60 "async": ["bind", "unbind"] | 57 "async": ["bind", "unbind"] |
61 }, | 58 }, |
62 { | 59 { |
63 "domain": "Tracing", | 60 "domain": "Tracing", |
64 "async": ["start", "end", "getCategories", "requestMemoryDump"] | 61 "async": ["start", "end", "getCategories", "requestMemoryDump"] |
65 } | 62 } |
66 ] | 63 ] |
67 }, | 64 }, |
68 | 65 |
69 "lib": { | 66 "lib": { |
70 "package": "content/browser/devtools/protocol", | 67 "package": "content/browser/devtools/protocol", |
71 "output": "protocol", | 68 "output": "protocol", |
72 "string_header": "content/browser/devtools/protocol_string.h", | 69 "string_header": "content/browser/devtools/protocol_string.h", |
73 "export_macro": "CONTENT_EXPORT", | 70 "export_macro": "CONTENT_EXPORT", |
74 "export_header": "content/common/content_export.h" | 71 "export_header": "content/common/content_export.h" |
75 } | 72 } |
76 } | 73 } |
OLD | NEW |