| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'common/automation_messages.cc', | 130 'common/automation_messages.cc', |
| 131 'common/automation_messages.h', | 131 'common/automation_messages.h', |
| 132 'common/automation_messages_internal.h', | 132 'common/automation_messages_internal.h', |
| 133 'common/badge_util.cc', | 133 'common/badge_util.cc', |
| 134 'common/badge_util.h', | 134 'common/badge_util.h', |
| 135 'common/bzip2_error_handler.cc', | 135 'common/bzip2_error_handler.cc', |
| 136 'common/chrome_content_client.cc', | 136 'common/chrome_content_client.cc', |
| 137 'common/chrome_content_client.h', | 137 'common/chrome_content_client.h', |
| 138 'common/chrome_content_plugin_client.cc', | 138 'common/chrome_content_plugin_client.cc', |
| 139 'common/chrome_content_plugin_client.h', | 139 'common/chrome_content_plugin_client.h', |
| 140 'common/chrome_plugin_messages.h', |
| 140 'common/cloud_print/cloud_print_proxy_info.cc', | 141 'common/cloud_print/cloud_print_proxy_info.cc', |
| 141 'common/cloud_print/cloud_print_proxy_info.h', | 142 'common/cloud_print/cloud_print_proxy_info.h', |
| 142 'common/common_api.h', | 143 'common/common_api.h', |
| 143 'common/common_message_generator.cc', | 144 'common/common_message_generator.cc', |
| 144 'common/common_message_generator.h', | 145 'common/common_message_generator.h', |
| 145 'common/common_param_traits.cc', | 146 'common/common_param_traits.cc', |
| 146 'common/common_param_traits.h', | 147 'common/common_param_traits.h', |
| 147 'common/custom_handlers/protocol_handler.cc', | 148 'common/custom_handlers/protocol_handler.cc', |
| 148 'common/custom_handlers/protocol_handler.h', | 149 'common/custom_handlers/protocol_handler.h', |
| 149 'common/default_plugin.cc', | 150 'common/default_plugin.cc', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'configurations': { | 491 'configurations': { |
| 491 'Common_Base': { | 492 'Common_Base': { |
| 492 'msvs_target_platform': 'x64', | 493 'msvs_target_platform': 'x64', |
| 493 }, | 494 }, |
| 494 }, | 495 }, |
| 495 }, | 496 }, |
| 496 ], | 497 ], |
| 497 }], | 498 }], |
| 498 ], | 499 ], |
| 499 } | 500 } |
| OLD | NEW |