Skip to content

Commit

Permalink
Fix silly copy-paste issue which ignored js_protocol CDP generation
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Sep 25, 2020
1 parent eb9477a commit 44f1083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rb/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ ruby_class_call(name = "cdp-v84",
],
resources = [
{ "//common/devtools/chromium/v84:browser_protocol": "rb/lib/selenium/webdriver/support/cdp/browser_protocol.json" },
{ "//common/devtools/chromium/v84:browser_protocol": "rb/lib/selenium/webdriver/support/cdp/js_protocol.json" }
{ "//common/devtools/chromium/v84:js_protocol": "rb/lib/selenium/webdriver/support/cdp/js_protocol.json" }
]
)

Expand All @@ -341,7 +341,7 @@ ruby_class_call(name = "cdp-v85",
],
resources = [
{ "//common/devtools/chromium/v85:browser_protocol": "rb/lib/selenium/webdriver/support/cdp/browser_protocol.json" },
{ "//common/devtools/chromium/v85:browser_protocol": "rb/lib/selenium/webdriver/support/cdp/js_protocol.json" }
{ "//common/devtools/chromium/v85:js_protocol": "rb/lib/selenium/webdriver/support/cdp/js_protocol.json" }
]
)

Expand All @@ -357,7 +357,7 @@ ruby_class_call(name = "cdp-v86",
],
resources = [
{ "//common/devtools/chromium/v86:browser_protocol": "rb/lib/selenium/webdriver/support/cdp/browser_protocol.json" },
{ "//common/devtools/chromium/v86:browser_protocol": "rb/lib/selenium/webdriver/support/cdp/js_protocol.json" }
{ "//common/devtools/chromium/v86:js_protocol": "rb/lib/selenium/webdriver/support/cdp/js_protocol.json" }
]
)

Expand Down

0 comments on commit 44f1083

Please sign in to comment.