Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/
Dtracing_project.py130 def IsIgnoredFile(cls, affected_file): argument
131 if affected_file.LocalPath().endswith('.png'):
134 if affected_file.LocalPath().endswith('.svg'):
137 if affected_file.LocalPath().endswith('.skp'):
140 if (affected_file.LocalPath().endswith('.gypi') or
141 affected_file.LocalPath().endswith('.gyp') or
142 affected_file.LocalPath().endswith('.gn')):
145 if TracingProject.IsThirdParty(affected_file):
149 if affected_file.AbsoluteLocalPath().startswith(cls.test_data_path):
152 if (affected_file.LocalPath().startswith('.gitignore') or
[all …]
/external/skia/
DPRESUBMIT.py74 for affected_file in input_api.AffectedSourceFiles(None):
75 affected_file_path = affected_file.LocalPath()
101 for affected_file in input_api.AffectedSourceFiles(None):
102 affected_file_path = affected_file.LocalPath()
133 for affected_file in input_api.AffectedSourceFiles(source_file_filter):
134 if 'third_party' in affected_file.LocalPath():
136 contents = input_api.ReadFile(affected_file, 'rb')
139 '%s is missing a correct copyright header.' % affected_file))
278 for affected_file in input_api.AffectedFiles():
279 affected_file_path = affected_file.LocalPath()
[all …]
/external/v8/
DPRESUBMIT.py160 def FilterFile(affected_file): argument
165 affected_file,