Move the remainder of layout_interface into script_layout_interface.

This commit is contained in:
Ms2ger 2016-06-16 12:28:43 +01:00
parent 2c50318ee7
commit 9e2e0ff98c
16 changed files with 39 additions and 27 deletions

View file

@ -26,6 +26,8 @@ extern crate heapsize;
extern crate ipc_channel;
extern crate libc;
extern crate msg;
extern crate net_traits;
extern crate profile_traits;
extern crate range;
extern crate script_traits;
extern crate selectors;
@ -33,7 +35,9 @@ extern crate selectors;
extern crate string_cache;
extern crate style;
extern crate url;
extern crate util;
pub mod message;
pub mod restyle_damage;
pub mod rpc;
pub mod wrapper_traits;