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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'common/indexed_db_key.h', | 79 'common/indexed_db_key.h', |
80 'common/indexed_db_param_traits.cc', | 80 'common/indexed_db_param_traits.cc', |
81 'common/indexed_db_param_traits.h', | 81 'common/indexed_db_param_traits.h', |
82 'common/logging_chrome.cc', | 82 'common/logging_chrome.cc', |
83 'common/logging_chrome.h', | 83 'common/logging_chrome.h', |
84 'common/main_function_params.h', | 84 'common/main_function_params.h', |
85 'common/message_router.cc', | 85 'common/message_router.cc', |
86 'common/message_router.h', | 86 'common/message_router.h', |
87 'common/metrics_helpers.cc', | 87 'common/metrics_helpers.cc', |
88 'common/metrics_helpers.h', | 88 'common/metrics_helpers.h', |
| 89 'common/multi_process_lock.h', |
| 90 'common/multi_process_lock_linux.cc', |
| 91 'common/multi_process_lock_mac.cc', |
| 92 'common/multi_process_lock_win.cc', |
89 'common/nacl_cmd_line.cc', | 93 'common/nacl_cmd_line.cc', |
90 'common/nacl_cmd_line.h', | 94 'common/nacl_cmd_line.h', |
91 'common/nacl_messages.cc', | 95 'common/nacl_messages.cc', |
92 'common/nacl_messages.h', | 96 'common/nacl_messages.h', |
93 'common/nacl_messages_internal.h', | 97 'common/nacl_messages_internal.h', |
94 'common/nacl_types.h', | 98 'common/nacl_types.h', |
95 'common/notification_details.cc', | 99 'common/notification_details.cc', |
96 'common/notification_details.h', | 100 'common/notification_details.h', |
97 'common/notification_observer.h', | 101 'common/notification_observer.h', |
98 'common/notification_registrar.cc', | 102 'common/notification_registrar.cc', |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'configurations': { | 569 'configurations': { |
566 'Common_Base': { | 570 'Common_Base': { |
567 'msvs_target_platform': 'x64', | 571 'msvs_target_platform': 'x64', |
568 }, | 572 }, |
569 }, | 573 }, |
570 }, | 574 }, |
571 ], | 575 ], |
572 }], | 576 }], |
573 ], | 577 ], |
574 } | 578 } |
OLD | NEW |