Add --browserhtml/-b command to ./mach run

This will run Servo with browser.html. We use the latest package in the
dependency tree if there are multiple copies, since there is no way for
Cargo to tell us which one is canonical.
This commit is contained in:
Jack Moffitt 2016-03-04 10:24:09 -07:00
parent 1615f173f7
commit 96cbe7ac97
3 changed files with 35 additions and 1 deletions

6
ports/cef/Cargo.lock generated
View file

@ -127,6 +127,11 @@ name = "brotli"
version = "0.3.20"
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
[[package]]
name = "browserhtml"
version = "0.1.2"
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#120c811302a9993f3aad103fbb695847693969ea"
[[package]]
name = "byteorder"
version = "0.4.2"
@ -1660,6 +1665,7 @@ name = "servo"
version = "0.0.1"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"browserhtml 0.1.2 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
"canvas 0.0.1",
"canvas_traits 0.0.1",
"compositing 0.0.1",

6
ports/gonk/Cargo.lock generated
View file

@ -120,6 +120,11 @@ name = "brotli"
version = "0.3.20"
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
[[package]]
name = "browserhtml"
version = "0.1.2"
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#120c811302a9993f3aad103fbb695847693969ea"
[[package]]
name = "byteorder"
version = "0.4.2"
@ -1642,6 +1647,7 @@ name = "servo"
version = "0.0.1"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"browserhtml 0.1.2 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
"canvas 0.0.1",
"canvas_traits 0.0.1",
"compositing 0.0.1",