OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'common/extensions/extension_file_util.cc', | 164 'common/extensions/extension_file_util.cc', |
165 'common/extensions/extension_file_util.h', | 165 'common/extensions/extension_file_util.h', |
166 'common/extensions/extension_icon_set.cc', | 166 'common/extensions/extension_icon_set.cc', |
167 'common/extensions/extension_icon_set.h', | 167 'common/extensions/extension_icon_set.h', |
168 'common/extensions/extension_l10n_util.cc', | 168 'common/extensions/extension_l10n_util.cc', |
169 'common/extensions/extension_l10n_util.h', | 169 'common/extensions/extension_l10n_util.h', |
170 'common/extensions/extension_localization_peer.cc', | 170 'common/extensions/extension_localization_peer.cc', |
171 'common/extensions/extension_localization_peer.h', | 171 'common/extensions/extension_localization_peer.h', |
172 'common/extensions/extension_message_bundle.cc', | 172 'common/extensions/extension_message_bundle.cc', |
173 'common/extensions/extension_message_bundle.h', | 173 'common/extensions/extension_message_bundle.h', |
| 174 'common/extensions/extension_messages.cc', |
| 175 'common/extensions/extension_messages.h', |
174 'common/extensions/extension_resource.cc', | 176 'common/extensions/extension_resource.cc', |
175 'common/extensions/extension_resource.h', | 177 'common/extensions/extension_resource.h', |
176 'common/extensions/extension_set.cc', | 178 'common/extensions/extension_set.cc', |
177 'common/extensions/extension_set.h', | 179 'common/extensions/extension_set.h', |
178 'common/extensions/extension_sidebar_defaults.h', | 180 'common/extensions/extension_sidebar_defaults.h', |
179 'common/extensions/extension_sidebar_utils.cc', | 181 'common/extensions/extension_sidebar_utils.cc', |
180 'common/extensions/extension_sidebar_utils.h', | 182 'common/extensions/extension_sidebar_utils.h', |
181 'common/extensions/extension_unpacker.cc', | 183 'common/extensions/extension_unpacker.cc', |
182 'common/extensions/extension_unpacker.h', | 184 'common/extensions/extension_unpacker.h', |
183 'common/extensions/update_manifest.cc', | 185 'common/extensions/update_manifest.cc', |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 'configurations': { | 481 'configurations': { |
480 'Common_Base': { | 482 'Common_Base': { |
481 'msvs_target_platform': 'x64', | 483 'msvs_target_platform': 'x64', |
482 }, | 484 }, |
483 }, | 485 }, |
484 }, | 486 }, |
485 ], | 487 ], |
486 }], | 488 }], |
487 ], | 489 ], |
488 } | 490 } |
OLD | NEW |