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

  /external/skia/
public.bzl 7 def portable_select(select_dict, bazel_condition, default_condition):
11 select_dict: Dictionary in the same format as select().
13 If Blaze platform, returns select() using select_dict.
18 return select_dict.get(bazel_condition, select_dict[default_condition])
20 return select(select_dict)
  /external/skqp/
public.bzl 7 def portable_select(select_dict, bazel_condition, default_condition):
11 select_dict: Dictionary in the same format as select().
13 If Blaze platform, returns select() using select_dict.
18 return select_dict.get(bazel_condition, select_dict[default_condition])
20 return select(select_dict)

Completed in 541 milliseconds