Home | History | Annotate | Download | only in gyp_gen

Lines Matching refs:dest_dir

15 def parse_dictionary(var_dict, d, current_target_name, dest_dir):
31 dest_dir: Destination for the eventual Android.mk that will be created from
46 # relative to dest_dir.
48 rel_source = os.path.relpath(rel_source, dest_dir)
77 parse_gypd(var_dict, sub_path, dest_dir, sub_targets)
84 parse_dictionary(var_dict, config, current_target_name, dest_dir)
97 # wants relative to dest_dir.
99 rel_include = os.path.relpath(rel_include, dest_dir)
118 def parse_gypd(var_dict, path, dest_dir, desired_targets=None):
128 dest_dir: Destination for the eventual Android.mk that will be created from
152 parse_dictionary(var_dict, target, target_name, dest_dir)