Chromium Code Reviews| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 126 '../third_party/libxml/libxml.gyp:libxml', | 126 '../third_party/libxml/libxml.gyp:libxml', |
| 127 '../third_party/sqlite/sqlite.gyp:sqlite', | 127 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 128 '../third_party/zlib/zlib.gyp:zlib', | 128 '../third_party/zlib/zlib.gyp:zlib', |
| 129 '../webkit/support/webkit_support.gyp:glue', | 129 '../webkit/support/webkit_support.gyp:glue', |
| 130 ], | 130 ], |
| 131 'sources': [ | 131 'sources': [ |
| 132 # .cc, .h, and .mm files under chrome/common that are not required for | 132 # .cc, .h, and .mm files under chrome/common that are not required for |
| 133 # building 64-bit Windows targets. Test files are not included. | 133 # building 64-bit Windows targets. Test files are not included. |
| 134 'common/automation_constants.cc', | 134 'common/automation_constants.cc', |
| 135 'common/automation_constants.h', | 135 'common/automation_constants.h', |
| 136 'common/automation_message_types.cc', | |
|
amit
2011/04/14 15:48:36
How about: common_automation_messages.h/cc, chrome
| |
| 137 'common/automation_message_types2.cc', | |
| 138 'common/automation_message_types.h', | |
| 136 'common/automation_messages.cc', | 139 'common/automation_messages.cc', |
| 137 'common/automation_messages.h', | 140 'common/automation_messages.h', |
| 138 'common/automation_messages_internal.h', | 141 'common/automation_messages_internal.h', |
| 139 'common/badge_util.cc', | 142 'common/badge_util.cc', |
| 140 'common/badge_util.h', | 143 'common/badge_util.h', |
| 141 'common/chrome_content_client.cc', | 144 'common/chrome_content_client.cc', |
| 142 'common/chrome_content_client.h', | 145 'common/chrome_content_client.h', |
| 143 'common/chrome_content_gpu_client.cc', | 146 'common/chrome_content_gpu_client.cc', |
| 144 'common/chrome_content_gpu_client.h', | 147 'common/chrome_content_gpu_client.h', |
| 145 'common/chrome_content_plugin_client.cc', | 148 'common/chrome_content_plugin_client.cc', |
| 146 'common/chrome_content_plugin_client.h', | 149 'common/chrome_content_plugin_client.h', |
| 147 'common/common_glue.cc', | 150 'common/common_glue.cc', |
| 148 'common/common_message_generator.cc', | 151 'common/common_message_generator.cc', |
| 149 'common/common_message_generator.h', | 152 'common/common_message_generator.h', |
| 153 'common/content_settings_traits.cc', | |
| 154 'common/content_settings_traits.h', | |
| 150 'common/default_plugin.cc', | 155 'common/default_plugin.cc', |
| 151 'common/default_plugin.h', | 156 'common/default_plugin.h', |
| 152 'common/deprecated/event_sys-inl.h', | 157 'common/deprecated/event_sys-inl.h', |
| 153 'common/deprecated/event_sys.h', | 158 'common/deprecated/event_sys.h', |
| 154 'common/extensions/extension.cc', | 159 'common/extensions/extension.cc', |
| 155 'common/extensions/extension.h', | 160 'common/extensions/extension.h', |
| 156 'common/extensions/extension_action.cc', | 161 'common/extensions/extension_action.cc', |
| 157 'common/extensions/extension_action.h', | 162 'common/extensions/extension_action.h', |
| 158 'common/extensions/extension_constants.cc', | 163 'common/extensions/extension_constants.cc', |
| 159 'common/extensions/extension_constants.h', | 164 'common/extensions/extension_constants.h', |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 477 'configurations': { | 482 'configurations': { |
| 478 'Common_Base': { | 483 'Common_Base': { |
| 479 'msvs_target_platform': 'x64', | 484 'msvs_target_platform': 'x64', |
| 480 }, | 485 }, |
| 481 }, | 486 }, |
| 482 }, | 487 }, |
| 483 ], | 488 ], |
| 484 }], | 489 }], |
| 485 ], | 490 ], |
| 486 } | 491 } |
| OLD | NEW |