| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'common/automation_messages_internal.h', | 139 'common/automation_messages_internal.h', |
| 140 'common/badge_util.cc', | 140 'common/badge_util.cc', |
| 141 'common/badge_util.h', | 141 'common/badge_util.h', |
| 142 'common/chrome_content_client.cc', | 142 'common/chrome_content_client.cc', |
| 143 'common/chrome_content_client.h', | 143 'common/chrome_content_client.h', |
| 144 'common/chrome_content_plugin_client.cc', | 144 'common/chrome_content_plugin_client.cc', |
| 145 'common/chrome_content_plugin_client.h', | 145 'common/chrome_content_plugin_client.h', |
| 146 'common/common_glue.cc', | 146 'common/common_glue.cc', |
| 147 'common/common_message_generator.cc', | 147 'common/common_message_generator.cc', |
| 148 'common/common_message_generator.h', | 148 'common/common_message_generator.h', |
| 149 'common/common_param_traits.cc', |
| 150 'common/common_param_traits.h', |
| 149 'common/default_plugin.cc', | 151 'common/default_plugin.cc', |
| 150 'common/default_plugin.h', | 152 'common/default_plugin.h', |
| 151 'common/deprecated/event_sys-inl.h', | 153 'common/deprecated/event_sys-inl.h', |
| 152 'common/deprecated/event_sys.h', | 154 'common/deprecated/event_sys.h', |
| 153 'common/extensions/extension.cc', | 155 'common/extensions/extension.cc', |
| 154 'common/extensions/extension.h', | 156 'common/extensions/extension.h', |
| 155 'common/extensions/extension_action.cc', | 157 'common/extensions/extension_action.cc', |
| 156 'common/extensions/extension_action.h', | 158 'common/extensions/extension_action.h', |
| 157 'common/extensions/extension_constants.cc', | 159 'common/extensions/extension_constants.cc', |
| 158 'common/extensions/extension_constants.h', | 160 'common/extensions/extension_constants.h', |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 'configurations': { | 527 'configurations': { |
| 526 'Common_Base': { | 528 'Common_Base': { |
| 527 'msvs_target_platform': 'x64', | 529 'msvs_target_platform': 'x64', |
| 528 }, | 530 }, |
| 529 }, | 531 }, |
| 530 }, | 532 }, |
| 531 ], | 533 ], |
| 532 }], | 534 }], |
| 533 ], | 535 ], |
| 534 } | 536 } |
| OLD | NEW |