Move atom_macro.rs to generated dir.

This commit is contained in:
Xidorn Quan 2017-05-08 11:45:02 +10:00
parent 869e5e025e
commit 5b57c5513c
4 changed files with 6 additions and 3 deletions

View file

@ -258,7 +258,7 @@ def write_pseudo_element_helper(atoms, target_filename):
def generate_atoms(dist):
style_path = os.path.dirname(os.path.dirname(__file__))
atoms = collect_atoms(dist)
write_atom_macro(atoms, os.path.join(style_path, "gecko_string_cache/atom_macro.rs"))
write_atom_macro(atoms, os.path.join(style_path, "gecko/generated/atom_macro.rs"))
write_pseudo_element_helper(atoms, os.path.join(style_path, "gecko/generated/pseudo_element_helper.rs"))