Home
last modified time | relevance | path

Searched refs:strip_slashes (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gn/
H A Dgn_to_bp.py468 def strip_slashes(lst): function
471 android_srcs = strip_slashes(js['targets']['//:skia']['sources'])
472 cflags = strip_slashes(js['targets']['//:skia']['cflags'])
473 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc'])
474 local_includes = strip_slashes(js['targets']['//:skia']['include_dirs'])
475 export_includes = strip_slashes(js['targets']['//:public']['include_dirs'])
477 dm_srcs = strip_slashes(js['targets']['//:dm']['sources'])
478 dm_includes = strip_slashes(js['targets']['//:dm']['include_dirs'])
481 nanobench_srcs = strip_slashes(nanobench_target['sources'])
482 nanobench_includes = strip_slashes(nanobench_targe
[all...]
/third_party/skia/tools/skqp/
H A Dgn_to_bp.py140 def strip_slashes(lst): function
143 srcs = strip_slashes(js['targets']['//:libskqp_app']['sources'])
144 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags'])
145 cflags_cc = strip_slashes(js['targets']['//:libskqp_app']['cflags_cc'])
146 local_includes = strip_slashes(js['targets']['//:libskqp_app']['include_dirs'])

Completed in 2 milliseconds