Home
last modified time | relevance | path

Searched refs:SK_MILESTONE_H (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/
Dchrome_release_branch.py27 SK_MILESTONE_H = os.path.join('include', 'core', 'SkMilestone.h') variable
37 sk_milestone = os.path.join(_REPO_ROOT, SK_MILESTONE_H)
45 'Failed to parse %s; has the format changed?' % SK_MILESTONE_H)
63 with open(SK_MILESTONE_H, 'r+') as f: