| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'common/common_message_generator.cc', | 43 'common/common_message_generator.cc', |
| 44 'common/common_message_generator.h', | 44 'common/common_message_generator.h', |
| 45 'common/common_param_traits.cc', | 45 'common/common_param_traits.cc', |
| 46 'common/common_param_traits.h', | 46 'common/common_param_traits.h', |
| 47 'common/content_restriction.h', | 47 'common/content_restriction.h', |
| 48 'common/content_settings.cc', | 48 'common/content_settings.cc', |
| 49 'common/content_settings.h', | 49 'common/content_settings.h', |
| 50 'common/content_settings_helper.cc', | 50 'common/content_settings_helper.cc', |
| 51 'common/content_settings_helper.h', | 51 'common/content_settings_helper.h', |
| 52 'common/content_settings_types.h', | 52 'common/content_settings_types.h', |
| 53 'common/database_messages.h', | |
| 54 'common/devtools_messages.cc', | 53 'common/devtools_messages.cc', |
| 55 'common/devtools_messages.h', | 54 'common/devtools_messages.h', |
| 56 'common/devtools_messages_internal.h', | 55 'common/devtools_messages_internal.h', |
| 57 'common/dom_storage_messages.cc', | 56 'common/dom_storage_messages.cc', |
| 58 'common/dom_storage_messages.h', | 57 'common/dom_storage_messages.h', |
| 59 'common/font_config_ipc_linux.cc', | 58 'common/font_config_ipc_linux.cc', |
| 60 'common/font_config_ipc_linux.h', | 59 'common/font_config_ipc_linux.h', |
| 61 'common/geoposition.cc', | 60 'common/geoposition.cc', |
| 62 'common/geoposition.h', | 61 'common/geoposition.h', |
| 63 'common/gfx_resource_provider.cc', | 62 'common/gfx_resource_provider.cc', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'common/automation_messages.cc', | 184 'common/automation_messages.cc', |
| 186 'common/automation_messages.h', | 185 'common/automation_messages.h', |
| 187 'common/automation_messages_internal.h', | 186 'common/automation_messages_internal.h', |
| 188 'common/badge_util.cc', | 187 'common/badge_util.cc', |
| 189 'common/badge_util.h', | 188 'common/badge_util.h', |
| 190 'common/chrome_content_client.cc', | 189 'common/chrome_content_client.cc', |
| 191 'common/chrome_content_client.h', | 190 'common/chrome_content_client.h', |
| 192 'common/chrome_descriptors.h', | 191 'common/chrome_descriptors.h', |
| 193 'common/common_glue.cc', | 192 'common/common_glue.cc', |
| 194 'common/css_colors.h', | 193 'common/css_colors.h', |
| 195 'common/database_util.cc', | |
| 196 'common/database_util.h', | |
| 197 'common/db_message_filter.cc', | |
| 198 'common/db_message_filter.h', | |
| 199 'common/default_plugin.cc', | 194 'common/default_plugin.cc', |
| 200 'common/default_plugin.h', | 195 'common/default_plugin.h', |
| 201 'common/deprecated/event_sys-inl.h', | 196 'common/deprecated/event_sys-inl.h', |
| 202 'common/deprecated/event_sys.h', | 197 'common/deprecated/event_sys.h', |
| 203 'common/desktop_notifications/active_notification_tracker.cc', | 198 'common/desktop_notifications/active_notification_tracker.cc', |
| 204 'common/desktop_notifications/active_notification_tracker.h', | 199 'common/desktop_notifications/active_notification_tracker.h', |
| 205 'common/dom_storage_common.h', | 200 'common/dom_storage_common.h', |
| 206 'common/extensions/extension.cc', | 201 'common/extensions/extension.cc', |
| 207 'common/extensions/extension.h', | 202 'common/extensions/extension.h', |
| 208 'common/extensions/extension_action.cc', | 203 'common/extensions/extension_action.cc', |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 'configurations': { | 560 'configurations': { |
| 566 'Common_Base': { | 561 'Common_Base': { |
| 567 'msvs_target_platform': 'x64', | 562 'msvs_target_platform': 'x64', |
| 568 }, | 563 }, |
| 569 }, | 564 }, |
| 570 }, | 565 }, |
| 571 ], | 566 ], |
| 572 }], | 567 }], |
| 573 ], | 568 ], |
| 574 } | 569 } |
| OLD | NEW |