Lines Matching +full:- +full:- +full:exclude +full:- +full:subdir
34 # Exclude what is currently not working.
45 # Exclude what is currently not working.
51 # Exclude what is currently not working.
65 # This line tells Bazel to use -isystem for targets that depend on this one,
89 impl.load_config_file('python-build/generate_fuchsia_build.config')
109 for subdir in subdirs:
110 subdir = os.path.join(dir, subdir)
111 if os.path.isdir(subdir):
112 dir_set.add(subdir)
426 cflags = ['-Wno-error'] + impl.get_linear_list(
429 cppflags = ['-Wno-error'] + impl.get_linear_list(
471 # Needed for subdir sources
472 impl.fprint(' "-I %s",' % impl.get_relative_dir())
473 impl.fprint(' "-I $(GENDIR)/%s",' % impl.get_relative_dir())
476 impl.fprint(' "-I %s",' % dir)
477 impl.fprint(' "-I $(GENDIR)/%s",' % dir)
569 match = re.match(r'@INPUT([0-9])?@', command_item)
581 match = re.match(r'(.*?)@OUTPUT([0-9])?@', command_item)