| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 # .cc, .h, and .mm files under chrome/common that are not required for | 142 # .cc, .h, and .mm files under chrome/common that are not required for |
| 143 # building 64-bit Windows targets. Test files are not included. | 143 # building 64-bit Windows targets. Test files are not included. |
| 144 'common/desktop_notifications/active_notification_tracker.h', | 144 'common/desktop_notifications/active_notification_tracker.h', |
| 145 'common/desktop_notifications/active_notification_tracker.cc', | 145 'common/desktop_notifications/active_notification_tracker.cc', |
| 146 'common/extensions/extension.cc', | 146 'common/extensions/extension.cc', |
| 147 'common/extensions/extension.h', | 147 'common/extensions/extension.h', |
| 148 'common/extensions/extension_action.cc', | 148 'common/extensions/extension_action.cc', |
| 149 'common/extensions/extension_action.h', | 149 'common/extensions/extension_action.h', |
| 150 'common/extensions/extension_constants.cc', | 150 'common/extensions/extension_constants.cc', |
| 151 'common/extensions/extension_constants.h', | 151 'common/extensions/extension_constants.h', |
| 152 'common/extensions/extension_error_reporter.cc', | |
| 153 'common/extensions/extension_error_reporter.h', | |
| 154 'common/extensions/extension_error_utils.cc', | 152 'common/extensions/extension_error_utils.cc', |
| 155 'common/extensions/extension_error_utils.h', | 153 'common/extensions/extension_error_utils.h', |
| 156 'common/extensions/extension_extent.cc', | 154 'common/extensions/extension_extent.cc', |
| 157 'common/extensions/extension_extent.h', | 155 'common/extensions/extension_extent.h', |
| 158 'common/extensions/extension_file_util.cc', | 156 'common/extensions/extension_file_util.cc', |
| 159 'common/extensions/extension_file_util.h', | 157 'common/extensions/extension_file_util.h', |
| 160 'common/extensions/extension_l10n_util.cc', | 158 'common/extensions/extension_l10n_util.cc', |
| 161 'common/extensions/extension_l10n_util.h', | 159 'common/extensions/extension_l10n_util.h', |
| 162 'common/extensions/extension_message_bundle.cc', | 160 'common/extensions/extension_message_bundle.cc', |
| 163 'common/extensions/extension_message_bundle.h', | 161 'common/extensions/extension_message_bundle.h', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'common/native_web_keyboard_event.h', | 215 'common/native_web_keyboard_event.h', |
| 218 'common/native_web_keyboard_event_linux.cc', | 216 'common/native_web_keyboard_event_linux.cc', |
| 219 'common/native_web_keyboard_event_mac.mm', | 217 'common/native_web_keyboard_event_mac.mm', |
| 220 'common/native_web_keyboard_event_win.cc', | 218 'common/native_web_keyboard_event_win.cc', |
| 221 'common/native_window_notification_source.h', | 219 'common/native_window_notification_source.h', |
| 222 'common/owned_widget_gtk.cc', | 220 'common/owned_widget_gtk.cc', |
| 223 'common/owned_widget_gtk.h', | 221 'common/owned_widget_gtk.h', |
| 224 'common/page_transition_types.cc', | 222 'common/page_transition_types.cc', |
| 225 'common/page_transition_types.h', | 223 'common/page_transition_types.h', |
| 226 'common/page_zoom.h', | 224 'common/page_zoom.h', |
| 227 'common/platform_util.h', | |
| 228 'common/platform_util_linux.cc', | |
| 229 'common/platform_util_mac.mm', | |
| 230 'common/platform_util_win.cc', | |
| 231 'common/plugin_carbon_interpose_constants_mac.h', | 225 'common/plugin_carbon_interpose_constants_mac.h', |
| 232 'common/plugin_carbon_interpose_constants_mac.cc', | 226 'common/plugin_carbon_interpose_constants_mac.cc', |
| 233 'common/plugin_messages.h', | 227 'common/plugin_messages.h', |
| 234 'common/plugin_messages_internal.h', | 228 'common/plugin_messages_internal.h', |
| 235 'common/render_messages.h', | 229 'common/render_messages.h', |
| 236 'common/render_messages_internal.h', | 230 'common/render_messages_internal.h', |
| 237 'common/renderer_preferences.h', | 231 'common/renderer_preferences.h', |
| 238 'common/resource_dispatcher.cc', | 232 'common/resource_dispatcher.cc', |
| 239 'common/resource_dispatcher.h', | 233 'common/resource_dispatcher.h', |
| 240 'common/security_filter_peer.cc', | 234 'common/security_filter_peer.cc', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'configurations': { | 363 'configurations': { |
| 370 'Common_Base': { | 364 'Common_Base': { |
| 371 'msvs_target_platform': 'x64', | 365 'msvs_target_platform': 'x64', |
| 372 }, | 366 }, |
| 373 }, | 367 }, |
| 374 }, | 368 }, |
| 375 ], | 369 ], |
| 376 }], | 370 }], |
| 377 ], | 371 ], |
| 378 } | 372 } |
| OLD | NEW |