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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'common/sandbox_mac.h', | 150 'common/sandbox_mac.h', |
151 'common/sandbox_mac.mm', | 151 'common/sandbox_mac.mm', |
152 'common/sandbox_policy.cc', | 152 'common/sandbox_policy.cc', |
153 'common/sandbox_policy.h', | 153 'common/sandbox_policy.h', |
154 'common/serialized_script_value.cc', | 154 'common/serialized_script_value.cc', |
155 'common/serialized_script_value.h', | 155 'common/serialized_script_value.h', |
156 'common/set_process_title.cc', | 156 'common/set_process_title.cc', |
157 'common/set_process_title.h', | 157 'common/set_process_title.h', |
158 'common/set_process_title_linux.cc', | 158 'common/set_process_title_linux.cc', |
159 'common/set_process_title_linux.h', | 159 'common/set_process_title_linux.h', |
| 160 'common/speech_input_messages.cc', |
| 161 'common/speech_input_messages.h', |
160 'common/switch_utils.cc', | 162 'common/switch_utils.cc', |
161 'common/switch_utils.h', | 163 'common/switch_utils.h', |
162 'common/time_format.cc', | 164 'common/time_format.cc', |
163 'common/time_format.h', | 165 'common/time_format.h', |
164 'common/unix_domain_socket_posix.cc', | 166 'common/unix_domain_socket_posix.cc', |
165 'common/unix_domain_socket_posix.h', | 167 'common/unix_domain_socket_posix.h', |
166 'common/webblobregistry_impl.cc', | 168 'common/webblobregistry_impl.cc', |
167 'common/webblobregistry_impl.h', | 169 'common/webblobregistry_impl.h', |
168 'common/win_safe_util.cc', | 170 'common/win_safe_util.cc', |
169 'common/win_safe_util.h', | 171 'common/win_safe_util.h', |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 'configurations': { | 614 'configurations': { |
613 'Common_Base': { | 615 'Common_Base': { |
614 'msvs_target_platform': 'x64', | 616 'msvs_target_platform': 'x64', |
615 }, | 617 }, |
616 }, | 618 }, |
617 }, | 619 }, |
618 ], | 620 ], |
619 }], | 621 }], |
620 ], | 622 ], |
621 } | 623 } |
OLD | NEW |