HomeSort by relevance Sort by last modified time
    Searched refs:_srcs (Results 1 - 3 of 3) sorted by null

  /external/skia/gn/
gn_to_cmake.py 516 sources[source_type] = '${target}__' + source_type + '_srcs'
  /external/skqp/gn/
gn_to_cmake.py 516 sources[source_type] = '${target}__' + source_type + '_srcs'
  /build/make/core/
Makefile 77 $(eval _srcs := $(ALL_COPIED_HEADERS.$(dest).SRC)) \
78 $(eval _src := $(lastword $(_srcs))) \
79 $(if $(call streq,$(_src),$(_srcs)),, \
84 $(foreach src,$(wordlist 1,$(call int_subtract,$(words $(_srcs)),1),$(_srcs)), \
    [all...]

Completed in 764 milliseconds