Chromium Code Reviews| 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", |
| 11 "options": [ | 11 "options": [ |
| 12 { | 12 { |
| 13 "domain": "Browser" | |
|
dgozman
2017/03/23 22:56:01
I think we don't even need this.
jzfeng
2017/03/24 02:24:40
Done.
| |
| 14 }, | |
| 15 { | |
| 13 "domain": "DOM", | 16 "domain": "DOM", |
| 14 "include": ["setFileInputFiles"], | 17 "include": ["setFileInputFiles"], |
| 15 "include_events": [], | 18 "include_events": [], |
| 16 "include_types": ["NodeId", "RGBA"] | 19 "include_types": ["NodeId", "RGBA"] |
| 17 }, | 20 }, |
| 18 { | 21 { |
| 19 "domain": "Emulation", | 22 "domain": "Emulation", |
| 20 "include": ["setGeolocationOverride", "clearGeolocationOverride" , "setTouchEmulationEnabled", "canEmulate", "setDeviceMetricsOverride", "clearDe viceMetricsOverride", "setVisibleSize"] | 23 "include": ["setGeolocationOverride", "clearGeolocationOverride" , "setTouchEmulationEnabled", "canEmulate", "setDeviceMetricsOverride", "clearDe viceMetricsOverride", "setVisibleSize"] |
| 21 }, | 24 }, |
| 22 { | 25 { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 87 }, | 90 }, |
| 88 | 91 |
| 89 "lib": { | 92 "lib": { |
| 90 "package": "content/browser/devtools/protocol", | 93 "package": "content/browser/devtools/protocol", |
| 91 "output": "protocol", | 94 "output": "protocol", |
| 92 "string_header": "content/browser/devtools/protocol_string.h", | 95 "string_header": "content/browser/devtools/protocol_string.h", |
| 93 "export_macro": "CONTENT_EXPORT", | 96 "export_macro": "CONTENT_EXPORT", |
| 94 "export_header": "content/common/content_export.h" | 97 "export_header": "content/common/content_export.h" |
| 95 } | 98 } |
| 96 } | 99 } |
| OLD | NEW |