| # Copyright 2012 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| ['exclude', '_(cocoa|mac)(_test)?\\.(h|cc|mm?)$'], |
| ['exclude', '(^|/)(cocoa|mac|mach)/'], |
| ['exclude', '_linux(_test)?\\.(h|cc)$'], |
| ['exclude', '(^|/)linux/'], |
| ['exclude', '_android(_test)?\\.(h|cc)$'], |
| ['exclude', '(^|/)android/'], |
| ['exclude', '_posix(_test)?\\.(h|cc)$'], |
| ['exclude', '(^|/)posix/'], |
| ['exclude', '_win(_test)?\\.(h|cc)$'], |
| ['exclude', '(^|/)win/'], |