mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}
Renaming the variable helped make sure I looked at every use.
This commit is contained in:
parent
f1300bb98b
commit
ddb4e369dd
52 changed files with 870 additions and 469 deletions
|
@ -42,9 +42,7 @@ fn main() {
|
|||
start.elapsed().as_secs()
|
||||
);
|
||||
|
||||
let json = out_dir
|
||||
.join("build")
|
||||
.join("InterfaceObjectMapData.json");
|
||||
let json = out_dir.join("build").join("InterfaceObjectMapData.json");
|
||||
let json: Value = serde_json::from_reader(File::open(&json).unwrap()).unwrap();
|
||||
let mut map = phf_codegen::Map::new();
|
||||
for (key, value) in json.as_object().unwrap() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue