| 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/resource_response.h', | 150 'common/resource_response.h', |
| 151 'common/result_codes.h', | 151 'common/result_codes.h', |
| 152 'common/sandbox_init_wrapper.h', | 152 'common/sandbox_init_wrapper.h', |
| 153 'common/sandbox_init_wrapper_linux.cc', | 153 'common/sandbox_init_wrapper_linux.cc', |
| 154 'common/sandbox_init_wrapper_mac.cc', | 154 'common/sandbox_init_wrapper_mac.cc', |
| 155 'common/sandbox_init_wrapper_win.cc', | 155 'common/sandbox_init_wrapper_win.cc', |
| 156 'common/sandbox_mac.h', | 156 'common/sandbox_mac.h', |
| 157 'common/sandbox_mac.mm', | 157 'common/sandbox_mac.mm', |
| 158 'common/sandbox_policy.cc', | 158 'common/sandbox_policy.cc', |
| 159 'common/sandbox_policy.h', | 159 'common/sandbox_policy.h', |
| 160 'common/section_util_win.cc', |
| 161 'common/section_util_win.h', |
| 160 'common/serialized_script_value.cc', | 162 'common/serialized_script_value.cc', |
| 161 'common/serialized_script_value.h', | 163 'common/serialized_script_value.h', |
| 162 'common/set_process_title.cc', | 164 'common/set_process_title.cc', |
| 163 'common/set_process_title.h', | 165 'common/set_process_title.h', |
| 164 'common/set_process_title_linux.cc', | 166 'common/set_process_title_linux.cc', |
| 165 'common/set_process_title_linux.h', | 167 'common/set_process_title_linux.h', |
| 166 'common/speech_input_messages.cc', | 168 'common/speech_input_messages.cc', |
| 167 'common/speech_input_messages.h', | 169 'common/speech_input_messages.h', |
| 168 'common/switch_utils.cc', | 170 'common/switch_utils.cc', |
| 169 'common/switch_utils.h', | 171 'common/switch_utils.h', |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'configurations': { | 625 'configurations': { |
| 624 'Common_Base': { | 626 'Common_Base': { |
| 625 'msvs_target_platform': 'x64', | 627 'msvs_target_platform': 'x64', |
| 626 }, | 628 }, |
| 627 }, | 629 }, |
| 628 }, | 630 }, |
| 629 ], | 631 ], |
| 630 }], | 632 }], |
| 631 ], | 633 ], |
| 632 } | 634 } |
| OLD | NEW |