Searched refs:LIBRARY_TYPES (Results 1 – 1 of 1) sorted by relevance
136 LIBRARY_TYPES = ('shared_library', 'static_library') variable141 EXPECTED_TYPES = LIBRARY_TYPES + ('source_set', 'group', 'action')148 if stop_at_lib and dep_type in LIBRARY_TYPES:343 if dep['type'] in LIBRARY_TYPES: