Lines Matching refs:js
556 js = gn_to_bp_utils.GenerateJSONFromGN(gn_args) variable
561 android_srcs = strip_slashes(js['targets']['//:skia']['sources'])
562 cflags = strip_slashes(js['targets']['//:skia']['cflags'])
563 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc'])
564 local_includes = strip_slashes(js['targets']['//:skia']['include_dirs'])
565 export_includes = strip_slashes(js['targets']['//:public']['include_dirs'])
567 gm_srcs = strip_slashes(js['targets']['//:gm']['sources'])
568 gm_includes = strip_slashes(js['targets']['//:gm']['include_dirs'])
570 test_srcs = strip_slashes(js['targets']['//:tests']['sources'])
571 test_includes = strip_slashes(js['targets']['//:tests']['include_dirs'])
573 dm_srcs = strip_slashes(js['targets']['//:dm']['sources'])
574 dm_includes = strip_slashes(js['targets']['//:dm']['include_dirs'])
576 nanobench_target = js['targets']['//:nanobench']
581 gn_to_bp_utils.GrabDependentValues(js, '//:gm', 'sources', gm_srcs, '//:skia')
582 gn_to_bp_utils.GrabDependentValues(js, '//:tests', 'sources', test_srcs, '//:skia')
583 gn_to_bp_utils.GrabDependentValues(js, '//:dm', 'sources',
585 gn_to_bp_utils.GrabDependentValues(js, '//:nanobench', 'sources',
600 gn_to_bp_utils.GrabDependentValues(js, '//:skia', 'sources', android_srcs, VMA_DEP)
691 android_defines = get_defines(js)