mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
First step toward iOS Support
This commit is contained in:
parent
8ca9542de6
commit
1a447c6984
7 changed files with 22 additions and 15 deletions
|
@ -16,7 +16,7 @@ extern crate compositing;
|
|||
extern crate debugger;
|
||||
extern crate devtools_traits;
|
||||
extern crate euclid;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
|
||||
extern crate gaol;
|
||||
extern crate gfx;
|
||||
extern crate gfx_traits;
|
||||
|
@ -46,11 +46,11 @@ mod constellation;
|
|||
mod event_loop;
|
||||
mod network_listener;
|
||||
mod pipeline;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
|
||||
mod sandboxing;
|
||||
mod timer_scheduler;
|
||||
|
||||
pub use constellation::{Constellation, FromCompositorLogger, FromScriptLogger, InitialConstellationState};
|
||||
pub use pipeline::UnprivilegedPipelineContent;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
|
||||
pub use sandboxing::content_process_sandbox_profile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue