| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 'common/pepper_plugin_registry.cc', | 324 'common/pepper_plugin_registry.cc', |
| 325 'common/pepper_plugin_registry.h', | 325 'common/pepper_plugin_registry.h', |
| 326 'common/plugin_carbon_interpose_constants_mac.cc', | 326 'common/plugin_carbon_interpose_constants_mac.cc', |
| 327 'common/plugin_carbon_interpose_constants_mac.h', | 327 'common/plugin_carbon_interpose_constants_mac.h', |
| 328 'common/plugin_messages.cc', | 328 'common/plugin_messages.cc', |
| 329 'common/plugin_messages.h', | 329 'common/plugin_messages.h', |
| 330 'common/plugin_messages_internal.h', | 330 'common/plugin_messages_internal.h', |
| 331 'common/persistent_pref_store.h', | 331 'common/persistent_pref_store.h', |
| 332 'common/pref_store.cc', | 332 'common/pref_store.cc', |
| 333 'common/pref_store.h', | 333 'common/pref_store.h', |
| 334 'common/remoting/chromoting_host_info.cc', |
| 335 'common/remoting/chromoting_host_info.h', |
| 334 'common/render_messages.cc', | 336 'common/render_messages.cc', |
| 335 'common/render_messages.h', | 337 'common/render_messages.h', |
| 336 'common/render_messages_internal.h', | 338 'common/render_messages_internal.h', |
| 337 'common/render_messages_params.cc', | 339 'common/render_messages_params.cc', |
| 338 'common/render_messages_params.h', | 340 'common/render_messages_params.h', |
| 339 'common/renderer_preferences.cc', | 341 'common/renderer_preferences.cc', |
| 340 'common/renderer_preferences.h', | 342 'common/renderer_preferences.h', |
| 341 'common/resource_dispatcher.cc', | 343 'common/resource_dispatcher.cc', |
| 342 'common/resource_dispatcher.h', | 344 'common/resource_dispatcher.h', |
| 343 'common/security_filter_peer.cc', | 345 'common/security_filter_peer.cc', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 'common/net/predictor_common.h', | 501 'common/net/predictor_common.h', |
| 500 'common/net/raw_host_resolver_proc.cc', | 502 'common/net/raw_host_resolver_proc.cc', |
| 501 'common/net/raw_host_resolver_proc.h', | 503 'common/net/raw_host_resolver_proc.h', |
| 502 'common/net/socket_stream.h', | 504 'common/net/socket_stream.h', |
| 503 'common/net/url_fetcher.cc', | 505 'common/net/url_fetcher.cc', |
| 504 'common/net/url_fetcher.h', | 506 'common/net/url_fetcher.h', |
| 505 'common/net/url_request_context_getter.cc', | 507 'common/net/url_request_context_getter.cc', |
| 506 'common/net/url_request_context_getter.h', | 508 'common/net/url_request_context_getter.h', |
| 507 'common/net/url_request_intercept_job.cc', | 509 'common/net/url_request_intercept_job.cc', |
| 508 'common/net/url_request_intercept_job.h', | 510 'common/net/url_request_intercept_job.h', |
| 511 'common/net/gaia/gaia_auth_consumer.cc', |
| 509 'common/net/gaia/gaia_auth_consumer.h', | 512 'common/net/gaia/gaia_auth_consumer.h', |
| 510 'common/net/gaia/gaia_auth_fetcher.cc', | 513 'common/net/gaia/gaia_auth_fetcher.cc', |
| 511 'common/net/gaia/gaia_auth_fetcher.h', | 514 'common/net/gaia/gaia_auth_fetcher.h', |
| 512 'common/net/gaia/gaia_authenticator.cc', | 515 'common/net/gaia/gaia_authenticator.cc', |
| 513 'common/net/gaia/gaia_authenticator.h', | 516 'common/net/gaia/gaia_authenticator.h', |
| 514 'common/net/gaia/google_service_auth_error.h', | 517 'common/net/gaia/google_service_auth_error.h', |
| 515 'common/net/x509_certificate_model.cc', | 518 'common/net/x509_certificate_model.cc', |
| 516 'common/net/x509_certificate_model_nss.cc', | 519 'common/net/x509_certificate_model_nss.cc', |
| 517 'common/net/x509_certificate_model_openssl.cc', | 520 'common/net/x509_certificate_model_openssl.cc', |
| 518 'common/net/x509_certificate_model.h', | 521 'common/net/x509_certificate_model.h', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'configurations': { | 626 'configurations': { |
| 624 'Common_Base': { | 627 'Common_Base': { |
| 625 'msvs_target_platform': 'x64', | 628 'msvs_target_platform': 'x64', |
| 626 }, | 629 }, |
| 627 }, | 630 }, |
| 628 }, | 631 }, |
| 629 ], | 632 ], |
| 630 }], | 633 }], |
| 631 ], | 634 ], |
| 632 } | 635 } |
| OLD | NEW |