| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'common/native_web_keyboard_event.h', | 213 'common/native_web_keyboard_event.h', |
| 214 'common/native_web_keyboard_event_linux.cc', | 214 'common/native_web_keyboard_event_linux.cc', |
| 215 'common/native_web_keyboard_event_mac.mm', | 215 'common/native_web_keyboard_event_mac.mm', |
| 216 'common/native_web_keyboard_event_win.cc', | 216 'common/native_web_keyboard_event_win.cc', |
| 217 'common/native_window_notification_source.h', | 217 'common/native_window_notification_source.h', |
| 218 'common/owned_widget_gtk.cc', | 218 'common/owned_widget_gtk.cc', |
| 219 'common/owned_widget_gtk.h', | 219 'common/owned_widget_gtk.h', |
| 220 'common/page_transition_types.cc', | 220 'common/page_transition_types.cc', |
| 221 'common/page_transition_types.h', | 221 'common/page_transition_types.h', |
| 222 'common/page_zoom.h', | 222 'common/page_zoom.h', |
| 223 'common/pepper_plugin_registry.cc', |
| 224 'common/pepper_plugin_registry.h', |
| 223 'common/plugin_carbon_interpose_constants_mac.h', | 225 'common/plugin_carbon_interpose_constants_mac.h', |
| 224 'common/plugin_carbon_interpose_constants_mac.cc', | 226 'common/plugin_carbon_interpose_constants_mac.cc', |
| 225 'common/plugin_messages.h', | 227 'common/plugin_messages.h', |
| 226 'common/plugin_messages_internal.h', | 228 'common/plugin_messages_internal.h', |
| 227 'common/render_messages.h', | 229 'common/render_messages.h', |
| 228 'common/render_messages_internal.h', | 230 'common/render_messages_internal.h', |
| 229 'common/renderer_preferences.h', | 231 'common/renderer_preferences.h', |
| 230 'common/resource_dispatcher.cc', | 232 'common/resource_dispatcher.cc', |
| 231 'common/resource_dispatcher.h', | 233 'common/resource_dispatcher.h', |
| 232 'common/security_filter_peer.cc', | 234 'common/security_filter_peer.cc', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 'configurations': { | 398 'configurations': { |
| 397 'Common_Base': { | 399 'Common_Base': { |
| 398 'msvs_target_platform': 'x64', | 400 'msvs_target_platform': 'x64', |
| 399 }, | 401 }, |
| 400 }, | 402 }, |
| 401 }, | 403 }, |
| 402 ], | 404 ], |
| 403 }], | 405 }], |
| 404 ], | 406 ], |
| 405 } | 407 } |
| OLD | NEW |