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...) 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', | |
120 'common/nacl_cmd_line.cc', | 115 'common/nacl_cmd_line.cc', |
121 'common/nacl_cmd_line.h', | 116 'common/nacl_cmd_line.h', |
122 'common/nacl_messages.cc', | 117 'common/nacl_messages.cc', |
123 'common/nacl_messages.h', | 118 'common/nacl_messages.h', |
124 'common/nacl_messages_internal.h', | 119 'common/nacl_messages_internal.h', |
125 'common/nacl_types.h', | 120 'common/nacl_types.h', |
126 'common/notification_details.cc', | 121 'common/notification_details.cc', |
127 'common/notification_details.h', | 122 'common/notification_details.h', |
128 'common/notification_observer.h', | 123 'common/notification_observer.h', |
129 'common/notification_registrar.cc', | 124 'common/notification_registrar.cc', |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'configurations': { | 609 'configurations': { |
615 'Common_Base': { | 610 'Common_Base': { |
616 'msvs_target_platform': 'x64', | 611 'msvs_target_platform': 'x64', |
617 }, | 612 }, |
618 }, | 613 }, |
619 }, | 614 }, |
620 ], | 615 ], |
621 }], | 616 }], |
622 ], | 617 ], |
623 } | 618 } |
OLD | NEW |