OLD | NEW |
---|---|
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
Mark Mentovai
2011/01/06 17:59:09
CL description: should be “Add multi-process notif
dmac
2011/01/06 18:22:37
Done.
| |
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 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
11 ['chrome_common_target==1', { | 11 ['chrome_common_target==1', { |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 'common/message_router.cc', | 105 'common/message_router.cc', |
106 'common/message_router.h', | 106 'common/message_router.h', |
107 'common/metrics_helpers.cc', | 107 'common/metrics_helpers.cc', |
108 'common/metrics_helpers.h', | 108 'common/metrics_helpers.h', |
109 'common/mime_registry_messages.cc', | 109 'common/mime_registry_messages.cc', |
110 'common/mime_registry_messages.h', | 110 'common/mime_registry_messages.h', |
111 'common/multi_process_lock.h', | 111 'common/multi_process_lock.h', |
112 'common/multi_process_lock_linux.cc', | 112 'common/multi_process_lock_linux.cc', |
113 'common/multi_process_lock_mac.cc', | 113 'common/multi_process_lock_mac.cc', |
114 'common/multi_process_lock_win.cc', | 114 'common/multi_process_lock_win.cc', |
115 'common/multi_process_notification.h', | |
116 'common/multi_process_notification.cc', | |
117 'common/multi_process_notification_linux.cc', | |
118 'common/multi_process_notification_mac.mm', | |
119 'common/multi_process_notification_win.cc', | |
115 'common/nacl_cmd_line.cc', | 120 'common/nacl_cmd_line.cc', |
116 'common/nacl_cmd_line.h', | 121 'common/nacl_cmd_line.h', |
117 'common/nacl_messages.cc', | 122 'common/nacl_messages.cc', |
118 'common/nacl_messages.h', | 123 'common/nacl_messages.h', |
119 'common/nacl_messages_internal.h', | 124 'common/nacl_messages_internal.h', |
120 'common/nacl_types.h', | 125 'common/nacl_types.h', |
121 'common/notification_details.cc', | 126 'common/notification_details.cc', |
122 'common/notification_details.h', | 127 'common/notification_details.h', |
123 'common/notification_observer.h', | 128 'common/notification_observer.h', |
124 'common/notification_registrar.cc', | 129 'common/notification_registrar.cc', |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
609 'configurations': { | 614 'configurations': { |
610 'Common_Base': { | 615 'Common_Base': { |
611 'msvs_target_platform': 'x64', | 616 'msvs_target_platform': 'x64', |
612 }, | 617 }, |
613 }, | 618 }, |
614 }, | 619 }, |
615 ], | 620 ], |
616 }], | 621 }], |
617 ], | 622 ], |
618 } | 623 } |
OLD | NEW |