mirror of
https://github.com/servo/servo.git
synced 2025-07-29 02:00:23 +01:00
Import msg as msg rather than servo_msg.
This commit is contained in:
parent
d1c8ed4359
commit
b2fcc2397e
40 changed files with 93 additions and 94 deletions
|
@ -10,7 +10,7 @@
|
|||
extern crate devtools_traits;
|
||||
extern crate geom;
|
||||
extern crate libc;
|
||||
extern crate "msg" as servo_msg;
|
||||
extern crate msg;
|
||||
extern crate "net" as servo_net;
|
||||
extern crate util;
|
||||
extern crate url;
|
||||
|
@ -23,10 +23,10 @@ extern crate serialize;
|
|||
|
||||
use devtools_traits::DevtoolsControlChan;
|
||||
use libc::c_void;
|
||||
use servo_msg::constellation_msg::{ConstellationChan, PipelineId, Failure, WindowSizeData};
|
||||
use servo_msg::constellation_msg::{LoadData, SubpageId, Key, KeyState, KeyModifiers};
|
||||
use servo_msg::constellation_msg::PipelineExitType;
|
||||
use servo_msg::compositor_msg::ScriptListener;
|
||||
use msg::constellation_msg::{ConstellationChan, PipelineId, Failure, WindowSizeData};
|
||||
use msg::constellation_msg::{LoadData, SubpageId, Key, KeyState, KeyModifiers};
|
||||
use msg::constellation_msg::PipelineExitType;
|
||||
use msg::compositor_msg::ScriptListener;
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
use servo_net::resource_task::ResourceTask;
|
||||
use servo_net::storage_task::StorageTask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue