mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Auto merge of #14172 - servo:ports, r=jdm
Move the servo binary to ports. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14172) <!-- Reviewable:end -->
This commit is contained in:
commit
f14e7339b5
13 changed files with 155 additions and 104 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "servo"
|
name = "libservo"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["The Servo Project Developers"]
|
authors = ["The Servo Project Developers"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
@ -12,13 +12,6 @@ name = "servo"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
crate-type = ["rlib"]
|
crate-type = ["rlib"]
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "servo"
|
|
||||||
path = "main.rs"
|
|
||||||
test = false
|
|
||||||
doc = false
|
|
||||||
bench = false
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["webdriver", "max_log_level"]
|
default = ["webdriver", "max_log_level"]
|
||||||
max_log_level = ["log/release_max_level_info"]
|
max_log_level = ["log/release_max_level_info"]
|
||||||
|
@ -26,6 +19,7 @@ webdriver = ["webdriver_server"]
|
||||||
energy-profiling = ["profile_traits/energy-profiling"]
|
energy-profiling = ["profile_traits/energy-profiling"]
|
||||||
testing = ["style/testing"]
|
testing = ["style/testing"]
|
||||||
clippy = ["plugins/clippy"]
|
clippy = ["plugins/clippy"]
|
||||||
|
debugmozjs = ["script/debugmozjs"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
@ -33,18 +27,6 @@ opt-level = 3
|
||||||
# debug = true
|
# debug = true
|
||||||
# lto = false
|
# lto = false
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
compiletest_helper = {path = "../../tests/compiletest/helper"}
|
|
||||||
gfx_tests = {path = "../../tests/unit/gfx"}
|
|
||||||
layout_tests = {path = "../../tests/unit/layout"}
|
|
||||||
net_tests = {path = "../../tests/unit/net"}
|
|
||||||
net_traits_tests = {path = "../../tests/unit/net_traits"}
|
|
||||||
plugin_compiletest = {path = "../../tests/compiletest/plugin"}
|
|
||||||
profile_tests = {path = "../../tests/unit/profile"}
|
|
||||||
script_tests = {path = "../../tests/unit/script"}
|
|
||||||
style_tests = {path = "../../tests/unit/style"}
|
|
||||||
util_tests = {path = "../../tests/unit/util"}
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
backtrace = "0.2"
|
backtrace = "0.2"
|
||||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||||
|
@ -61,7 +43,6 @@ env_logger = "0.3"
|
||||||
euclid = "0.10.1"
|
euclid = "0.10.1"
|
||||||
gfx = {path = "../gfx"}
|
gfx = {path = "../gfx"}
|
||||||
gleam = "0.2"
|
gleam = "0.2"
|
||||||
glutin_app = {path = "../../ports/glutin"}
|
|
||||||
ipc-channel = "0.5"
|
ipc-channel = "0.5"
|
||||||
layout = {path = "../layout"}
|
layout = {path = "../layout"}
|
||||||
layout_thread = {path = "../layout_thread"}
|
layout_thread = {path = "../layout_thread"}
|
||||||
|
|
89
ports/cef/Cargo.lock
generated
89
ports/cef/Cargo.lock
generated
|
@ -10,13 +10,13 @@ dependencies = [
|
||||||
"gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"glutin_app 0.0.1",
|
"glutin_app 0.0.1",
|
||||||
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libservo 0.0.1",
|
||||||
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"msg 0.0.1",
|
"msg 0.0.1",
|
||||||
"net_traits 0.0.1",
|
"net_traits 0.0.1",
|
||||||
"objc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"objc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"plugins 0.0.1",
|
"plugins 0.0.1",
|
||||||
"script_traits 0.0.1",
|
"script_traits 0.0.1",
|
||||||
"servo 0.0.1",
|
|
||||||
"style_traits 0.0.1",
|
"style_traits 0.0.1",
|
||||||
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"util 0.0.1",
|
"util 0.0.1",
|
||||||
|
@ -1268,6 +1268,49 @@ dependencies = [
|
||||||
"pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "libservo"
|
||||||
|
version = "0.0.1"
|
||||||
|
dependencies = [
|
||||||
|
"android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"bluetooth 0.0.1",
|
||||||
|
"bluetooth_traits 0.0.1",
|
||||||
|
"browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)",
|
||||||
|
"canvas 0.0.1",
|
||||||
|
"canvas_traits 0.0.1",
|
||||||
|
"compositing 0.0.1",
|
||||||
|
"constellation 0.0.1",
|
||||||
|
"debugger 0.0.1",
|
||||||
|
"devtools 0.0.1",
|
||||||
|
"devtools_traits 0.0.1",
|
||||||
|
"env_logger 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"euclid 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
||||||
|
"gfx 0.0.1",
|
||||||
|
"gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"layout 0.0.1",
|
||||||
|
"layout_thread 0.0.1",
|
||||||
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"msg 0.0.1",
|
||||||
|
"net 0.0.1",
|
||||||
|
"net_traits 0.0.1",
|
||||||
|
"profile 0.0.1",
|
||||||
|
"profile_traits 0.0.1",
|
||||||
|
"script 0.0.1",
|
||||||
|
"script_layout_interface 0.0.1",
|
||||||
|
"script_traits 0.0.1",
|
||||||
|
"sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"style 0.0.1",
|
||||||
|
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"util 0.0.1",
|
||||||
|
"webdriver_server 0.0.1",
|
||||||
|
"webrender 0.9.0 (git+https://github.com/servo/webrender)",
|
||||||
|
"webrender_traits 0.9.0 (git+https://github.com/servo/webrender)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libz-sys"
|
name = "libz-sys"
|
||||||
version = "1.0.6"
|
version = "1.0.6"
|
||||||
|
@ -2108,50 +2151,6 @@ dependencies = [
|
||||||
"serde 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "servo"
|
|
||||||
version = "0.0.1"
|
|
||||||
dependencies = [
|
|
||||||
"android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"bluetooth 0.0.1",
|
|
||||||
"bluetooth_traits 0.0.1",
|
|
||||||
"browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)",
|
|
||||||
"canvas 0.0.1",
|
|
||||||
"canvas_traits 0.0.1",
|
|
||||||
"compositing 0.0.1",
|
|
||||||
"constellation 0.0.1",
|
|
||||||
"debugger 0.0.1",
|
|
||||||
"devtools 0.0.1",
|
|
||||||
"devtools_traits 0.0.1",
|
|
||||||
"env_logger 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"euclid 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
||||||
"gfx 0.0.1",
|
|
||||||
"gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"glutin_app 0.0.1",
|
|
||||||
"ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"layout 0.0.1",
|
|
||||||
"layout_thread 0.0.1",
|
|
||||||
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"msg 0.0.1",
|
|
||||||
"net 0.0.1",
|
|
||||||
"net_traits 0.0.1",
|
|
||||||
"profile 0.0.1",
|
|
||||||
"profile_traits 0.0.1",
|
|
||||||
"script 0.0.1",
|
|
||||||
"script_layout_interface 0.0.1",
|
|
||||||
"script_traits 0.0.1",
|
|
||||||
"sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"style 0.0.1",
|
|
||||||
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"util 0.0.1",
|
|
||||||
"webdriver_server 0.0.1",
|
|
||||||
"webrender 0.9.0 (git+https://github.com/servo/webrender)",
|
|
||||||
"webrender_traits 0.9.0 (git+https://github.com/servo/webrender)",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "servo-egl"
|
name = "servo-egl"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
|
|
|
@ -14,6 +14,9 @@ opt-level = 3
|
||||||
# debug = true
|
# debug = true
|
||||||
# lto = false
|
# lto = false
|
||||||
|
|
||||||
|
[features]
|
||||||
|
debugmozjs = ["libservo/debugmozjs"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
compositing = {path = "../../components/compositing"}
|
compositing = {path = "../../components/compositing"}
|
||||||
devtools = {path = "../../components/devtools"}
|
devtools = {path = "../../components/devtools"}
|
||||||
|
@ -27,7 +30,7 @@ msg = {path = "../../components/msg"}
|
||||||
net_traits = {path = "../../components/net_traits"}
|
net_traits = {path = "../../components/net_traits"}
|
||||||
plugins = {path = "../../components/plugins"}
|
plugins = {path = "../../components/plugins"}
|
||||||
script_traits = {path = "../../components/script_traits"}
|
script_traits = {path = "../../components/script_traits"}
|
||||||
servo = {path = "../../components/servo"}
|
libservo = {path = "../../components/servo"}
|
||||||
style_traits = {path = "../../components/style_traits"}
|
style_traits = {path = "../../components/style_traits"}
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
util = {path = "../../components/util"}
|
util = {path = "../../components/util"}
|
||||||
|
|
77
components/servo/Cargo.lock → ports/servo/Cargo.lock
generated
77
components/servo/Cargo.lock → ports/servo/Cargo.lock
generated
|
@ -4,53 +4,22 @@ version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bluetooth 0.0.1",
|
|
||||||
"bluetooth_traits 0.0.1",
|
|
||||||
"browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)",
|
"browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)",
|
||||||
"canvas 0.0.1",
|
|
||||||
"canvas_traits 0.0.1",
|
|
||||||
"compiletest_helper 0.0.1",
|
"compiletest_helper 0.0.1",
|
||||||
"compositing 0.0.1",
|
|
||||||
"constellation 0.0.1",
|
|
||||||
"debugger 0.0.1",
|
|
||||||
"devtools 0.0.1",
|
|
||||||
"devtools_traits 0.0.1",
|
|
||||||
"env_logger 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"euclid 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
||||||
"gfx 0.0.1",
|
|
||||||
"gfx_tests 0.0.1",
|
"gfx_tests 0.0.1",
|
||||||
"gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"glutin_app 0.0.1",
|
"glutin_app 0.0.1",
|
||||||
"ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"layout 0.0.1",
|
|
||||||
"layout_tests 0.0.1",
|
"layout_tests 0.0.1",
|
||||||
"layout_thread 0.0.1",
|
|
||||||
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libservo 0.0.1",
|
||||||
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"msg 0.0.1",
|
|
||||||
"net 0.0.1",
|
|
||||||
"net_tests 0.0.1",
|
"net_tests 0.0.1",
|
||||||
"net_traits 0.0.1",
|
|
||||||
"net_traits_tests 0.0.1",
|
"net_traits_tests 0.0.1",
|
||||||
"plugin_compiletest 0.0.1",
|
"plugin_compiletest 0.0.1",
|
||||||
"plugins 0.0.1",
|
|
||||||
"profile 0.0.1",
|
|
||||||
"profile_tests 0.0.1",
|
"profile_tests 0.0.1",
|
||||||
"profile_traits 0.0.1",
|
|
||||||
"script 0.0.1",
|
|
||||||
"script_layout_interface 0.0.1",
|
|
||||||
"script_tests 0.0.1",
|
"script_tests 0.0.1",
|
||||||
"script_traits 0.0.1",
|
|
||||||
"sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"style 0.0.1",
|
|
||||||
"style_tests 0.0.1",
|
"style_tests 0.0.1",
|
||||||
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"util 0.0.1",
|
|
||||||
"util_tests 0.0.1",
|
"util_tests 0.0.1",
|
||||||
"webdriver_server 0.0.1",
|
|
||||||
"webrender 0.9.0 (git+https://github.com/servo/webrender)",
|
|
||||||
"webrender_traits 0.9.0 (git+https://github.com/servo/webrender)",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1385,6 +1354,50 @@ dependencies = [
|
||||||
"pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "libservo"
|
||||||
|
version = "0.0.1"
|
||||||
|
dependencies = [
|
||||||
|
"android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"bluetooth 0.0.1",
|
||||||
|
"bluetooth_traits 0.0.1",
|
||||||
|
"browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)",
|
||||||
|
"canvas 0.0.1",
|
||||||
|
"canvas_traits 0.0.1",
|
||||||
|
"compositing 0.0.1",
|
||||||
|
"constellation 0.0.1",
|
||||||
|
"debugger 0.0.1",
|
||||||
|
"devtools 0.0.1",
|
||||||
|
"devtools_traits 0.0.1",
|
||||||
|
"env_logger 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"euclid 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
||||||
|
"gfx 0.0.1",
|
||||||
|
"gleam 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"layout 0.0.1",
|
||||||
|
"layout_thread 0.0.1",
|
||||||
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"msg 0.0.1",
|
||||||
|
"net 0.0.1",
|
||||||
|
"net_traits 0.0.1",
|
||||||
|
"plugins 0.0.1",
|
||||||
|
"profile 0.0.1",
|
||||||
|
"profile_traits 0.0.1",
|
||||||
|
"script 0.0.1",
|
||||||
|
"script_layout_interface 0.0.1",
|
||||||
|
"script_traits 0.0.1",
|
||||||
|
"sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"style 0.0.1",
|
||||||
|
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"util 0.0.1",
|
||||||
|
"webdriver_server 0.0.1",
|
||||||
|
"webrender 0.9.0 (git+https://github.com/servo/webrender)",
|
||||||
|
"webrender_traits 0.9.0 (git+https://github.com/servo/webrender)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libz-sys"
|
name = "libz-sys"
|
||||||
version = "1.0.6"
|
version = "1.0.6"
|
55
ports/servo/Cargo.toml
Normal file
55
ports/servo/Cargo.toml
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
[package]
|
||||||
|
|
||||||
|
name = "servo"
|
||||||
|
version = "0.0.1"
|
||||||
|
authors = ["The Servo Project Developers"]
|
||||||
|
license = "MPL-2.0"
|
||||||
|
publish = false
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "servo"
|
||||||
|
path = "main.rs"
|
||||||
|
test = false
|
||||||
|
doc = false
|
||||||
|
bench = false
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
compiletest_helper = {path = "../../tests/compiletest/helper"}
|
||||||
|
gfx_tests = {path = "../../tests/unit/gfx"}
|
||||||
|
layout_tests = {path = "../../tests/unit/layout"}
|
||||||
|
net_tests = {path = "../../tests/unit/net"}
|
||||||
|
net_traits_tests = {path = "../../tests/unit/net_traits"}
|
||||||
|
plugin_compiletest = {path = "../../tests/compiletest/plugin"}
|
||||||
|
profile_tests = {path = "../../tests/unit/profile"}
|
||||||
|
script_tests = {path = "../../tests/unit/script"}
|
||||||
|
style_tests = {path = "../../tests/unit/style"}
|
||||||
|
util_tests = {path = "../../tests/unit/util"}
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["webdriver", "max_log_level"]
|
||||||
|
max_log_level = ["log/release_max_level_info"]
|
||||||
|
webdriver = ["libservo/webdriver_server"]
|
||||||
|
energy-profiling = ["libservo/energy-profiling"]
|
||||||
|
testing = ["libservo/testing"]
|
||||||
|
clippy = ["libservo/clippy"]
|
||||||
|
debugmozjs = ["libservo/debugmozjs"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
# Uncomment to profile on Linux:
|
||||||
|
# debug = true
|
||||||
|
# lto = false
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
backtrace = "0.2"
|
||||||
|
browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "crate"}
|
||||||
|
glutin_app = {path = "../../ports/glutin"}
|
||||||
|
log = "0.3"
|
||||||
|
libservo = {path = "../../components/servo"}
|
||||||
|
|
||||||
|
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||||
|
sig = "0.1"
|
||||||
|
|
||||||
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
|
libc = "0.2"
|
||||||
|
android_glue = "0.2"
|
|
@ -11,7 +11,7 @@
|
||||||
//! of [glutin], the cross-platform OpenGL utility and windowing
|
//! of [glutin], the cross-platform OpenGL utility and windowing
|
||||||
//! library.
|
//! library.
|
||||||
//!
|
//!
|
||||||
//! For the engine itself look next door in lib.rs.
|
//! For the engine itself look next door in `components/servo/lib.rs`.
|
||||||
//!
|
//!
|
||||||
//! [glutin]: https://github.com/tomaka/glutin
|
//! [glutin]: https://github.com/tomaka/glutin
|
||||||
|
|
|
@ -214,7 +214,7 @@ class MachCommands(CommandBase):
|
||||||
self.ensure_bootstrapped(target=target)
|
self.ensure_bootstrapped(target=target)
|
||||||
|
|
||||||
if debug_mozjs:
|
if debug_mozjs:
|
||||||
features += ["script/debugmozjs"]
|
features += ["debugmozjs"]
|
||||||
|
|
||||||
if features:
|
if features:
|
||||||
opts += ["--features", "%s" % ' '.join(features)]
|
opts += ["--features", "%s" % ' '.join(features)]
|
||||||
|
@ -360,7 +360,7 @@ class MachCommands(CommandBase):
|
||||||
|
|
||||||
servo_features = self.servo_features()
|
servo_features = self.servo_features()
|
||||||
if servo_features:
|
if servo_features:
|
||||||
opts += ["--features", "%s" % ' '.join("servo/" + x for x in servo_features)]
|
opts += ["--features", "%s" % ' '.join(servo_features)]
|
||||||
|
|
||||||
build_start = time()
|
build_start = time()
|
||||||
env = self.build_env(is_build=True)
|
env = self.build_env(is_build=True)
|
||||||
|
|
|
@ -501,13 +501,13 @@ class CommandBase(object):
|
||||||
return env
|
return env
|
||||||
|
|
||||||
def servo_crate(self):
|
def servo_crate(self):
|
||||||
return path.join(self.context.topdir, "components", "servo")
|
return path.join(self.context.topdir, "ports", "servo")
|
||||||
|
|
||||||
def servo_features(self):
|
def servo_features(self):
|
||||||
"""Return a list of optional features to enable for the Servo crate"""
|
"""Return a list of optional features to enable for the Servo crate"""
|
||||||
features = []
|
features = []
|
||||||
if self.config["build"]["debug-mozjs"]:
|
if self.config["build"]["debug-mozjs"]:
|
||||||
features += ["script/debugmozjs"]
|
features += ["debugmozjs"]
|
||||||
return features
|
return features
|
||||||
|
|
||||||
def android_support_dir(self):
|
def android_support_dir(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue