• Chromium之工程依赖关系.


    Chromium各版本可能有差异,我的版本是chromium.r197479,2013/08前后下载的source code.

    Visual Studio Ultimate版本有工具可以自动生成项目依赖关系图,可惜我只有2010 express以及2012 professional...

    所以我就手动来绘制项目依赖关系吧,(726个项目)哭...

    每个.vcxproj文件都有类似下面的item,描述所依赖的其他工程.

    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_heap_snapshot_worker_js.vcxproj">
    <Project>{41244340-17E7-F642-C42E-CC987B190D2C}</Project>
    <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>

    chrome.exe:

    Include="packed_extra_resources.vcxproj"
    Include="packed_resources.vcxproj"

    Include=".. hird_partyadobeflashflapper_binaries.vcxproj">
    Include=".. hird_partywidevinecdmwidevinecdmadapter.vcxproj">
    Include="chrome_dll.vcxproj">
    Include="chrome_nacl_win64.vcxproj">
    Include="chrome_process_finder.vcxproj">
    Include="chrome_version_resources.vcxproj">
    Include="installer_util.vcxproj">
    Include="image_pre_reader.vcxproj">
    Include="..asease.vcxproj">
    Include="..reakpadreakpad_handler.vcxproj">
    Include="..reakpadreakpad_sender.vcxproj">
    Include="..componentsreakpad_component.vcxproj">
    Include="..sandboxsandbox.vcxproj">
    Include="apppolicypolicy.vcxproj">
    Include="..win8metro_drivermetro_driver_version_resources.vcxproj">
    Include="..win8metro_drivermetro_driver.vcxproj">
    Include="..win8metro_drivermetro_driver_unittests.vcxproj">
    Include="..win8delegate_executedelegate_execute_version_resources.vcxproj">
    Include="..win8delegate_executedelegate_execute.vcxproj">
    Include="..win8delegate_executedelegate_execute_unittests.vcxproj">
    Include="chrome_extra_resources.vcxproj">
    Include="..contentrowserdevtoolsdevtools_resources.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsgenerate_devtools_grd.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsdevtools_html.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsdevtools_extension_api.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsfrontend_protocol_sources.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_elements_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_resources_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_network_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_scripts_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_timeline_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_profiles_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_audits_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_codemirror_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_layers_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_heap_snapshot_worker_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_script_formatter_worker_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_css.vcxproj">
    Include="..contentrowser racing racing_resources.vcxproj">
    Include=".. hird_party race-viewergenerate_about_tracing.vcxproj">
    Include="..contentrowser racinggenerate_tracing_grd.vcxproj">
    Include="chrome_resources.vcxproj">
    Include="about_credits.vcxproj">
    Include="chrome_strings.vcxproj">
    Include="platform_locale_settings.vcxproj">
    Include="theme_resources.vcxproj">
    Include="chrome_unscaled_resources.vcxproj">
    Include="theme_resources_gen.vcxproj">
    Include="..uiui_resources.vcxproj">
    Include="..componentscomponent_strings.vcxproj">
    Include=".. et et_resources.vcxproj">
    Include="..uiasestringsui_strings.vcxproj">
    Include="..ashash_strings.vcxproj">
    Include="..contentcontent_resources.vcxproj">
    Include="..deviceluetoothdevice_bluetooth_strings.vcxproj">
    Include="..webkitwebkit_resources.vcxproj">
    Include="..webkitwebkit_strings.vcxproj">
    Include="chrome_main_dll.vcxproj">
    Include="policy_path_parser.vcxproj">
    Include="common_constants.vcxproj">
    Include="..components acl_switches.vcxproj">
    Include=".. hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    Include="apppolicycloud_policy_code_generate.vcxproj">
    Include="apppolicycloud_policy_proto_generated_compile.vcxproj">
    Include=".. hird_partyprotobufprotobuf_lite.vcxproj">
    Include="metro_utils.vcxproj">
    Include="installer_util_strings.vcxproj">
    Include="..ase hird_partydynamic_annotationsdynamic_annotations.vcxproj">
    Include="..contentcontent_common.vcxproj">
    Include="..contentcontent.vcxproj">
    Include="..courgettecourgette_lib.vcxproj">
    Include=".. hird_partylzma_sdklzma_sdk.vcxproj">
    Include="..cryptocrypto.vcxproj">
    Include=".. hird_partyspatchspatch.vcxproj">
    Include=".. hird_partyicuicui18n.vcxproj">
    Include=".. hird_partyicuicuuc.vcxproj">
    Include=".. estinggtest.vcxproj">
    Include=".. estinggtest_prod.vcxproj">
    Include="..asease_static.vcxproj">

    chrome.exe所依赖的84个project各自的依赖关系:

    先列出几个大头:

    chrome_main_dll:                    279
    ..contentcontent.vcxproj:      154
    chrome_nacl_win64.vcxproj:    54
    ..win8delegate_executedelegate_execute.vcxproj:                              24
    ..win8metro_drivermetro_driver.vcxproj:                                            16
    .. hird_partyWebKitSourcedevtoolsgenerate_devtools_grd.vcxproj:   15
    packed_resources.vcxproj:                                                                       13

    ==============>> Detail

    Include="chrome_main_dll.vcxproj">
    <ProjectReference Include="common.vcxproj">
    <ProjectReference Include="browser.vcxproj">
    <ProjectReference Include="..syncsync.vcxproj">
    <ProjectReference Include="..printingprinting.vcxproj">
    <ProjectReference Include="..ppapippapi_host.vcxproj">
    <ProjectReference Include="service.vcxproj">
    <ProjectReference Include="apppolicypolicy.vcxproj">
    <ProjectReference Include="chrome_user32_delay_imports.vcxproj">
    <ProjectReference Include="chrome_dll_pdb_workaround.vcxproj">
    <ProjectReference Include="chrome_resources.vcxproj">
    <ProjectReference Include="chrome_version_resources.vcxproj">
    <ProjectReference Include="chrome_unscaled_resources.vcxproj">
    <ProjectReference Include="..cryptocrypto.vcxproj">
    <ProjectReference Include=".. et et_resources.vcxproj">
    <ProjectReference Include=".. hird_partycldcld.vcxproj">
    <ProjectReference Include="..uiviewsviews.vcxproj">
    <ProjectReference Include="..webkitwebkit_resources.vcxproj">
    <ProjectReference Include="debugger.vcxproj">
    <ProjectReference Include="plugin.vcxproj">
    <ProjectReference Include="renderer.vcxproj">
    <ProjectReference Include="utility.vcxproj">
    <ProjectReference Include="..contentcontent_gpu.vcxproj">
    <ProjectReference Include="..contentcontent_ppapi_plugin.vcxproj">
    <ProjectReference Include="..contentcontent_worker.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsdevtools_frontend_resources.vcxproj">
    <ProjectReference Include="..contentcontent_app_both.vcxproj">
    <ProjectReference Include=".. hird_partyicuicuuc.vcxproj">
    <ProjectReference Include="common_net.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    <ProjectReference Include="about_credits.vcxproj">
    <ProjectReference Include="chrome_strings.vcxproj">
    <ProjectReference Include=".. et et.vcxproj">
    <ProjectReference Include=".. hird_partyicuicui18n.vcxproj">
    <ProjectReference Include="..gpugpu_ipc.vcxproj">
    <ProjectReference Include="..gpugpu.vcxproj">
    <ProjectReference Include="common_version.vcxproj">
    <ProjectReference Include="installer_util.vcxproj">
    <ProjectReference Include="installer_util_strings.vcxproj">
    <ProjectReference Include="..ase hird_partydynamic_annotationsdynamic_annotations.vcxproj">
    <ProjectReference Include="common_constants.vcxproj">
    <ProjectReference Include="..components acl_switches.vcxproj">
    <ProjectReference Include=".. hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    <ProjectReference Include="..contentcontent_common.vcxproj">
    <ProjectReference Include="..contentcontent.vcxproj">
    <ProjectReference Include="..contentcontent_resources.vcxproj">
    <ProjectReference Include="..courgettecourgette_lib.vcxproj">
    <ProjectReference Include=".. hird_partylzma_sdklzma_sdk.vcxproj">
    <ProjectReference Include=".. hird_partyspatchspatch.vcxproj">
    <ProjectReference Include="metrics_proto.vcxproj">
    <ProjectReference Include=".. hird_partyprotobufprotobuf_lite.vcxproj">
    <ProjectReference Include="..asease_i18n.vcxproj">
    <ProjectReference Include="..asease_prefs.vcxproj">
    <ProjectReference Include="..asease_static.vcxproj">
    <ProjectReference Include="theme_resources.vcxproj">
    <ProjectReference Include="theme_resources_gen.vcxproj">
    <ProjectReference Include="..uiui_resources.vcxproj">
    <ProjectReference Include="..componentsjson_schema.vcxproj">
    <ProjectReference Include="..uiui.vcxproj">
    <ProjectReference Include="..componentspolicy_component.vcxproj">
    <ProjectReference Include="..componentsvisitedlink_common.vcxproj">
    <ProjectReference Include="..ipcipc.vcxproj">
    <ProjectReference Include="..urlurl_lib.vcxproj">
    <ProjectReference Include="..skiaskia.vcxproj">
    <ProjectReference Include=".. hird_partylibxmllibxml.vcxproj">
    <ProjectReference Include=".. hird_partyzlibzlib.vcxproj">
    <ProjectReference Include=".. hird_partymt19937armt19937ar.vcxproj">
    <ProjectReference Include=".. hird_partysqlitesqlite.vcxproj">
    <ProjectReference Include=".. hird_partyzlibzip.vcxproj">
    <ProjectReference Include=".. hird_partyzlibminizip.vcxproj">
    <ProjectReference Include="..webkitcommonuser_agentuser_agent.vcxproj">
    <ProjectReference Include="..deviceluetoothdevice_bluetooth.vcxproj">
    <ProjectReference Include="..deviceluetoothdevice_bluetooth_strings.vcxproj">
    <ProjectReference Include="..deviceusbdevice_usb.vcxproj">
    <ProjectReference Include="apppolicycloud_policy_code_generate.vcxproj">
    <ProjectReference Include="apppolicycloud_policy_proto_generated_compile.vcxproj">
    <ProjectReference Include="commonextensionsapiapi.vcxproj">
    <ProjectReference Include=".. oolsjson_schema_compilerapi_gen_util.vcxproj">
    <ProjectReference Include="..componentsautofill_core_common.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitpubliclink_minimal.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourceweblink_common.vcxproj">
    <ProjectReference Include="..components acl_common.vcxproj">
    <ProjectReference Include=".. hird_partyadobeflashflapper_version_h.vcxproj">
    <ProjectReference Include=".. hird_party e2 e2.vcxproj">
    <ProjectReference Include="..webkitsupportglue.vcxproj">
    <ProjectReference Include=".. emoting emoting_client_plugin.vcxproj">
    <ProjectReference Include=".. emoting emoting_base.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxgen_asm_offsets_vp8.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_asm_offsets_vp8.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_intrinsics_mmx.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_intrinsics_sse2.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_intrinsics_ssse3.vcxproj">
    <ProjectReference Include=".. hird_partylibyuvlibyuv.vcxproj">
    <ProjectReference Include=".. hird_partylibjpeg_turbolibjpeg.vcxproj">
    <ProjectReference Include=".. hird_partyopusopus.vcxproj">
    <ProjectReference Include=".. hird_partyspeexlibspeex.vcxproj">
    <ProjectReference Include="..mediamedia.vcxproj">
    <ProjectReference Include="..mediashared_memory_support.vcxproj">
    <ProjectReference Include=".. emoting emoting_jingle_glue.vcxproj">
    <ProjectReference Include="..jinglejingle_glue.vcxproj">
    <ProjectReference Include=".. hird_partylibjinglelibjingle.vcxproj">
    <ProjectReference Include=".. hird_partyexpatexpat.vcxproj">
    <ProjectReference Include=".. et hird_party sslibssl.vcxproj">
    <ProjectReference Include=".. hird_party ss spr.vcxproj">
    <ProjectReference Include=".. hird_party ss ss.vcxproj">
    <ProjectReference Include=".. hird_partyjsoncppjsoncpp.vcxproj">
    <ProjectReference Include=".. hird_partylibjinglelibjingle_p2p_constants.vcxproj">
    <ProjectReference Include="..jingle otifier.vcxproj">
    <ProjectReference Include=".. emoting emoting_resources.vcxproj">
    <ProjectReference Include=".. emotingprotochromotocol_proto_lib.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesdesktop_capture.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcsystem_wrapperssourcesystem_wrappers.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesdesktop_capture_differ_sse2.vcxproj">
    <ProjectReference Include=".. emoting emoting_client.vcxproj">
    <ProjectReference Include=".. emoting emoting_protocol.vcxproj">
    <ProjectReference Include="..ppapippapi_cpp_objects.vcxproj">
    <ProjectReference Include="..ppapippapi_c.vcxproj">
    <ProjectReference Include="browsersearch_enginesprepopulated_engines.vcxproj">
    <ProjectReference Include="browser_ui.vcxproj">
    <ProjectReference Include="cert_logger_proto.vcxproj">
    <ProjectReference Include="browser_ui_views.vcxproj">
    <ProjectReference Include="chrome_extra_resources.vcxproj">
    <ProjectReference Include="..contentrowserdevtoolsdevtools_resources.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsgenerate_devtools_grd.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsdevtools_html.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsdevtools_extension_api.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsfrontend_protocol_sources.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_elements_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_resources_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_network_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_scripts_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_timeline_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_profiles_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_audits_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_codemirror_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_layers_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_heap_snapshot_worker_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_script_formatter_worker_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_css.vcxproj">
    <ProjectReference Include="..contentrowser racing racing_resources.vcxproj">
    <ProjectReference Include=".. hird_party race-viewergenerate_about_tracing.vcxproj">
    <ProjectReference Include="..contentrowser racinggenerate_tracing_grd.vcxproj">
    <ProjectReference Include="platform_locale_settings.vcxproj">
    <ProjectReference Include="in_memory_url_index_cache_proto.vcxproj">
    <ProjectReference Include="safe_browsing_proto.vcxproj">
    <ProjectReference Include="safe_browsing_report_proto.vcxproj">
    <ProjectReference Include="feedback_proto.vcxproj">
    <ProjectReference Include="variations_seed_proto.vcxproj">
    <ProjectReference Include="..componentsauto_login_parser.vcxproj">
    <ProjectReference Include="..contentcontent_browser.vcxproj">
    <ProjectReference Include=".. hird_partycacheinvalidationcacheinvalidation.vcxproj">
    <ProjectReference Include=".. hird_partycacheinvalidationcacheinvalidation_proto_cpp.vcxproj">
    <ProjectReference Include=".. hird_partylibusblibusb.vcxproj">
    <ProjectReference Include="..uiasestringsui_strings.vcxproj">
    <ProjectReference Include="..uimessage_centermessage_center.vcxproj">
    <ProjectReference Include="..ui ative_theme ative_theme.vcxproj">
    <ProjectReference Include="..uisnapshotsnapshot.vcxproj">
    <ProjectReference Include="browser_extensions.vcxproj">
    <ProjectReference Include=".. ethttp_server.vcxproj">
    <ProjectReference Include=".. hird_partyleveldatabaseleveldatabase.vcxproj">
    <ProjectReference Include=".. hird_partysnappysnappy.vcxproj">
    <ProjectReference Include="..webkitwebkit_storage_browser.vcxproj">
    <ProjectReference Include="..webkitwebkit_storage_common.vcxproj">
    <ProjectReference Include="launcher_support.vcxproj">
    <ProjectReference Include=".. hird_partyiaccessible2iaccessible2.vcxproj">
    <ProjectReference Include=".. hird_partyisimpledomisimpledom.vcxproj">
    <ProjectReference Include="browserperformance_monitorperformance_monitor.vcxproj">
    <ProjectReference Include="..componentsautofill_content_risk_proto.vcxproj">
    <ProjectReference Include="..componentscomponent_strings.vcxproj">
    <ProjectReference Include=".. et et_with_v8.vcxproj">
    <ProjectReference Include=".. hird_partyhunspellhunspell.vcxproj">
    <ProjectReference Include=".. hird_partylibphonenumberlibphonenumber.vcxproj">
    <ProjectReference Include=".. hird_partylibphonenumberlibphonenumber_without_metadata.vcxproj">
    <ProjectReference Include=".. hird_party papi papi.vcxproj">
    <ProjectReference Include="..uicompositorcompositor.vcxproj">
    <ProjectReference Include="..uisurfacesurface.vcxproj">
    <ProjectReference Include="..uiweb_dialogsweb_dialogs.vcxproj">
    <ProjectReference Include="..v8 oolsgypv8.vcxproj">
    <ProjectReference Include="..webkitcommonwebkit_common.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimesel.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimeenv_cleanser.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtime acl_error_code.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedgiogio.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedplatformplatform.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedsrpc onnacl_srpc.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusteddebug_stubdebug_stub.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusteddesc rd_xfer.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusteddescdesc_wrapper.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedimcimc.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusted acl_base acl_base.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedfault_injection acl_fault_inject.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedgiogio_wrapped_desc.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedinterval_multiset acl_interval.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedperf_counter acl_perf_counter.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedplatform_qualifyplatform_qual_lib.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedcpu_featurescpu_features.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedmanifest_name_service_proxymanifest_proxy.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusted hreading hread_interface.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedsimple_servicesimple_service.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidatorvalidation_cache.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidatorvalidators.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimearchx86service_runtime_x86_common.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidator_rageldfa_validate_x86_32.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimearchx86_32service_runtime_x86_32.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidator_x86 ccopy_x86_32.vcxproj">
    <ProjectReference Include="..ppapippapi_ipc.vcxproj">
    <ProjectReference Include="..ppapippapi_proxy.vcxproj">
    <ProjectReference Include="metro_utils.vcxproj">
    <ProjectReference Include="..google_updategoogle_update.vcxproj">
    <ProjectReference Include="..uiapp_listapp_list.vcxproj">
    <ProjectReference Include="..uiviewscontrolswebviewwebview.vcxproj">
    <ProjectReference Include="..win8win8_util.vcxproj">
    <ProjectReference Include="probe_message_proto.vcxproj">
    <ProjectReference Include="..componentsrowser_context_keyed_service.vcxproj">
    <ProjectReference Include="..componentsencryptor.vcxproj">
    <ProjectReference Include="..componentssessions.vcxproj">
    <ProjectReference Include="..componentsuser_prefs.vcxproj">
    <ProjectReference Include="..componentsvisitedlink_browser.vcxproj">
    <ProjectReference Include="..componentsweb_modal.vcxproj">
    <ProjectReference Include="..componentswebdata_common.vcxproj">
    <ProjectReference Include="..google_apisgoogle_apis.vcxproj">
    <ProjectReference Include="..sqlsql.vcxproj">
    <ProjectReference Include="..uishell_dialogs.vcxproj">
    <ProjectReference Include="apps.vcxproj">
    <ProjectReference Include="sync_file_system_drive_proto.vcxproj">
    <ProjectReference Include="sync_file_system_proto.vcxproj">
    <ProjectReference Include="..cccc.vcxproj">
    <ProjectReference Include="..componentsautofill_content_browser.vcxproj">
    <ProjectReference Include="..componentsautofill_core_browser.vcxproj">
    <ProjectReference Include="..componentsautofill_regexes.vcxproj">
    <ProjectReference Include="..components avigation_interception.vcxproj">
    <ProjectReference Include="..uiglgl.vcxproj">
    <ProjectReference Include="cloud_policy_proto.vcxproj">
    <ProjectReference Include="policy_path_parser.vcxproj">
    <ProjectReference Include="chrome_process_finder.vcxproj">
    <ProjectReference Include="..contentcontent_plugin.vcxproj">
    <ProjectReference Include="..componentsautofill_content_renderer.vcxproj">
    <ProjectReference Include="..contentcontent_renderer.vcxproj">
    <ProjectReference Include="..componentsvisitedlink_renderer.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitpubliclink.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcewebwebkit.vcxproj">
    <ProjectReference Include="..webkitsupportglue_child.vcxproj">
    <ProjectReference Include="..webkit endererwebkit_renderer.vcxproj">
    <ProjectReference Include="..components acl.vcxproj">
    <ProjectReference Include="..ppapippapi_shared.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimesel_main_chrome.vcxproj">
    <ProjectReference Include="..ppapi ative_client acl_irt.vcxproj">
    <ProjectReference Include="..ppapippapi_proxy_untrusted.vcxproj">
    <ProjectReference Include=".. ative_clientprep_toolchain.vcxproj">
    <ProjectReference Include=".. ative_clientuntar_toolchains.vcxproj">
    <ProjectReference Include=".. ative_clientprep_nacl_sdk.vcxproj">
    <ProjectReference Include=".. ative_clientcrt_init_32.vcxproj">
    <ProjectReference Include=".. ative_clientcrt_fini_32.vcxproj">
    <ProjectReference Include=".. ative_clientcrt_init_64.vcxproj">
    <ProjectReference Include=".. ative_clientcrt_fini_64.vcxproj">
    <ProjectReference Include="..asease_untrusted.vcxproj">
    <ProjectReference Include="..gpucommand_buffergles2_utils_untrusted.vcxproj">
    <ProjectReference Include=".. hird_partykhronoskhronos_headers.vcxproj">
    <ProjectReference Include="..gpucommand_buffer_client_untrusted.vcxproj">
    <ProjectReference Include="..gpucommand_buffer_common_untrusted.vcxproj">
    <ProjectReference Include="..gpugles2_implementation_untrusted.vcxproj">
    <ProjectReference Include="..gpugles2_cmd_helper_untrusted.vcxproj">
    <ProjectReference Include="..gpugpu_ipc_untrusted.vcxproj">
    <ProjectReference Include="..ipcipc_untrusted.vcxproj">
    <ProjectReference Include="..ppapippapi_shared_untrusted.vcxproj">
    <ProjectReference Include="..mediashared_memory_support_untrusted.vcxproj">
    <ProjectReference Include="..ppapippapi_ipc_untrusted.vcxproj">
    <ProjectReference Include="..components racing_untrusted.vcxproj">
    <ProjectReference Include=".. ative_clientsrcuntrustedirtirt_browser_lib.vcxproj">
    <ProjectReference Include=".. ative_clientsrcuntrusted acl acl_lib_newlib.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedsrpcsrpc_lib.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedplatformplatform_lib.vcxproj">
    <ProjectReference Include=".. ative_clientsrcuntrusted aclimc_syscalls_lib.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedgiogio_lib.vcxproj">
    <ProjectReference Include="..ppapi ative_clientsrcuntrustedpnacl_irt_shimpnacl_irt_shim.vcxproj">
    <ProjectReference Include="..ppapi ative_clientsrcuntrustedpnacl_support_extensionpnacl_support_extension.vcxproj">
    <ProjectReference Include=".. hird_partysmhashermurmurhash3.vcxproj">
    <ProjectReference Include="..contentcontent_utility.vcxproj">
    Include="..contentcontent.vcxproj">
    <ProjectReference Include="content_resources.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    <ProjectReference Include="..asease_i18n.vcxproj">
    <ProjectReference Include="..cryptocrypto.vcxproj">
    <ProjectReference Include="..uiui.vcxproj">
    <ProjectReference Include="browserspeechprotospeech_proto.vcxproj">
    <ProjectReference Include="..asease_static.vcxproj">
    <ProjectReference Include="..google_apisgoogle_apis.vcxproj">
    <ProjectReference Include=".. et et.vcxproj">
    <ProjectReference Include="..skiaskia.vcxproj">
    <ProjectReference Include="..sqlsql.vcxproj">
    <ProjectReference Include=".. hird_party e2 e2.vcxproj">
    <ProjectReference Include=".. hird_partyzlibzip.vcxproj">
    <ProjectReference Include=".. hird_partyzlibzlib.vcxproj">
    <ProjectReference Include="..uisnapshotsnapshot.vcxproj">
    <ProjectReference Include="..uiui_resources.vcxproj">
    <ProjectReference Include="..components racing.vcxproj">
    <ProjectReference Include="..urlurl_lib.vcxproj">
    <ProjectReference Include="..mediamedia.vcxproj">
    <ProjectReference Include=".. hird_partyicuicuuc.vcxproj">
    <ProjectReference Include="..uishell_dialogs.vcxproj">
    <ProjectReference Include="..webkitcommonuser_agentuser_agent.vcxproj">
    <ProjectReference Include="..uiglgl.vcxproj">
    <ProjectReference Include="..jinglejingle_glue.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitpubliclink.vcxproj">
    <ProjectReference Include=".. hird_partyicuicui18n.vcxproj">
    <ProjectReference Include=".. hird_partylibjinglelibjingle.vcxproj">
    <ProjectReference Include=".. hird_party papi papi.vcxproj">
    <ProjectReference Include=".. hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    <ProjectReference Include="..ui ative_theme ative_theme.vcxproj">
    <ProjectReference Include="..uisurfacesurface.vcxproj">
    <ProjectReference Include="..v8 oolsgypv8.vcxproj">
    <ProjectReference Include="..webkitcommongpuwebkit_gpu.vcxproj">
    <ProjectReference Include="..webkitcommonwebkit_common.vcxproj">
    <ProjectReference Include="..webkit enderercompositor_bindingswebkit_compositor_bindings.vcxproj">
    <ProjectReference Include="..webkit enderercompositor_bindingswebkit_compositor_support.vcxproj">
    <ProjectReference Include="..webkit endererwebkit_renderer.vcxproj">
    <ProjectReference Include="..webkitwebkit_storage_common.vcxproj">
    <ProjectReference Include="..webkitsupportglue.vcxproj">
    <ProjectReference Include="..webkitsupportglue_child.vcxproj">
    <ProjectReference Include="..sandboxsandbox.vcxproj">
    <ProjectReference Include="browserdevtoolsdevtools_resources.vcxproj">
    <ProjectReference Include="..cccc.vcxproj">
    <ProjectReference Include=".. ethttp_server.vcxproj">
    <ProjectReference Include="..printingprinting.vcxproj">
    <ProjectReference Include=".. hird_partyleveldatabaseleveldatabase.vcxproj">
    <ProjectReference Include="..webkitwebkit_storage_browser.vcxproj">
    <ProjectReference Include="..webkitwebkit_resources.vcxproj">
    <ProjectReference Include="..webkitwebkit_strings.vcxproj">
    <ProjectReference Include="browser racing racing_resources.vcxproj">
    <ProjectReference Include=".. hird_partylibyuvlibyuv.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesdesktop_capture.vcxproj">
    <ProjectReference Include=".. hird_partyiaccessible2iaccessible2.vcxproj">
    <ProjectReference Include=".. hird_partyisimpledomisimpledom.vcxproj">
    <ProjectReference Include="..win8win8_util.vcxproj">
    <ProjectReference Include="..ppapippapi_ipc.vcxproj">
    <ProjectReference Include=".. hird_partyflaclibflac.vcxproj">
    <ProjectReference Include=".. hird_partyspeexlibspeex.vcxproj">
    <ProjectReference Include="..gpugles2_c_lib.vcxproj">
    <ProjectReference Include="..gpugles2_implementation.vcxproj">
    <ProjectReference Include="..gpugpu_ipc.vcxproj">
    <ProjectReference Include="..ipcipc.vcxproj">
    <ProjectReference Include="..mediashared_memory_support.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitpubliclink_minimal.vcxproj">
    <ProjectReference Include="..ppapippapi_shared.vcxproj">
    <ProjectReference Include="..gpucommand_buffer_service.vcxproj">
    <ProjectReference Include=".. hird_partyangle_dx11srclibEGL.vcxproj">
    <ProjectReference Include=".. hird_partyangle_dx11srclibGLESv2.vcxproj">
    <ProjectReference Include=".. hird_partylibjinglelibjingle_webrtc.vcxproj">
    <ProjectReference Include=".. hird_partylibjinglelibpeerconnection.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesaudio_device.vcxproj">
    <ProjectReference Include="..ppapippapi_host.vcxproj">
    <ProjectReference Include="..ppapippapi_proxy.vcxproj">
    <ProjectReference Include=".. hird_partyprotobufprotobuf_lite.vcxproj">
    <ProjectReference Include="..ase hird_partydynamic_annotationsdynamic_annotations.vcxproj">
    <ProjectReference Include=".. hird_partyzlibminizip.vcxproj">
    <ProjectReference Include=".. hird_partyexpatexpat.vcxproj">
    <ProjectReference Include=".. et hird_party sslibssl.vcxproj">
    <ProjectReference Include=".. hird_party ss spr.vcxproj">
    <ProjectReference Include=".. hird_party ss ss.vcxproj">
    <ProjectReference Include=".. hird_partyjsoncppjsoncpp.vcxproj">
    <ProjectReference Include=".. hird_partylibjinglelibjingle_p2p_constants.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcewebwebkit.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourceweblink_common.vcxproj">
    <ProjectReference Include=".. estinggtest.vcxproj">
    <ProjectReference Include=".. estinggtest_prod.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsgenerate_devtools_grd.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsdevtools_html.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsdevtools_extension_api.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsfrontend_protocol_sources.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_elements_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_resources_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_network_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_scripts_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_timeline_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_profiles_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_audits_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_codemirror_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_layers_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_heap_snapshot_worker_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_script_formatter_worker_js.vcxproj">
    <ProjectReference Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_css.vcxproj">
    <ProjectReference Include=".. hird_partysnappysnappy.vcxproj">
    <ProjectReference Include=".. hird_party race-viewergenerate_about_tracing.vcxproj">
    <ProjectReference Include="browser racinggenerate_tracing_grd.vcxproj">
    <ProjectReference Include=".. hird_partylibjpeg_turbolibjpeg.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcsystem_wrapperssourcesystem_wrappers.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesdesktop_capture_differ_sse2.vcxproj">
    <ProjectReference Include="..gpugpu.vcxproj">
    <ProjectReference Include=".. hird_partylibjinglelibjingle_webrtc_common.vcxproj">
    <ProjectReference Include=".. hird_partylibsrtplibsrtp.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesmedia_file.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesvideo_capture_module.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmoduleswebrtc_utility.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesaudio_coding_module.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesCNG.vcxproj">
    <ProjectReference Include=".. hird_partywebrtccommon_audiocommon_audio.vcxproj">
    <ProjectReference Include=".. hird_partywebrtccommon_audiocommon_audio_sse2.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesG711.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesG722.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesiLBC.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesiSAC.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesiSACFix.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesPCM16B.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesNetEq.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmoduleswebrtc_opus.vcxproj">
    <ProjectReference Include=".. hird_partyopusopus.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmoduleswebrtc_video_coding.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmoduleswebrtc_i420.vcxproj">
    <ProjectReference Include=".. hird_partywebrtccommon_videocommon_video.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesvideo_codingutilityvideo_coding_utility.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesvideo_codingcodecsvp8webrtc_vp8.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxgen_asm_offsets_vp8.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_asm_offsets_vp8.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_intrinsics_mmx.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_intrinsics_sse2.vcxproj">
    <ProjectReference Include=".. hird_partylibvpxlibvpx_intrinsics_ssse3.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesvideo_render_module.vcxproj">
    <ProjectReference Include=".. hird_partyusrsctpusrsctplib.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcvideo_enginevideo_engine_core.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodules tp_rtcp.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulespaced_sender.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodules emote_bitrate_estimator.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodules emote_bitrate_estimator be_components.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesitrate_controller.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesvideo_processing.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesvideo_processing_sse2.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcvoice_enginevoice_engine.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesaudio_conference_mixer.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesaudio_processing.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesaudioproc_debug_proto.vcxproj">
    <ProjectReference Include=".. hird_partywebrtcmodulesaudio_processing_sse2.vcxproj">
    Include="chrome_nacl_win64.vcxproj">
    <ProjectReference Include="apppolicypolicy_win64.vcxproj">
    <ProjectReference Include="chrome_version_resources.vcxproj">
    <ProjectReference Include="installer_util_nacl_win64.vcxproj">
    <ProjectReference Include="..reakpadreakpad_handler_win64.vcxproj">
    <ProjectReference Include="..reakpadreakpad_sender_win64.vcxproj">
    <ProjectReference Include="..asease_i18n_nacl_win64.vcxproj">
    <ProjectReference Include="..asease_nacl_win64.vcxproj">
    <ProjectReference Include="..asease_static_win64.vcxproj">
    <ProjectReference Include="..ase hird_partydynamic_annotationsdynamic_annotations_win64.vcxproj">
    <ProjectReference Include="..componentsreakpad_win64.vcxproj">
    <ProjectReference Include="common_constants_win64.vcxproj">
    <ProjectReference Include="..components acl_win64.vcxproj">
    <ProjectReference Include="..cryptocrypto_nacl_win64.vcxproj">
    <ProjectReference Include="..ipcipc_win64.vcxproj">
    <ProjectReference Include="..sandboxsandbox_win64.vcxproj">
    <ProjectReference Include="apppolicycloud_policy_code_generate.vcxproj">
    <ProjectReference Include="installer_util_strings.vcxproj">
    <ProjectReference Include="..components acl_switches_win64.vcxproj">
    <ProjectReference Include=".. hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimesel_main_chrome64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimesel64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimeenv_cleanser64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtime acl_error_code64.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedgiogio64.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedsrpc onnacl_srpc64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusteddebug_stubdebug_stub64.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedplatformplatform64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusteddesc rd_xfer64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusteddescdesc_wrapper64.vcxproj">
    <ProjectReference Include=".. ative_clientsrcsharedimcimc64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusted acl_base acl_base64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedfault_injection acl_fault_inject64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedgiogio_wrapped_desc64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedinterval_multiset acl_interval64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedperf_counter acl_perf_counter64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedplatform_qualifyplatform_qual_lib64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedcpu_featurescpu_features64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedmanifest_name_service_proxymanifest_proxy64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rusted hreading hread_interface64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedsimple_servicesimple_service64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidator_x86 ccopy_x86_64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidatorvalidation_cache64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidatorvalidators64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimearchx86service_runtime_x86_common64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedvalidator_rageldfa_validate_x86_64.vcxproj">
    <ProjectReference Include=".. ative_clientsrc rustedservice_runtimearchx86_64service_runtime_x86_64.vcxproj">
    <ProjectReference Include="..ppapippapi_shared_win64.vcxproj">
    <ProjectReference Include="..ppapippapi_ipc_win64.vcxproj">
    <ProjectReference Include="..gpugpu_ipc_win64.vcxproj">
    <ProjectReference Include=".. hird_partykhronoskhronos_headers.vcxproj">
    <ProjectReference Include="..ppapippapi_c.vcxproj">
    <ProjectReference Include="..components acl_common_win64.vcxproj">
    <ProjectReference Include=".. estinggtest.vcxproj">
    <ProjectReference Include=".. estinggtest_prod.vcxproj">
    Include="..win8delegate_executedelegate_execute.vcxproj">
    <ProjectReference Include="....asease.vcxproj">
    <ProjectReference Include="....reakpadreakpad_handler.vcxproj">
    <ProjectReference Include="....chromeinstaller_util.vcxproj">
    <ProjectReference Include="....google_updategoogle_update.vcxproj">
    <ProjectReference Include="....uiui.vcxproj">
    <ProjectReference Include="..check_sdk_patch.vcxproj">
    <ProjectReference Include="delegate_execute_version_resources.vcxproj">
    <ProjectReference Include="....chromeinstaller_util_strings.vcxproj">
    <ProjectReference Include="....ase hird_partydynamic_annotationsdynamic_annotations.vcxproj">
    <ProjectReference Include="....chromechrome_resources.vcxproj">
    <ProjectReference Include="....chromeabout_credits.vcxproj">
    <ProjectReference Include="....chromechrome_strings.vcxproj">
    <ProjectReference Include="....chromecommon_constants.vcxproj">
    <ProjectReference Include="....components acl_switches.vcxproj">
    <ProjectReference Include=".... hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    <ProjectReference Include="....contentcontent_common.vcxproj">
    <ProjectReference Include="....contentcontent.vcxproj">
    <ProjectReference Include="....contentcontent_resources.vcxproj">
    <ProjectReference Include="....courgettecourgette_lib.vcxproj">
    <ProjectReference Include=".... hird_partylzma_sdklzma_sdk.vcxproj">
    <ProjectReference Include="....cryptocrypto.vcxproj">
    <ProjectReference Include=".... hird_partyspatchspatch.vcxproj">
    <ProjectReference Include=".... hird_partyicuicui18n.vcxproj">
    <ProjectReference Include=".... hird_partyicuicuuc.vcxproj">
    Include="..win8metro_drivermetro_driver.vcxproj">
    <ProjectReference Include="....asease.vcxproj">
    <ProjectReference Include="....chromecommon_constants.vcxproj">
    <ProjectReference Include="....cryptocrypto.vcxproj">
    <ProjectReference Include="....google_updategoogle_update.vcxproj">
    <ProjectReference Include="....ipcipc.vcxproj">
    <ProjectReference Include="....sandboxsandbox.vcxproj">
    <ProjectReference Include="....uimetro_viewermetro_viewer_messages.vcxproj">
    <ProjectReference Include="....urlurl_lib.vcxproj">
    <ProjectReference Include="..check_sdk_patch.vcxproj">
    <ProjectReference Include="metro_driver_version_resources.vcxproj">
    <ProjectReference Include="....components acl_switches.vcxproj">
    <ProjectReference Include=".... hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    <ProjectReference Include=".... estinggtest.vcxproj">
    <ProjectReference Include=".... estinggtest_prod.vcxproj">
    <ProjectReference Include="....asease_static.vcxproj">
    <ProjectReference Include="....skiaskia.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsgenerate_devtools_grd.vcxproj">
    <ProjectReference Include="devtools_html.vcxproj">
    <ProjectReference Include="devtools_extension_api.vcxproj">
    <ProjectReference Include="concatenated_devtools_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_elements_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_resources_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_network_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_scripts_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_timeline_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_profiles_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_audits_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_codemirror_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_layers_js.vcxproj">
    <ProjectReference Include="concatenated_heap_snapshot_worker_js.vcxproj">
    <ProjectReference Include="concatenated_script_formatter_worker_js.vcxproj">
    <ProjectReference Include="concatenated_devtools_css.vcxproj">
    Include="..win8delegate_executedelegate_execute_unittests.vcxproj">
    <ProjectReference Include="....asease.vcxproj">
    <ProjectReference Include="....ase un_all_unittests.vcxproj">
    <ProjectReference Include=".... estinggtest.vcxproj">
    <ProjectReference Include="....ase est_support_base.vcxproj">
    <ProjectReference Include="....asease_static.vcxproj">
    <ProjectReference Include="....asease_i18n.vcxproj">
    <ProjectReference Include=".... estinggmock.vcxproj">
    <ProjectReference Include=".... estinggtest_prod.vcxproj">
    <ProjectReference Include="....ase hird_partydynamic_annotationsdynamic_annotations.vcxproj">
    Include="packed_resources.vcxproj">
    <ProjectReference Include="chrome_resources.vcxproj">
    <ProjectReference Include="chrome_strings.vcxproj">
    <ProjectReference Include="platform_locale_settings.vcxproj">
    <ProjectReference Include="theme_resources.vcxproj">
    <ProjectReference Include="..componentscomponent_strings.vcxproj">
    <ProjectReference Include=".. et et_resources.vcxproj">
    <ProjectReference Include="..uiasestringsui_strings.vcxproj">
    <ProjectReference Include="..uiui_resources.vcxproj">
    <ProjectReference Include="..ashash_strings.vcxproj">
    <ProjectReference Include="..contentcontent_resources.vcxproj">
    <ProjectReference Include="..deviceluetoothdevice_bluetooth_strings.vcxproj">
    <ProjectReference Include="..webkitwebkit_resources.vcxproj">
    <ProjectReference Include="..webkitwebkit_strings.vcxproj">
    Include="installer_util.vcxproj">
    <ProjectReference Include="installer_util_strings.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    <ProjectReference Include="chrome_resources.vcxproj">
    <ProjectReference Include="chrome_strings.vcxproj">
    <ProjectReference Include="..contentcontent_common.vcxproj">
    <ProjectReference Include="..cryptocrypto.vcxproj">
    <ProjectReference Include=".. hird_partyicuicui18n.vcxproj">
    <ProjectReference Include=".. hird_partyicuicuuc.vcxproj">
    Include="..win8metro_drivermetro_driver_unittests.vcxproj">
    <ProjectReference Include="....asease.vcxproj">
    <ProjectReference Include=".... estinggtest.vcxproj">
    <ProjectReference Include="metro_driver.vcxproj">
    <ProjectReference Include=".... estinggtest_prod.vcxproj">
    Include="..asease.vcxproj">
    <ProjectReference Include="base_static.vcxproj">
    <ProjectReference Include="allocatorallocator_extension_thunks.vcxproj">
    <ProjectReference Include=".. estinggtest_prod.vcxproj">
    <ProjectReference Include=".. hird_partymodp_b64modp_b64.vcxproj">
    <ProjectReference Include="third_partydynamic_annotationsdynamic_annotations.vcxproj">
    Include="..cryptocrypto.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    <ProjectReference Include="..ase hird_partydynamic_annotationsdynamic_annotations.vcxproj">
    <ProjectReference Include=".. hird_party ss spr.vcxproj">
    <ProjectReference Include=".. hird_party ss ss.vcxproj">
    Include="apppolicycloud_policy_proto_generated_compile.vcxproj">
    <ProjectReference Include="cloud_policy_code_generate.vcxproj">
    <ProjectReference Include="...... hird_partyprotobufprotoc.vcxproj">
    <ProjectReference Include="...... hird_partyprotobufprotobuf_lite.vcxproj">
    Include="theme_resources.vcxproj">
    <ProjectReference Include="chrome_unscaled_resources.vcxproj">
    <ProjectReference Include="theme_resources_gen.vcxproj">
    <ProjectReference Include="..uiui_resources.vcxproj">
    Include="apppolicypolicy.vcxproj">
    <ProjectReference Include="cloud_policy_code_generate.vcxproj">
    <ProjectReference Include="cloud_policy_proto_generated_compile.vcxproj">
    <ProjectReference Include="......asease.vcxproj">
    <ProjectReference Include="...... hird_partyprotobufprotobuf_lite.vcxproj">
    Include="chrome_extra_resources.vcxproj">
    <ProjectReference Include="..contentrowserdevtoolsdevtools_resources.vcxproj">
    <ProjectReference Include="..contentrowser racing racing_resources.vcxproj">
    Include="..contentrowser racing racing_resources.vcxproj">
    <ProjectReference Include="...... hird_party race-viewergenerate_about_tracing.vcxproj">
    <ProjectReference Include="generate_tracing_grd.vcxproj">
    Include="..contentcontent_common.vcxproj">
    <ProjectReference Include="content.vcxproj">
    <ProjectReference Include="content_resources.vcxproj">
    Include="policy_path_parser.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    <ProjectReference Include="apppolicypolicy.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_js.vcxproj">
    <ProjectReference Include="devtools_html.vcxproj">
    <ProjectReference Include="frontend_protocol_sources.vcxproj">
    Include="common_constants.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    <ProjectReference Include=".. hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    Include="..courgettecourgette_lib.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    Include="..contentrowser racinggenerate_tracing_grd.vcxproj">
    <ProjectReference Include="...... hird_party race-viewergenerate_about_tracing.vcxproj">
    Include="chrome_resources.vcxproj">
    <ProjectReference Include="about_credits.vcxproj">
    Include="metro_utils.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    Include=".. hird_partyicuicui18n.vcxproj">
    <ProjectReference Include="icuuc.vcxproj">
    Include=".. hird_partyicuicuuc.vcxproj">
    <ProjectReference Include="icudata.vcxproj">
    Include=".. estinggtest.vcxproj">
    <ProjectReference Include="gtest_prod.vcxproj">
    Include="..contentrowserdevtoolsdevtools_resources.vcxproj">
    <ProjectReference Include="...... hird_partyWebKitSourcedevtoolsgenerate_devtools_grd.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_css.vcxproj">
    <ProjectReference Include="devtools_html.vcxproj">
    Include="..componentsreakpad_component.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    Include="..sandboxsandbox.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    Include="packed_extra_resources.vcxproj">
    <ProjectReference Include="chrome_extra_resources.vcxproj">
    Include="chrome_dll.vcxproj">
    <ProjectReference Include="chrome_main_dll.vcxproj">
    Include="chrome_process_finder.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    Include="image_pre_reader.vcxproj">
    <ProjectReference Include="..asease.vcxproj">
    The Following are all None:
    Include=".. hird_partyadobeflashflapper_binaries.vcxproj">
    Include=".. hird_partywidevinecdmwidevinecdmadapter.vcxproj">
    Include="chrome_version_resources.vcxproj">
    Include="..reakpadreakpad_handler.vcxproj">
    Include="..reakpadreakpad_sender.vcxproj">
    Include="..win8metro_drivermetro_driver_version_resources.vcxproj">
    Include="..win8delegate_executedelegate_execute_version_resources.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsdevtools_html.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsdevtools_extension_api.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsfrontend_protocol_sources.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_elements_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_resources_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_network_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_scripts_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_timeline_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_profiles_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_audits_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_codemirror_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_devtools_layers_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_heap_snapshot_worker_js.vcxproj">
    Include=".. hird_partyWebKitSourcedevtoolsconcatenated_script_formatter_worker_js.vcxproj">
    Include=".. hird_party race-viewergenerate_about_tracing.vcxproj">
    Include="about_credits.vcxproj">
    Include="chrome_strings.vcxproj">
    Include="platform_locale_settings.vcxproj">
    Include="chrome_unscaled_resources.vcxproj">
    Include="theme_resources_gen.vcxproj">
    Include="..uiui_resources.vcxproj">
    Include="..componentscomponent_strings.vcxproj">
    Include=".. et et_resources.vcxproj">
    Include="..uiasestringsui_strings.vcxproj">
    Include="..ashash_strings.vcxproj">
    Include="..contentcontent_resources.vcxproj">
    Include="..deviceluetoothdevice_bluetooth_strings.vcxproj">
    Include="..webkitwebkit_resources.vcxproj">
    Include="..webkitwebkit_strings.vcxproj">
    Include="..components acl_switches.vcxproj">
    Include=".. hird_partywidevinecdmwidevine_cdm_version_h.vcxproj">
    Include="apppolicycloud_policy_code_generate.vcxproj">
    Include=".. hird_partyprotobufprotobuf_lite.vcxproj">
    Include="installer_util_strings.vcxproj">
    Include="..ase hird_partydynamic_annotationsdynamic_annotations.vcxproj">
    Include=".. hird_partylzma_sdklzma_sdk.vcxproj">
    Include=".. hird_partyspatchspatch.vcxproj">
    Include=".. estinggtest_prod.vcxproj">
    Include="..asease_static.vcxproj">

  • 相关阅读:
    响应式页面@media介绍和移动端单位介绍
    jQuery的位置信息和事件
    jQuery的文档操作和操作input的value值,ajax
    jQuery的选择器和属性操作
    虚拟机linux桥接联网问题
    Linux基础知识与命令1(su passwd)
    操作系统基础知识笔记1
    Algs4-2.3.10快排100万元素对比次数超1000亿次的概率
    Algs4-2.3.9请说明Quick.sort()在处理只有两种、三种主键值时的行为
    Algs4-2.3.8Quick.sort()在处理N个全部重复的元素时比较次数
  • 原文地址:https://www.cnblogs.com/zzSoftware/p/3484304.html
Copyright © 2020-2023  润新知