We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3f81e commit 101715bCopy full SHA for 101715b
ide/main/build.desc
@@ -16,7 +16,7 @@ mozilla_extension(name = "selenium-ide",
16
{ "../../javascript/selenium-core" : "chrome/content"},
17
{ "src/chrome/icons" : "chrome" },
18
{ "//javascript/selenium-atoms" : "chrome/content/selenium-core/scripts/atoms.js"},
19
- { "//third_party/js/sizzle" : "chrome/content/selenium-core/lib/sizzle.js" }
+ { "//third_party/js/sizzle:js" : "chrome/content/selenium-core/lib/sizzle.js" }
20
],
21
chrome = "src/chrome.manifest.production",
22
install = "src/install.rdf")
0 commit comments