| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'common/sandbox_init_wrapper.h', | 107 'common/sandbox_init_wrapper.h', |
| 108 'common/sandbox_init_wrapper_linux.cc', | 108 'common/sandbox_init_wrapper_linux.cc', |
| 109 'common/sandbox_init_wrapper_mac.cc', | 109 'common/sandbox_init_wrapper_mac.cc', |
| 110 'common/sandbox_init_wrapper_win.cc', | 110 'common/sandbox_init_wrapper_win.cc', |
| 111 'common/sandbox_mac.h', | 111 'common/sandbox_mac.h', |
| 112 'common/sandbox_mac.mm', | 112 'common/sandbox_mac.mm', |
| 113 'common/sandbox_policy.cc', | 113 'common/sandbox_policy.cc', |
| 114 'common/sandbox_policy.h', | 114 'common/sandbox_policy.h', |
| 115 'common/serialized_script_value.cc', | 115 'common/serialized_script_value.cc', |
| 116 'common/serialized_script_value.h', | 116 'common/serialized_script_value.h', |
| 117 'common/switch_utils.cc', |
| 118 'common/switch_utils.h', |
| 117 'common/time_format.cc', | 119 'common/time_format.cc', |
| 118 'common/time_format.h', | 120 'common/time_format.h', |
| 119 'common/chrome_version_info.h', | 121 'common/chrome_version_info.h', |
| 120 'common/chrome_version_info.cc', | 122 'common/chrome_version_info.cc', |
| 121 'common/webblobregistry_impl.cc', | 123 'common/webblobregistry_impl.cc', |
| 122 'common/webblobregistry_impl.h', | 124 'common/webblobregistry_impl.h', |
| 123 'common/win_safe_util.cc', | 125 'common/win_safe_util.cc', |
| 124 'common/win_safe_util.h', | 126 'common/win_safe_util.h', |
| 125 ], | 127 ], |
| 126 }], | 128 }], |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 'configurations': { | 509 'configurations': { |
| 508 'Common_Base': { | 510 'Common_Base': { |
| 509 'msvs_target_platform': 'x64', | 511 'msvs_target_platform': 'x64', |
| 510 }, | 512 }, |
| 511 }, | 513 }, |
| 512 }, | 514 }, |
| 513 ], | 515 ], |
| 514 }], | 516 }], |
| 515 ], | 517 ], |
| 516 } | 518 } |
| OLD | NEW |