1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This gypi file handles the removal of platform-specific files from the
11 ['exclude', '_android\\.(cc|cpp)$'],
16 ['exclude', '_ios\\.(cc|cpp|mm?)$'],
21 ['exclude', '_mac\\.(cc|cpp|mm?)$'],
25 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ],
28 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
32 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800],