OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 94 matching lines...) 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_linux.cc', |
| 117 'common/multi_process_notification_mac.mm', |
| 118 'common/multi_process_notification_win.cc', |
115 'common/nacl_cmd_line.cc', | 119 'common/nacl_cmd_line.cc', |
116 'common/nacl_cmd_line.h', | 120 'common/nacl_cmd_line.h', |
117 'common/nacl_messages.cc', | 121 'common/nacl_messages.cc', |
118 'common/nacl_messages.h', | 122 'common/nacl_messages.h', |
119 'common/nacl_messages_internal.h', | 123 'common/nacl_messages_internal.h', |
120 'common/nacl_types.h', | 124 'common/nacl_types.h', |
121 'common/notification_details.cc', | 125 'common/notification_details.cc', |
122 'common/notification_details.h', | 126 'common/notification_details.h', |
123 'common/notification_observer.h', | 127 'common/notification_observer.h', |
124 'common/notification_registrar.cc', | 128 'common/notification_registrar.cc', |
(...skipping 484 matching lines...) Loading... |
609 'configurations': { | 613 'configurations': { |
610 'Common_Base': { | 614 'Common_Base': { |
611 'msvs_target_platform': 'x64', | 615 'msvs_target_platform': 'x64', |
612 }, | 616 }, |
613 }, | 617 }, |
614 }, | 618 }, |
615 ], | 619 ], |
616 }], | 620 }], |
617 ], | 621 ], |
618 } | 622 } |
OLD | NEW |