| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'common/resource_response.h', | 152 'common/resource_response.h', |
| 153 'common/result_codes.h', | 153 'common/result_codes.h', |
| 154 'common/sandbox_init_wrapper.h', | 154 'common/sandbox_init_wrapper.h', |
| 155 'common/sandbox_init_wrapper_linux.cc', | 155 'common/sandbox_init_wrapper_linux.cc', |
| 156 'common/sandbox_init_wrapper_mac.cc', | 156 'common/sandbox_init_wrapper_mac.cc', |
| 157 'common/sandbox_init_wrapper_win.cc', | 157 'common/sandbox_init_wrapper_win.cc', |
| 158 'common/sandbox_mac.h', | 158 'common/sandbox_mac.h', |
| 159 'common/sandbox_mac.mm', | 159 'common/sandbox_mac.mm', |
| 160 'common/sandbox_policy.cc', | 160 'common/sandbox_policy.cc', |
| 161 'common/sandbox_policy.h', | 161 'common/sandbox_policy.h', |
| 162 'common/section_util_win.cc', |
| 163 'common/section_util_win.h', |
| 162 'common/serialized_script_value.cc', | 164 'common/serialized_script_value.cc', |
| 163 'common/serialized_script_value.h', | 165 'common/serialized_script_value.h', |
| 164 'common/set_process_title.cc', | 166 'common/set_process_title.cc', |
| 165 'common/set_process_title.h', | 167 'common/set_process_title.h', |
| 166 'common/set_process_title_linux.cc', | 168 'common/set_process_title_linux.cc', |
| 167 'common/set_process_title_linux.h', | 169 'common/set_process_title_linux.h', |
| 168 'common/speech_input_messages.cc', | 170 'common/speech_input_messages.cc', |
| 169 'common/speech_input_messages.h', | 171 'common/speech_input_messages.h', |
| 170 'common/switch_utils.cc', | 172 'common/switch_utils.cc', |
| 171 'common/switch_utils.h', | 173 'common/switch_utils.h', |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'configurations': { | 635 'configurations': { |
| 634 'Common_Base': { | 636 'Common_Base': { |
| 635 'msvs_target_platform': 'x64', | 637 'msvs_target_platform': 'x64', |
| 636 }, | 638 }, |
| 637 }, | 639 }, |
| 638 }, | 640 }, |
| 639 ], | 641 ], |
| 640 }], | 642 }], |
| 641 ], | 643 ], |
| 642 } | 644 } |
| OLD | NEW |