Move config info from build_gecko.rs to a toml file in gecko.

This commit is contained in:
Xidorn Quan 2017-05-19 10:35:36 +10:00
parent 0b3fd8de76
commit f123b26e6c
4 changed files with 247 additions and 579 deletions

View file

@ -10,6 +10,8 @@ extern crate bindgen;
extern crate log;
#[cfg(feature = "bindgen")]
extern crate regex;
#[cfg(feature = "bindgen")]
extern crate toml;
extern crate walkdir;
use std::env;