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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'common/sandbox_policy.cc', | 121 'common/sandbox_policy.cc', |
122 'common/sandbox_policy.h', | 122 'common/sandbox_policy.h', |
123 'common/serialized_script_value.cc', | 123 'common/serialized_script_value.cc', |
124 'common/serialized_script_value.h', | 124 'common/serialized_script_value.h', |
125 'common/switch_utils.cc', | 125 'common/switch_utils.cc', |
126 'common/switch_utils.h', | 126 'common/switch_utils.h', |
127 'common/time_format.cc', | 127 'common/time_format.cc', |
128 'common/time_format.h', | 128 'common/time_format.h', |
129 'common/chrome_version_info.h', | 129 'common/chrome_version_info.h', |
130 'common/chrome_version_info.cc', | 130 'common/chrome_version_info.cc', |
| 131 'common/web_apps.h', |
| 132 'common/web_apps.cc', |
131 'common/webblobregistry_impl.cc', | 133 'common/webblobregistry_impl.cc', |
132 'common/webblobregistry_impl.h', | 134 'common/webblobregistry_impl.h', |
133 'common/win_safe_util.cc', | 135 'common/win_safe_util.cc', |
134 'common/win_safe_util.h', | 136 'common/win_safe_util.h', |
135 ], | 137 ], |
136 }], | 138 }], |
137 ], | 139 ], |
138 }, | 140 }, |
139 'targets': [ | 141 'targets': [ |
140 { | 142 { |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'configurations': { | 572 'configurations': { |
571 'Common_Base': { | 573 'Common_Base': { |
572 'msvs_target_platform': 'x64', | 574 'msvs_target_platform': 'x64', |
573 }, | 575 }, |
574 }, | 576 }, |
575 }, | 577 }, |
576 ], | 578 ], |
577 }], | 579 }], |
578 ], | 580 ], |
579 } | 581 } |
OLD | NEW |