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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'common/sandbox_init_wrapper.h', | 143 'common/sandbox_init_wrapper.h', |
144 'common/sandbox_init_wrapper_linux.cc', | 144 'common/sandbox_init_wrapper_linux.cc', |
145 'common/sandbox_init_wrapper_mac.cc', | 145 'common/sandbox_init_wrapper_mac.cc', |
146 'common/sandbox_init_wrapper_win.cc', | 146 'common/sandbox_init_wrapper_win.cc', |
147 'common/sandbox_mac.h', | 147 'common/sandbox_mac.h', |
148 'common/sandbox_mac.mm', | 148 'common/sandbox_mac.mm', |
149 'common/sandbox_policy.cc', | 149 'common/sandbox_policy.cc', |
150 'common/sandbox_policy.h', | 150 'common/sandbox_policy.h', |
151 'common/serialized_script_value.cc', | 151 'common/serialized_script_value.cc', |
152 'common/serialized_script_value.h', | 152 'common/serialized_script_value.h', |
| 153 'common/set_process_title.cc', |
| 154 'common/set_process_title.h', |
| 155 'common/set_process_title_linux.cc', |
| 156 'common/set_process_title_linux.h', |
153 'common/switch_utils.cc', | 157 'common/switch_utils.cc', |
154 'common/switch_utils.h', | 158 'common/switch_utils.h', |
155 'common/time_format.cc', | 159 'common/time_format.cc', |
156 'common/time_format.h', | 160 'common/time_format.h', |
157 'common/unix_domain_socket_posix.cc', | 161 'common/unix_domain_socket_posix.cc', |
158 'common/unix_domain_socket_posix.h', | 162 'common/unix_domain_socket_posix.h', |
159 'common/webblobregistry_impl.cc', | 163 'common/webblobregistry_impl.cc', |
160 'common/webblobregistry_impl.h', | 164 'common/webblobregistry_impl.h', |
161 'common/win_safe_util.cc', | 165 'common/win_safe_util.cc', |
162 'common/win_safe_util.h', | 166 'common/win_safe_util.h', |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 'configurations': { | 609 'configurations': { |
606 'Common_Base': { | 610 'Common_Base': { |
607 'msvs_target_platform': 'x64', | 611 'msvs_target_platform': 'x64', |
608 }, | 612 }, |
609 }, | 613 }, |
610 }, | 614 }, |
611 ], | 615 ], |
612 }], | 616 }], |
613 ], | 617 ], |
614 } | 618 } |
OLD | NEW |