| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'common/extensions/extension_error_reporter.cc', | 157 'common/extensions/extension_error_reporter.cc', |
| 158 'common/extensions/extension_error_reporter.h', | 158 'common/extensions/extension_error_reporter.h', |
| 159 'common/extensions/extension_error_utils.cc', | 159 'common/extensions/extension_error_utils.cc', |
| 160 'common/extensions/extension_error_utils.h', | 160 'common/extensions/extension_error_utils.h', |
| 161 'common/extensions/extension_action.cc', | 161 'common/extensions/extension_action.cc', |
| 162 'common/extensions/extension_action.h', | 162 'common/extensions/extension_action.h', |
| 163 'common/extensions/extension_l10n_util.cc', | 163 'common/extensions/extension_l10n_util.cc', |
| 164 'common/extensions/extension_l10n_util.h', | 164 'common/extensions/extension_l10n_util.h', |
| 165 'common/extensions/extension_message_bundle.cc', | 165 'common/extensions/extension_message_bundle.cc', |
| 166 'common/extensions/extension_message_bundle.h', | 166 'common/extensions/extension_message_bundle.h', |
| 167 'common/extensions/extension_message_filter_peer.cc', |
| 168 'common/extensions/extension_message_filter_peer.h', |
| 167 'common/extensions/extension_resource.cc', | 169 'common/extensions/extension_resource.cc', |
| 168 'common/extensions/extension_resource.h', | 170 'common/extensions/extension_resource.h', |
| 169 'common/extensions/extension_unpacker.cc', | 171 'common/extensions/extension_unpacker.cc', |
| 170 'common/extensions/extension_unpacker.h', | 172 'common/extensions/extension_unpacker.h', |
| 171 'common/extensions/update_manifest.cc', | 173 'common/extensions/update_manifest.cc', |
| 172 'common/extensions/update_manifest.h', | 174 'common/extensions/update_manifest.h', |
| 173 'common/extensions/url_pattern.cc', | 175 'common/extensions/url_pattern.cc', |
| 174 'common/extensions/url_pattern.h', | 176 'common/extensions/url_pattern.h', |
| 175 'common/extensions/user_script.cc', | 177 'common/extensions/user_script.cc', |
| 176 'common/extensions/user_script.h', | 178 'common/extensions/user_script.h', |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'configurations': { | 389 'configurations': { |
| 388 'Common_Base': { | 390 'Common_Base': { |
| 389 'msvs_target_platform': 'x64', | 391 'msvs_target_platform': 'x64', |
| 390 }, | 392 }, |
| 391 }, | 393 }, |
| 392 }, | 394 }, |
| 393 ], | 395 ], |
| 394 }], | 396 }], |
| 395 ], | 397 ], |
| 396 } | 398 } |
| OLD | NEW |