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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'common/page_zoom.h', | 313 'common/page_zoom.h', |
314 'common/pepper_plugin_registry.cc', | 314 'common/pepper_plugin_registry.cc', |
315 'common/pepper_plugin_registry.h', | 315 'common/pepper_plugin_registry.h', |
316 'common/plugin_carbon_interpose_constants_mac.h', | 316 'common/plugin_carbon_interpose_constants_mac.h', |
317 'common/plugin_carbon_interpose_constants_mac.cc', | 317 'common/plugin_carbon_interpose_constants_mac.cc', |
318 'common/plugin_messages.cc', | 318 'common/plugin_messages.cc', |
319 'common/plugin_messages.h', | 319 'common/plugin_messages.h', |
320 'common/plugin_messages_internal.h', | 320 'common/plugin_messages_internal.h', |
321 'common/render_messages.cc', | 321 'common/render_messages.cc', |
322 'common/render_messages.h', | 322 'common/render_messages.h', |
| 323 'common/render_messages_params.cc', |
| 324 'common/render_messages_params.h', |
323 'common/render_messages_internal.h', | 325 'common/render_messages_internal.h', |
324 'common/renderer_preferences.h', | 326 'common/renderer_preferences.h', |
325 'common/resource_dispatcher.cc', | 327 'common/resource_dispatcher.cc', |
326 'common/resource_dispatcher.h', | 328 'common/resource_dispatcher.h', |
327 'common/security_filter_peer.cc', | 329 'common/security_filter_peer.cc', |
328 'common/security_filter_peer.h', | 330 'common/security_filter_peer.h', |
329 'common/service_messages.cc', | 331 'common/service_messages.cc', |
330 'common/service_messages.h', | 332 'common/service_messages.h', |
331 'common/services_messages_internal.h', | 333 'common/services_messages_internal.h', |
332 'common/service_process_type.h', | 334 'common/service_process_type.h', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'configurations': { | 507 'configurations': { |
506 'Common_Base': { | 508 'Common_Base': { |
507 'msvs_target_platform': 'x64', | 509 'msvs_target_platform': 'x64', |
508 }, | 510 }, |
509 }, | 511 }, |
510 }, | 512 }, |
511 ], | 513 ], |
512 }], | 514 }], |
513 ], | 515 ], |
514 } | 516 } |
OLD | NEW |