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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'common/libxml_utils.cc', | 262 'common/libxml_utils.cc', |
263 'common/libxml_utils.h', | 263 'common/libxml_utils.h', |
264 'common/mru_cache.h', | 264 'common/mru_cache.h', |
265 'common/navigation_gesture.h', | 265 'common/navigation_gesture.h', |
266 'common/navigation_types.h', | 266 'common/navigation_types.h', |
267 'common/native_web_keyboard_event.h', | 267 'common/native_web_keyboard_event.h', |
268 'common/native_web_keyboard_event_linux.cc', | 268 'common/native_web_keyboard_event_linux.cc', |
269 'common/native_web_keyboard_event_mac.mm', | 269 'common/native_web_keyboard_event_mac.mm', |
270 'common/native_web_keyboard_event_win.cc', | 270 'common/native_web_keyboard_event_win.cc', |
271 'common/native_window_notification_source.h', | 271 'common/native_window_notification_source.h', |
| 272 'common/page_type.h', |
272 'common/page_transition_types.cc', | 273 'common/page_transition_types.cc', |
273 'common/page_transition_types.h', | 274 'common/page_transition_types.h', |
274 'common/page_zoom.h', | 275 'common/page_zoom.h', |
275 'common/pepper_plugin_registry.cc', | 276 'common/pepper_plugin_registry.cc', |
276 'common/pepper_plugin_registry.h', | 277 'common/pepper_plugin_registry.h', |
277 'common/plugin_carbon_interpose_constants_mac.h', | 278 'common/plugin_carbon_interpose_constants_mac.h', |
278 'common/plugin_carbon_interpose_constants_mac.cc', | 279 'common/plugin_carbon_interpose_constants_mac.cc', |
279 'common/plugin_messages.cc', | 280 'common/plugin_messages.cc', |
280 'common/plugin_messages.h', | 281 'common/plugin_messages.h', |
281 'common/plugin_messages_internal.h', | 282 'common/plugin_messages_internal.h', |
282 'common/pref_store.cc', | 283 'common/pref_store.cc', |
283 'common/pref_store.h', | 284 'common/pref_store.h', |
284 'common/render_messages.cc', | 285 'common/render_messages.cc', |
285 'common/render_messages.h', | 286 'common/render_messages.h', |
286 'common/render_messages_params.cc', | 287 'common/render_messages_params.cc', |
287 'common/render_messages_params.h', | 288 'common/render_messages_params.h', |
288 'common/render_messages_internal.h', | 289 'common/render_messages_internal.h', |
289 'common/renderer_preferences.cc', | 290 'common/renderer_preferences.cc', |
290 'common/renderer_preferences.h', | 291 'common/renderer_preferences.h', |
291 'common/resource_dispatcher.cc', | 292 'common/resource_dispatcher.cc', |
292 'common/resource_dispatcher.h', | 293 'common/resource_dispatcher.h', |
293 'common/security_filter_peer.cc', | 294 'common/security_filter_peer.cc', |
294 'common/security_filter_peer.h', | 295 'common/security_filter_peer.h', |
| 296 'common/security_style.h', |
295 'common/service_messages.cc', | 297 'common/service_messages.cc', |
296 'common/service_messages.h', | 298 'common/service_messages.h', |
297 'common/service_messages_internal.h', | 299 'common/service_messages_internal.h', |
298 'common/service_process_type.h', | 300 'common/service_process_type.h', |
299 'common/service_process_util.cc', | 301 'common/service_process_util.cc', |
300 'common/service_process_util.h', | 302 'common/service_process_util.h', |
301 'common/service_process_util_posix.cc', | 303 'common/service_process_util_posix.cc', |
302 'common/service_process_util_win.cc', | 304 'common/service_process_util_win.cc', |
303 'common/socket_stream_dispatcher.cc', | 305 'common/socket_stream_dispatcher.cc', |
304 'common/socket_stream_dispatcher.h', | 306 'common/socket_stream_dispatcher.h', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 'configurations': { | 570 'configurations': { |
569 'Common_Base': { | 571 'Common_Base': { |
570 'msvs_target_platform': 'x64', | 572 'msvs_target_platform': 'x64', |
571 }, | 573 }, |
572 }, | 574 }, |
573 }, | 575 }, |
574 ], | 576 ], |
575 }], | 577 }], |
576 ], | 578 ], |
577 } | 579 } |
OLD | NEW |