| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'sources/': [ | 7 'sources/': [ |
| 8 ['exclude', '/win/'], | 8 ['exclude', '/win/'], |
| 9 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'], | 9 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'], |
| 10 ['exclude', '/win_[^/]*\\.cc$'], | 10 ['exclude', '/win_[^/]*\\.cc$'], |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'ipc_channel_win.cc', | 45 'ipc_channel_win.cc', |
| 46 'ipc_channel_win.h', | 46 'ipc_channel_win.h', |
| 47 'ipc_descriptors.h', | 47 'ipc_descriptors.h', |
| 48 'ipc_logging.cc', | 48 'ipc_logging.cc', |
| 49 'ipc_logging.h', | 49 'ipc_logging.h', |
| 50 'ipc_message.cc', | 50 'ipc_message.cc', |
| 51 'ipc_message.h', | 51 'ipc_message.h', |
| 52 'ipc_message_macros.h', | 52 'ipc_message_macros.h', |
| 53 'ipc_message_utils.cc', | 53 'ipc_message_utils.cc', |
| 54 'ipc_message_utils.h', | 54 'ipc_message_utils.h', |
| 55 'ipc_platform_file.h', |
| 55 'ipc_switches.cc', | 56 'ipc_switches.cc', |
| 56 'ipc_switches.h', | 57 'ipc_switches.h', |
| 57 'ipc_sync_channel.cc', | 58 'ipc_sync_channel.cc', |
| 58 'ipc_sync_channel.h', | 59 'ipc_sync_channel.h', |
| 59 'ipc_sync_message.cc', | 60 'ipc_sync_message.cc', |
| 60 'ipc_sync_message.h', | 61 'ipc_sync_message.h', |
| 61 ], | 62 ], |
| 62 'direct_dependent_settings': { | 63 'direct_dependent_settings': { |
| 63 'include_dirs': [ | 64 'include_dirs': [ |
| 64 '..', | 65 '..', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 ], | 104 ], |
| 104 }, | 105 }, |
| 105 ] | 106 ] |
| 106 } | 107 } |
| 107 | 108 |
| 108 # Local Variables: | 109 # Local Variables: |
| 109 # tab-width:2 | 110 # tab-width:2 |
| 110 # indent-tabs-mode:nil | 111 # indent-tabs-mode:nil |
| 111 # End: | 112 # End: |
| 112 # vim: set expandtab tabstop=2 shiftwidth=2: | 113 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |