| Index: trunk/src/PRESUBMIT.py
|
| ===================================================================
|
| --- trunk/src/PRESUBMIT.py (revision 245711)
|
| +++ trunk/src/PRESUBMIT.py (working copy)
|
| @@ -901,8 +901,6 @@
|
| r"^remoting[\\\/]base[\\\/]logging\.h$",
|
| r"^remoting[\\\/]host[\\\/].*",
|
| r"^sandbox[\\\/]linux[\\\/].*",
|
| - r"^tools[\\\/]telemetry[\\\/]telemetry[\\\/]core[\\\/]"
|
| - r"bitmaptools.cc$",
|
| r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",))
|
| source_file_filter = lambda x: input_api.FilterSourceFile(
|
| x, white_list=(file_inclusion_pattern,), black_list=black_list)
|
|
|