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', | |
56 'ipc_switches.cc', | 55 'ipc_switches.cc', |
57 'ipc_switches.h', | 56 'ipc_switches.h', |
58 'ipc_sync_channel.cc', | 57 'ipc_sync_channel.cc', |
59 'ipc_sync_channel.h', | 58 'ipc_sync_channel.h', |
60 'ipc_sync_message.cc', | 59 'ipc_sync_message.cc', |
61 'ipc_sync_message.h', | 60 'ipc_sync_message.h', |
62 ], | 61 ], |
63 'direct_dependent_settings': { | 62 'direct_dependent_settings': { |
64 'include_dirs': [ | 63 'include_dirs': [ |
65 '..', | 64 '..', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 ], | 103 ], |
105 }, | 104 }, |
106 ] | 105 ] |
107 } | 106 } |
108 | 107 |
109 # Local Variables: | 108 # Local Variables: |
110 # tab-width:2 | 109 # tab-width:2 |
111 # indent-tabs-mode:nil | 110 # indent-tabs-mode:nil |
112 # End: | 111 # End: |
113 # vim: set expandtab tabstop=2 shiftwidth=2: | 112 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |