Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: chrome/chrome.xcodeproj/project.pbxproj

Issue 21543: Add developer tools message handling to renderer (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/renderer/dev_tools_agent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 4D7B014C0E9D572C009A6919 /* run_unit_tests */ = { 10 4D7B014C0E9D572C009A6919 /* run_unit_tests */ = {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 0EE123B79B750A2FCEFB4569 /* history_backend_unittest.cc in Sourc es */ = {isa = PBXBuildFile; fileRef = 4D7BF9F00E9D48F7009A6919 /* history_backe nd_unittest.cc */; }; 83 0EE123B79B750A2FCEFB4569 /* history_backend_unittest.cc in Sourc es */ = {isa = PBXBuildFile; fileRef = 4D7BF9F00E9D48F7009A6919 /* history_backe nd_unittest.cc */; };
84 0FF05474D5345CABC5C85B5F /* save_package_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF9DC0E9D48CE009A6919 /* save_package_uni ttest.cc */; }; 84 0FF05474D5345CABC5C85B5F /* save_package_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF9DC0E9D48CE009A6919 /* save_package_uni ttest.cc */; };
85 12E687ED55D418FEE894F824 /* history_url_provider.cc in Sources * / = {isa = PBXBuildFile; fileRef = D3C3DAA911D390A33D06B0B0 /* history_url_provi der.cc */; }; 85 12E687ED55D418FEE894F824 /* history_url_provider.cc in Sources * / = {isa = PBXBuildFile; fileRef = D3C3DAA911D390A33D06B0B0 /* history_url_provi der.cc */; };
86 1647A33CB5B4B14087BFF5C8 /* dns_global.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFA680E9D4981009A6919 /* dns_global.cc */; }; 86 1647A33CB5B4B14087BFF5C8 /* dns_global.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFA680E9D4981009A6919 /* dns_global.cc */; };
87 198C49FE557624088F83497A /* bookmark_context_menu.cc in Sources */ = {isa = PBXBuildFile; fileRef = 90BF0D1189BB7158BD7F1600 /* bookmark_context _menu.cc */; }; 87 198C49FE557624088F83497A /* bookmark_context_menu.cc in Sources */ = {isa = PBXBuildFile; fileRef = 90BF0D1189BB7158BD7F1600 /* bookmark_context _menu.cc */; };
88 1C284EB767D0E3D302AC675C /* tab_restore_service.cc in Sources */ = {isa = PBXBuildFile; fileRef = B020A11D500D7519E54F2957 /* tab_restore_servic e.cc */; }; 88 1C284EB767D0E3D302AC675C /* tab_restore_service.cc in Sources */ = {isa = PBXBuildFile; fileRef = B020A11D500D7519E54F2957 /* tab_restore_servic e.cc */; };
89 1FFE452BCABBD0158B029D4D /* plugin_process_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF8DD0E9D4839009A6919 /* plugin_process_hos t.cc */; }; 89 1FFE452BCABBD0158B029D4D /* plugin_process_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF8DD0E9D4839009A6919 /* plugin_process_hos t.cc */; };
90 261AA15DB2FF0FA9B0E63ACF /* automation_provider.cc in Sources */ = {isa = PBXBuildFile; fileRef = E48FB9640EC4EA270052B72B /* automation_provide r.cc */; }; 90 261AA15DB2FF0FA9B0E63ACF /* automation_provider.cc in Sources */ = {isa = PBXBuildFile; fileRef = E48FB9640EC4EA270052B72B /* automation_provide r.cc */; };
91 2760C4346D6AB3AD94E9CF05 /* url_fixer_upper.cc in Sources */ = { isa = PBXBuildFile; fileRef = B5D16EF40F2145C600861FAC /* url_fixer_upper.cc */; }; 91 2760C4346D6AB3AD94E9CF05 /* url_fixer_upper.cc in Sources */ = { isa = PBXBuildFile; fileRef = B5D16EF40F2145C600861FAC /* url_fixer_upper.cc */; };
92 28283DBE4B6DB2B0F9893676 /* dns_master.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFA6D0E9D4981009A6919 /* dns_master.cc */; }; 92 28283DBE4B6DB2B0F9893676 /* dns_master.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFA6D0E9D4981009A6919 /* dns_master.cc */; };
93 29D0CE7BEF15AE6D5233BA6A /* dev_tools_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2F904214F0F0BA780D8DC4C9 /* dev_tools_client.cc * /; };
93 2D70E0E2053C6C759EC97929 /* chrome_plugin_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFB950E9D4C9F009A6919 /* chrome_plugin_util. cc */; }; 94 2D70E0E2053C6C759EC97929 /* chrome_plugin_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFB950E9D4C9F009A6919 /* chrome_plugin_util. cc */; };
94 2DF2A9EB8AF96926EE9B6B02 /* ipc_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFBAE0E9D4C9F009A6919 /* ipc_logging.cc */; }; 95 2DF2A9EB8AF96926EE9B6B02 /* ipc_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFBAE0E9D4C9F009A6919 /* ipc_logging.cc */; };
95 3257B6150A16A88F55E5AE34 /* bookmark_drop_info.cc in Sources */ = {isa = PBXBuildFile; fileRef = 12F137DA942221A44BFA0967 /* bookmark_drop_info. cc */; }; 96 3257B6150A16A88F55E5AE34 /* bookmark_drop_info.cc in Sources */ = {isa = PBXBuildFile; fileRef = 12F137DA942221A44BFA0967 /* bookmark_drop_info. cc */; };
96 331218220F3BFF32006CB2B0 /* QuartzCore.framework in Frameworks * / = {isa = PBXBuildFile; fileRef = 331B93A90F3BF2B9008B1C46 /* QuartzCore.framew ork */; }; 97 331218220F3BFF32006CB2B0 /* QuartzCore.framework in Frameworks * / = {isa = PBXBuildFile; fileRef = 331B93A90F3BF2B9008B1C46 /* QuartzCore.framew ork */; };
97 331218230F3BFF36006CB2B0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331B93AB0F3BF2DA008B1C46 /* Carbon.framework */; }; 98 331218230F3BFF36006CB2B0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331B93AB0F3BF2DA008B1C46 /* Carbon.framework */; };
98 331218290F3C007A006CB2B0 /* renderer_glue.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D640CD80EAE868600EBCFC0 /* renderer_glue.cc */; }; 99 331218290F3C007A006CB2B0 /* renderer_glue.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D640CD80EAE868600EBCFC0 /* renderer_glue.cc */; };
99 3312182A0F3C007B006CB2B0 /* renderer_glue.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D640CD80EAE868600EBCFC0 /* renderer_glue.cc */; }; 100 3312182A0F3C007B006CB2B0 /* renderer_glue.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D640CD80EAE868600EBCFC0 /* renderer_glue.cc */; };
100 3312182F0F3C010A006CB2B0 /* external_js_object.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CC70EAE868600EBCFC0 /* external_js_object. cc */; }; 101 3312182F0F3C010A006CB2B0 /* external_js_object.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CC70EAE868600EBCFC0 /* external_js_object. cc */; };
101 331218300F3C010A006CB2B0 /* external_js_object.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CC70EAE868600EBCFC0 /* external_js_object. cc */; }; 102 331218300F3C010A006CB2B0 /* external_js_object.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CC70EAE868600EBCFC0 /* external_js_object. cc */; };
102 331218320F3C0122006CB2B0 /* debug_message_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CC10EAE868600EBCFC0 /* debug_message_ha ndler.cc */; }; 103 331218320F3C0122006CB2B0 /* debug_message_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CC10EAE868600EBCFC0 /* debug_message_ha ndler.cc */; };
(...skipping 24 matching lines...) Expand all
127 3380A69B0F2E91AE004EF74F /* child_process.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D7BFB890E9D4C9F009A6919 /* child_process.cc */; }; 128 3380A69B0F2E91AE004EF74F /* child_process.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D7BFB890E9D4C9F009A6919 /* child_process.cc */; };
128 3380A69D0F2E91D4004EF74F /* render_thread.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D640CD10EAE868600EBCFC0 /* render_thread.cc */; }; 129 3380A69D0F2E91D4004EF74F /* render_thread.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D640CD10EAE868600EBCFC0 /* render_thread.cc */; };
129 3380A69F0F2E91E5004EF74F /* chrome_plugin_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFB920E9D4C9F009A6919 /* chrome_plugin_lib.cc */; }; 130 3380A69F0F2E91E5004EF74F /* chrome_plugin_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFB920E9D4C9F009A6919 /* chrome_plugin_lib.cc */; };
130 3380A6A10F2E91F9004EF74F /* render_process.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 4D640CCF0EAE868600EBCFC0 /* render_process.cc */; } ; 131 3380A6A10F2E91F9004EF74F /* render_process.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 4D640CCF0EAE868600EBCFC0 /* render_process.cc */; } ;
131 3380A6A30F2E9207004EF74F /* ipc_sync_channel.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFBB60E9D4C9F009A6919 /* ipc_sync_channel.cc * /; }; 132 3380A6A30F2E9207004EF74F /* ipc_sync_channel.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFBB60E9D4C9F009A6919 /* ipc_sync_channel.cc * /; };
132 3380A6B60F2E9252004EF74F /* render_thread_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3380A6B50F2E9252004EF74F /* render_thread_u nittest.cc */; }; 133 3380A6B60F2E9252004EF74F /* render_thread_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3380A6B50F2E9252004EF74F /* render_thread_u nittest.cc */; };
133 3380A9C00F2FC61E004EF74F /* render_process_unittest.cc in Source s */ = {isa = PBXBuildFile; fileRef = 3380A9BF0F2FC61E004EF74F /* render_process _unittest.cc */; }; 134 3380A9C00F2FC61E004EF74F /* render_process_unittest.cc in Source s */ = {isa = PBXBuildFile; fileRef = 3380A9BF0F2FC61E004EF74F /* render_process _unittest.cc */; };
134 3380A9D60F2FC8F6004EF74F /* render_dns_master.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CE10EAE86A500EBCFC0 /* render_dns_master.cc */; }; 135 3380A9D60F2FC8F6004EF74F /* render_dns_master.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CE10EAE86A500EBCFC0 /* render_dns_master.cc */; };
135 3380A9D70F2FC8F9004EF74F /* render_dns_master.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CE10EAE86A500EBCFC0 /* render_dns_master.cc */; }; 136 3380A9D70F2FC8F9004EF74F /* render_dns_master.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CE10EAE86A500EBCFC0 /* render_dns_master.cc */; };
136 34A17287EFE747DE84BAE6E6 /* session_restore.cc in Sources */ = { isa = PBXBuildFile; fileRef = C3F9577C67188A5A4E3A6E41 /* session_restore.cc */; }; 137 34A17287EFE747DE84BAE6E6 /* session_restore.cc in Sources */ = { isa = PBXBuildFile; fileRef = C3F9577C67188A5A4E3A6E41 /* session_restore.cc */; };
138 3569E82DB055CE4B8E329CCC /* dev_tools_agent.cc in Sources */ = { isa = PBXBuildFile; fileRef = D792830F807C366EAB752D69 /* dev_tools_agent.cc */; };
137 36F859CE61900AFD2AB67A91 /* save_item.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF9D80E9D48CE009A6919 /* save_item.cc */; }; 139 36F859CE61900AFD2AB67A91 /* save_item.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF9D80E9D48CE009A6919 /* save_item.cc */; };
138 3AEA44DB19C9D93B63D7A2E4 /* url_fetcher_protect.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0B7CC9C105E90E0665852528 /* url_fetcher_protec t.cc */; }; 140 3AEA44DB19C9D93B63D7A2E4 /* url_fetcher_protect.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0B7CC9C105E90E0665852528 /* url_fetcher_protec t.cc */; };
139 406DFE278638D6132B21B2C9 /* url_pattern.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6447F24FADC63E58A44DB762 /* url_pattern.cc */; }; 141 406DFE278638D6132B21B2C9 /* url_pattern.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6447F24FADC63E58A44DB762 /* url_pattern.cc */; };
140 423A79243BC7B7C0B1E9B97A /* session_service.cc in Sources */ = { isa = PBXBuildFile; fileRef = C8D26D9EC81E03E91E270463 /* session_service.cc */; }; 142 423A79243BC7B7C0B1E9B97A /* session_service.cc in Sources */ = { isa = PBXBuildFile; fileRef = C8D26D9EC81E03E91E270463 /* session_service.cc */; };
141 4476B5D89B332BFB9FC01735 /* save_file_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF9D60E9D48CE009A6919 /* save_file_manager.cc */; }; 143 4476B5D89B332BFB9FC01735 /* save_file_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF9D60E9D48CE009A6919 /* save_file_manager.cc */; };
142 475CAF858604B413561740C1 /* cache_manager_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF8520E9D4839009A6919 /* cache_manager_host. cc */; }; 144 475CAF858604B413561740C1 /* cache_manager_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF8520E9D4839009A6919 /* cache_manager_host. cc */; };
143 49C8AD19AA0094034F59B6F0 /* user_script.cc in Sources */ = {isa = PBXBuildFile; fileRef = 699499C4FBA07FB2D7B298A2 /* user_script.cc */; }; 145 49C8AD19AA0094034F59B6F0 /* user_script.cc in Sources */ = {isa = PBXBuildFile; fileRef = 699499C4FBA07FB2D7B298A2 /* user_script.cc */; };
144 4D175916B2FC058793051209 /* chrome_paths_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = C18F2A0A6FB6BEF75406511D /* chrome_paths_mac.cc * /; }; 146 4D175916B2FC058793051209 /* chrome_paths_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = C18F2A0A6FB6BEF75406511D /* chrome_paths_mac.cc * /; };
145 4D1F59FE0F2A6BBB0040C1E3 /* image_diff.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D1F59FD0F2A6BBB0040C1E3 /* image_diff.cc */; }; 147 4D1F59FE0F2A6BBB0040C1E3 /* image_diff.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D1F59FD0F2A6BBB0040C1E3 /* image_diff.cc */; };
146 4D1F5A060F2A6D170040C1E3 /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFDC70E9D525B009A6919 /* libbase.a */; }; 148 4D1F5A060F2A6D170040C1E3 /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFDC70E9D525B009A6919 /* libbase.a */; };
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 remoteGlobalIDString = B5FDBFAD0EE4623000BEC6E6; 1957 remoteGlobalIDString = B5FDBFAD0EE4623000BEC6E6;
1956 remoteInfo = ipc_tests; 1958 remoteInfo = ipc_tests;
1957 }; 1959 };
1958 /* End PBXContainerItemProxy section */ 1960 /* End PBXContainerItemProxy section */
1959 1961
1960 /* Begin PBXFileReference section */ 1962 /* Begin PBXFileReference section */
1961 0082A7510F16987A000AA0EF /* user_script_master.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = user_script_master.cc; sourceTree = "<group>"; }; 1963 0082A7510F16987A000AA0EF /* user_script_master.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = user_script_master.cc; sourceTree = "<group>"; };
1962 0082A7520F16987A000AA0EF /* user_script_master.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = user _script_master.h; sourceTree = "<group>"; }; 1964 0082A7520F16987A000AA0EF /* user_script_master.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = user _script_master.h; sourceTree = "<group>"; };
1963 0114EE7E1097BDFBF94057E6 /* search_provider.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se arch_provider.cc; path = browser/autocomplete/search_provider.cc; sourceTree = S OURCE_ROOT; }; 1965 0114EE7E1097BDFBF94057E6 /* search_provider.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se arch_provider.cc; path = browser/autocomplete/search_provider.cc; sourceTree = S OURCE_ROOT; };
1964 05C9D404FC8116984CCCEDED /* base_session_service.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = base_session_service.cc; path = sessions/base_session_service.cc; sourceTree = "<group>"; }; 1966 05C9D404FC8116984CCCEDED /* base_session_service.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = base_session_service.cc; path = sessions/base_session_service.cc; sourceTree = "<group>"; };
1967 07FE4EE1A3A0636A63757967 /* dev_tools_agent.h */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dev_too ls_agent.h; sourceTree = "<group>"; };
1965 0B7CC9C105E90E0665852528 /* url_fetcher_protect.cc */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_fetcher_protect.cc; sourceTree = "<group>"; }; 1968 0B7CC9C105E90E0665852528 /* url_fetcher_protect.cc */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_fetcher_protect.cc; sourceTree = "<group>"; };
1969 0DF4243691A34E9B11373400 /* dev_tools_messages_internal.h */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; pa th = dev_tools_messages_internal.h; sourceTree = "<group>"; };
1966 12F137DA942221A44BFA0967 /* bookmark_drop_info.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bookmark_drop_info.cc; path = browser/bookmarks/bookmark_drop_info.cc; sourceTr ee = SOURCE_ROOT; }; 1970 12F137DA942221A44BFA0967 /* bookmark_drop_info.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bookmark_drop_info.cc; path = browser/bookmarks/bookmark_drop_info.cc; sourceTr ee = SOURCE_ROOT; };
1967 1F43A7C85092C58AAF011F78 /* greasemonkey_api_unittest.cc */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = greasemonkey_api_unittest.cc; path = extensions/greasemonkey_api_unittes t.cc; sourceTree = "<group>"; }; 1971 1F43A7C85092C58AAF011F78 /* greasemonkey_api_unittest.cc */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = greasemonkey_api_unittest.cc; path = extensions/greasemonkey_api_unittes t.cc; sourceTree = "<group>"; };
1968 269003C4E493789D82B6B0F9 /* history_publisher.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = history_publisher.cc; sourceTree = "<group>"; }; 1972 269003C4E493789D82B6B0F9 /* history_publisher.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = history_publisher.cc; sourceTree = "<group>"; };
1969 26D97CE692D919FEB1521E43 /* ssl_error_info.cc */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ssl _error_info.cc; path = ssl/ssl_error_info.cc; sourceTree = "<group>"; }; 1973 26D97CE692D919FEB1521E43 /* ssl_error_info.cc */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ssl _error_info.cc; path = ssl/ssl_error_info.cc; sourceTree = "<group>"; };
1970 28AA584AB2ECFB33C7C7FD8A /* template_url_parser.cc */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = template_url_parser.cc; sourceTree = "<group>"; }; 1974 28AA584AB2ECFB33C7C7FD8A /* template_url_parser.cc */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = template_url_parser.cc; sourceTree = "<group>"; };
1975 2F904214F0F0BA780D8DC4C9 /* dev_tools_client.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = d ev_tools_client.cc; sourceTree = "<group>"; };
1971 331B93A90F3BF2B9008B1C46 /* QuartzCore.framework */ = {isa = PBX FileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framewor k; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 1976 331B93A90F3BF2B9008B1C46 /* QuartzCore.framework */ = {isa = PBX FileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framewor k; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
1972 331B93AB0F3BF2DA008B1C46 /* Carbon.framework */ = {isa = PBXFile Reference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; 1977 331B93AB0F3BF2DA008B1C46 /* Carbon.framework */ = {isa = PBXFile Reference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
1973 3380A6B50F2E9252004EF74F /* render_thread_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = render_thread_unittest.cc; sourceTree = "<group>"; }; 1978 3380A6B50F2E9252004EF74F /* render_thread_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = render_thread_unittest.cc; sourceTree = "<group>"; };
1974 3380A6B90F2E9275004EF74F /* render_view_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = render_view_unittest.cc; sourceTree = "<group>"; }; 1979 3380A6B90F2E9275004EF74F /* render_view_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = render_view_unittest.cc; sourceTree = "<group>"; };
1975 3380A9BF0F2FC61E004EF74F /* render_process_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; p ath = render_process_unittest.cc; sourceTree = "<group>"; }; 1980 3380A9BF0F2FC61E004EF74F /* render_process_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; p ath = render_process_unittest.cc; sourceTree = "<group>"; };
1976 35AC9D9A03545594C102C5C1 /* session_backend.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se ssion_backend.cc; path = sessions/session_backend.cc; sourceTree = "<group>"; }; 1981 35AC9D9A03545594C102C5C1 /* session_backend.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se ssion_backend.cc; path = sessions/session_backend.cc; sourceTree = "<group>"; };
1977 37521A11B07C479E93A39D52 /* user_script_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = user_script_unittest.cc; path = extensions/user_script_unittest.cc; sourceTre e = "<group>"; }; 1982 37521A11B07C479E93A39D52 /* user_script_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = user_script_unittest.cc; path = extensions/user_script_unittest.cc; sourceTre e = "<group>"; };
1978 3C56D1B8B7580A18DB8FE677 /* ssl_host_state.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ssl_host _state.h; path = ssl/ssl_host_state.h; sourceTree = "<group>"; }; 1983 3C56D1B8B7580A18DB8FE677 /* ssl_host_state.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ssl_host _state.h; path = ssl/ssl_host_state.h; sourceTree = "<group>"; };
1979 3CCF8AA8A56FF8FE59F0C299 /* template_url.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = templ ate_url.cc; sourceTree = "<group>"; }; 1984 3CCF8AA8A56FF8FE59F0C299 /* template_url.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = templ ate_url.cc; sourceTree = "<group>"; };
1980 3D00CDB6C665E7ED1A1090D7 /* bookmark_model.cc */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = boo kmark_model.cc; path = bookmarks/bookmark_model.cc; sourceTree = "<group>"; }; 1985 3D00CDB6C665E7ED1A1090D7 /* bookmark_model.cc */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = boo kmark_model.cc; path = bookmarks/bookmark_model.cc; sourceTree = "<group>"; };
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
2538 534E66C30F311BEC0006B2B2 /* temp_scaffolding_stubs.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = temp_scaffolding_stubs.cc; sourceTree = "<group>"; }; 2543 534E66C30F311BEC0006B2B2 /* temp_scaffolding_stubs.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = temp_scaffolding_stubs.cc; sourceTree = "<group>"; };
2539 56E1D7DF17D327BFCB0B895D /* test_web_contents.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test_web_contents.cc; path = tab_contents/test_web_contents.cc; sourceTree = "<g roup>"; }; 2544 56E1D7DF17D327BFCB0B895D /* test_web_contents.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test_web_contents.cc; path = tab_contents/test_web_contents.cc; sourceTree = "<g roup>"; };
2540 5EE47CAC5E11F4B35E564CCE /* child_process_host.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = child_process_host.cc; sourceTree = "<group>"; }; 2545 5EE47CAC5E11F4B35E564CCE /* child_process_host.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = child_process_host.cc; sourceTree = "<group>"; };
2541 622534301BD3F4A908D426D0 /* user_data_manager.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = user_data_manager.cc; sourceTree = "<group>"; }; 2546 622534301BD3F4A908D426D0 /* user_data_manager.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = user_data_manager.cc; sourceTree = "<group>"; };
2542 629BF493DEA096E2DD844F2B /* autofill_manager.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = a utofill_manager.cc; sourceTree = "<group>"; }; 2547 629BF493DEA096E2DD844F2B /* autofill_manager.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = a utofill_manager.cc; sourceTree = "<group>"; };
2543 6447F24FADC63E58A44DB762 /* url_pattern.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_pa ttern.cc; path = extensions/url_pattern.cc; sourceTree = "<group>"; }; 2548 6447F24FADC63E58A44DB762 /* url_pattern.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_pa ttern.cc; path = extensions/url_pattern.cc; sourceTree = "<group>"; };
2544 699499C4FBA07FB2D7B298A2 /* user_script.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = user_s cript.cc; path = extensions/user_script.cc; sourceTree = "<group>"; }; 2549 699499C4FBA07FB2D7B298A2 /* user_script.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = user_s cript.cc; path = extensions/user_script.cc; sourceTree = "<group>"; };
2545 759B3A1B81E261598122B03B /* v8_unit_test.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = v8_un it_test.cc; sourceTree = "<group>"; }; 2550 759B3A1B81E261598122B03B /* v8_unit_test.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = v8_un it_test.cc; sourceTree = "<group>"; };
2546 778D7927798B7E3FAA498D3D /* url_fetcher.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_fe tcher.cc; sourceTree = "<group>"; }; 2551 778D7927798B7E3FAA498D3D /* url_fetcher.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_fe tcher.cc; sourceTree = "<group>"; };
2547 7849CCC221723C1BC14D6384 /* history_publisher_none.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = history_publisher_none.cc; sourceTree = "<group>"; }; 2552 7849CCC221723C1BC14D6384 /* history_publisher_none.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = history_publisher_none.cc; sourceTree = "<group>"; };
2553 7F10273789D2D71620792788 /* dev_tools_messages.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dev_ tools_messages.h; sourceTree = "<group>"; };
2548 8104B4AFD95DCA06B2F37551 /* chrome_paths_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = c hrome_paths_internal.h; sourceTree = "<group>"; }; 2554 8104B4AFD95DCA06B2F37551 /* chrome_paths_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = c hrome_paths_internal.h; sourceTree = "<group>"; };
2549 824FC14E0F44C56A000299E5 /* sadtab.png */ = {isa = PBXFileRefere nce; lastKnownFileType = image.png; name = sadtab.png; path = theme/sadtab.png; sourceTree = "<group>"; }; 2555 824FC14E0F44C56A000299E5 /* sadtab.png */ = {isa = PBXFileRefere nce; lastKnownFileType = image.png; name = sadtab.png; path = theme/sadtab.png; sourceTree = "<group>"; };
2550 824FC1540F44C59C000299E5 /* sad_tab_view.mm */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = sa d_tab_view.mm; sourceTree = "<group>"; }; 2556 824FC1540F44C59C000299E5 /* sad_tab_view.mm */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = sa d_tab_view.mm; sourceTree = "<group>"; };
2551 824FC1550F44C59C000299E5 /* sad_tab_view.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sad_tab_vi ew.h; sourceTree = "<group>"; }; 2557 824FC1550F44C59C000299E5 /* sad_tab_view.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sad_tab_vi ew.h; sourceTree = "<group>"; };
2552 82684C5F0F2FAE68009F6555 /* Security.framework */ = {isa = PBXFi leReference; lastKnownFileType = wrapper.framework; name = Security.framework; p ath = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; 2558 82684C5F0F2FAE68009F6555 /* Security.framework */ = {isa = PBXFi leReference; lastKnownFileType = wrapper.framework; name = Security.framework; p ath = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
2553 82684CCF0F2FAEC2009F6555 /* SystemConfiguration.framework */ = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConf iguration.framework; path = System/Library/Frameworks/SystemConfiguration.framew ork; sourceTree = SDKROOT; }; 2559 82684CCF0F2FAEC2009F6555 /* SystemConfiguration.framework */ = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConf iguration.framework; path = System/Library/Frameworks/SystemConfiguration.framew ork; sourceTree = SDKROOT; };
2554 82684D050F2FB101009F6555 /* sdch.xcodeproj */ = {isa = PBXFileRe ference; lastKnownFileType = "wrapper.pb-project"; name = sdch.xcodeproj; path = sdch/sdch.xcodeproj; sourceTree = "<group>"; }; 2560 82684D050F2FB101009F6555 /* sdch.xcodeproj */ = {isa = PBXFileRe ference; lastKnownFileType = "wrapper.pb-project"; name = sdch.xcodeproj; path = sdch/sdch.xcodeproj; sourceTree = "<group>"; };
2555 826850040F2FC82D009F6555 /* webkit.xcodeproj */ = {isa = PBXFile Reference; lastKnownFileType = "wrapper.pb-project"; name = webkit.xcodeproj; pa th = webkit/webkit.xcodeproj; sourceTree = "<group>"; }; 2561 826850040F2FC82D009F6555 /* webkit.xcodeproj */ = {isa = PBXFile Reference; lastKnownFileType = "wrapper.pb-project"; name = webkit.xcodeproj; pa th = webkit/webkit.xcodeproj; sourceTree = "<group>"; };
2556 8268503E0F2FCB56009F6555 /* v8.xcodeproj */ = {isa = PBXFileRefe rence; lastKnownFileType = "wrapper.pb-project"; name = v8.xcodeproj; path = bui ld/v8.xcodeproj; sourceTree = "<group>"; }; 2562 8268503E0F2FCB56009F6555 /* v8.xcodeproj */ = {isa = PBXFileRefe rence; lastKnownFileType = "wrapper.pb-project"; name = v8.xcodeproj; path = bui ld/v8.xcodeproj; sourceTree = "<group>"; };
2557 826850600F2FCC27009F6555 /* libxslt.xcodeproj */ = {isa = PBXFil eReference; lastKnownFileType = "wrapper.pb-project"; name = libxslt.xcodeproj; path = third_party/libxslt/libxslt.xcodeproj; sourceTree = "<group>"; }; 2563 826850600F2FCC27009F6555 /* libxslt.xcodeproj */ = {isa = PBXFil eReference; lastKnownFileType = "wrapper.pb-project"; name = libxslt.xcodeproj; path = third_party/libxslt/libxslt.xcodeproj; sourceTree = "<group>"; };
2558 826858F80F326FA3009F6555 /* testing_profile.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = te sting_profile.cc; sourceTree = "<group>"; }; 2564 826858F80F326FA3009F6555 /* testing_profile.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = te sting_profile.cc; sourceTree = "<group>"; };
2559 826858F90F326FA3009F6555 /* testing_profile.h */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testing _profile.h; sourceTree = "<group>"; }; 2565 826858F90F326FA3009F6555 /* testing_profile.h */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testing _profile.h; sourceTree = "<group>"; };
2560 829FBA2DED615C19FB7E7522 /* child_thread.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = child_thre ad.h; sourceTree = "<group>"; }; 2566 829FBA2DED615C19FB7E7522 /* child_thread.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = child_thre ad.h; sourceTree = "<group>"; };
2561 82BB33080F44B57C00761F43 /* base_view.h */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base_view.h; sourceTree = "<group>"; }; 2567 82BB33080F44B57C00761F43 /* base_view.h */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base_view.h; sourceTree = "<group>"; };
2562 82BB33090F44B57C00761F43 /* base_view.mm */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = base_ view.mm; sourceTree = "<group>"; }; 2568 82BB33090F44B57C00761F43 /* base_view.mm */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = base_ view.mm; sourceTree = "<group>"; };
2563 82FA32740F3A537C00271C5A /* web_contents_view_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = w eb_contents_view_mac.h; path = tab_contents/web_contents_view_mac.h; sourceTree = "<group>"; }; 2569 82FA32740F3A537C00271C5A /* web_contents_view_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = w eb_contents_view_mac.h; path = tab_contents/web_contents_view_mac.h; sourceTree = "<group>"; };
2564 82FA32750F3A537C00271C5A /* web_contents_view_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = web_contents_view_mac.mm; path = tab_contents/web_contents_view_mac.mm; s ourceTree = "<group>"; }; 2570 82FA32750F3A537C00271C5A /* web_contents_view_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = web_contents_view_mac.mm; path = tab_contents/web_contents_view_mac.mm; s ourceTree = "<group>"; };
2565 82FA33440F3A7F6900271C5A /* render_widget_host_view_mac.h */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; na me = render_widget_host_view_mac.h; path = renderer_host/render_widget_host_view _mac.h; sourceTree = "<group>"; }; 2571 82FA33440F3A7F6900271C5A /* render_widget_host_view_mac.h */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; na me = render_widget_host_view_mac.h; path = renderer_host/render_widget_host_view _mac.h; sourceTree = "<group>"; };
2566 82FA33450F3A7F6900271C5A /* render_widget_host_view_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.ob jcpp; name = render_widget_host_view_mac.mm; path = renderer_host/render_widget_ host_view_mac.mm; sourceTree = "<group>"; }; 2572 82FA33450F3A7F6900271C5A /* render_widget_host_view_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.ob jcpp; name = render_widget_host_view_mac.mm; path = renderer_host/render_widget_ host_view_mac.mm; sourceTree = "<group>"; };
2573 839AD6DF3CB6649E84A4A94E /* dev_tools_client.h */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dev_to ols_client.h; sourceTree = "<group>"; };
2567 844EA0720F3E0BC900B0EF26 /* debugger_host.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debugger_ host.h; path = debugger/debugger_host.h; sourceTree = "<group>"; }; 2574 844EA0720F3E0BC900B0EF26 /* debugger_host.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debugger_ host.h; path = debugger/debugger_host.h; sourceTree = "<group>"; };
2568 844EA0730F3E0BEA00B0EF26 /* debugger_contents.h */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debug ger_contents.h; path = debugger/debugger_contents.h; sourceTree = "<group>"; }; 2575 844EA0730F3E0BEA00B0EF26 /* debugger_contents.h */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debug ger_contents.h; path = debugger/debugger_contents.h; sourceTree = "<group>"; };
2569 844EA0740F3E0C1000B0EF26 /* debugger_contents.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debugger_contents.cc; path = debugger/debugger_contents.cc; sourceTree = "<group >"; }; 2576 844EA0740F3E0C1000B0EF26 /* debugger_contents.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debugger_contents.cc; path = debugger/debugger_contents.cc; sourceTree = "<group >"; };
2570 844EA0750F3E0C1000B0EF26 /* debugger_host_impl.cpp */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debugger_host_impl.cpp; path = debugger/debugger_host_impl.cpp; sourceTree = " <group>"; }; 2577 844EA0750F3E0C1000B0EF26 /* debugger_host_impl.cpp */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debugger_host_impl.cpp; path = debugger/debugger_host_impl.cpp; sourceTree = " <group>"; };
2571 844EA0760F3E0C1000B0EF26 /* debugger_host_impl.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debu gger_host_impl.h; path = debugger/debugger_host_impl.h; sourceTree = "<group>"; }; 2578 844EA0760F3E0C1000B0EF26 /* debugger_host_impl.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debu gger_host_impl.h; path = debugger/debugger_host_impl.h; sourceTree = "<group>"; };
2572 844EA0770F3E0C1000B0EF26 /* debugger_io.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debugger_io .h; path = debugger/debugger_io.h; sourceTree = "<group>"; }; 2579 844EA0770F3E0C1000B0EF26 /* debugger_io.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debugger_io .h; path = debugger/debugger_io.h; sourceTree = "<group>"; };
2573 844EA0780F3E0C1000B0EF26 /* debugger_io_socket.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debugger_io_socket.cc; path = debugger/debugger_io_socket.cc; sourceTree = "<gr oup>"; }; 2580 844EA0780F3E0C1000B0EF26 /* debugger_io_socket.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debugger_io_socket.cc; path = debugger/debugger_io_socket.cc; sourceTree = "<gr oup>"; };
2574 844EA0790F3E0C1000B0EF26 /* debugger_io_socket.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debu gger_io_socket.h; path = debugger/debugger_io_socket.h; sourceTree = "<group>"; }; 2581 844EA0790F3E0C1000B0EF26 /* debugger_io_socket.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debu gger_io_socket.h; path = debugger/debugger_io_socket.h; sourceTree = "<group>"; };
2575 844EA07A0F3E0C1000B0EF26 /* debugger_node.cc */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debu gger_node.cc; path = debugger/debugger_node.cc; sourceTree = "<group>"; }; 2582 844EA07A0F3E0C1000B0EF26 /* debugger_node.cc */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = debu gger_node.cc; path = debugger/debugger_node.cc; sourceTree = "<group>"; };
2576 844EA07B0F3E0C1000B0EF26 /* debugger_node.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debugger_ node.h; path = debugger/debugger_node.h; sourceTree = "<group>"; }; 2583 844EA07B0F3E0C1000B0EF26 /* debugger_node.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debugger_ node.h; path = debugger/debugger_node.h; sourceTree = "<group>"; };
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
2737 BA9BC2630F44DCC400588450 /* child_process_info.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chil d_process_info.h; sourceTree = "<group>"; }; 2744 BA9BC2630F44DCC400588450 /* child_process_info.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chil d_process_info.h; sourceTree = "<group>"; };
2738 BAC2B7A70F43594A0063A33E /* resource_dispatcher_host_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode. cpp.cpp; name = resource_dispatcher_host_unittest.cc; path = renderer_host/resou rce_dispatcher_host_unittest.cc; sourceTree = "<group>"; }; 2745 BAC2B7A70F43594A0063A33E /* resource_dispatcher_host_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode. cpp.cpp; name = resource_dispatcher_host_unittest.cc; path = renderer_host/resou rce_dispatcher_host_unittest.cc; sourceTree = "<group>"; };
2739 BADB8B6D0F3A356000989B26 /* resource_dispatcher_host.cc */ = {is a = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = resource_dispatcher_host.cc; path = renderer_host/resource_dispatcher_hos t.cc; sourceTree = "<group>"; }; 2746 BADB8B6D0F3A356000989B26 /* resource_dispatcher_host.cc */ = {is a = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = resource_dispatcher_host.cc; path = renderer_host/resource_dispatcher_hos t.cc; sourceTree = "<group>"; };
2740 BADB8BD20F3A4E4900989B26 /* resource_dispatcher_host.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = resource_dispatcher_host.h; path = renderer_host/resource_dispatcher_host.h; s ourceTree = "<group>"; }; 2747 BADB8BD20F3A4E4900989B26 /* resource_dispatcher_host.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = resource_dispatcher_host.h; path = renderer_host/resource_dispatcher_host.h; s ourceTree = "<group>"; };
2741 C18F2A0A6FB6BEF75406511D /* chrome_paths_mac.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = c hrome_paths_mac.cc; sourceTree = "<group>"; }; 2748 C18F2A0A6FB6BEF75406511D /* chrome_paths_mac.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = c hrome_paths_mac.cc; sourceTree = "<group>"; };
2742 C3F9577C67188A5A4E3A6E41 /* session_restore.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se ssion_restore.cc; path = sessions/session_restore.cc; sourceTree = "<group>"; }; 2749 C3F9577C67188A5A4E3A6E41 /* session_restore.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se ssion_restore.cc; path = sessions/session_restore.cc; sourceTree = "<group>"; };
2743 C8D26D9EC81E03E91E270463 /* session_service.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se ssion_service.cc; path = sessions/session_service.cc; sourceTree = "<group>"; }; 2750 C8D26D9EC81E03E91E270463 /* session_service.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = se ssion_service.cc; path = sessions/session_service.cc; sourceTree = "<group>"; };
2744 CAA0BC4B0F54A8F7004DEE42 /* hunspell.xcodeproj */ = {isa = PBXFi leReference; lastKnownFileType = "wrapper.pb-project"; name = hunspell.xcodeproj ; path = chrome/third_party/hunspell/hunspell.xcodeproj; sourceTree = "<group>"; }; 2751 CAA0BC4B0F54A8F7004DEE42 /* hunspell.xcodeproj */ = {isa = PBXFi leReference; lastKnownFileType = "wrapper.pb-project"; name = hunspell.xcodeproj ; path = chrome/third_party/hunspell/hunspell.xcodeproj; sourceTree = "<group>"; };
2745 D3C3DAA911D390A33D06B0B0 /* history_url_provider.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = history_url_provider.cc; path = browser/autocomplete/history_url_provider.cc; sourceTree = SOURCE_ROOT; }; 2752 D3C3DAA911D390A33D06B0B0 /* history_url_provider.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = history_url_provider.cc; path = browser/autocomplete/history_url_provider.cc; sourceTree = SOURCE_ROOT; };
2746 D74DA6A9031CAE292790BD5E /* file_descriptor_set_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.c pp; path = file_descriptor_set_unittest.cc; sourceTree = "<group>"; }; 2753 D74DA6A9031CAE292790BD5E /* file_descriptor_set_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.c pp; path = file_descriptor_set_unittest.cc; sourceTree = "<group>"; };
2754 D792830F807C366EAB752D69 /* dev_tools_agent.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = de v_tools_agent.cc; sourceTree = "<group>"; };
2747 D941DBEFD8B8B537DE8A4DAE /* bookmark_storage.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = b ookmark_storage.cc; path = bookmarks/bookmark_storage.cc; sourceTree = "<group>" ; }; 2755 D941DBEFD8B8B537DE8A4DAE /* bookmark_storage.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = b ookmark_storage.cc; path = bookmarks/bookmark_storage.cc; sourceTree = "<group>" ; };
2748 E40CC5E10F2E348900708647 /* history_contents_provider.cc */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = history_contents_provider.cc; path = autocomplete/history_contents_provi der.cc; sourceTree = "<group>"; }; 2756 E40CC5E10F2E348900708647 /* history_contents_provider.cc */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = history_contents_provider.cc; path = autocomplete/history_contents_provi der.cc; sourceTree = "<group>"; };
2749 E40CC5E20F2E348900708647 /* history_contents_provider.h */ = {is a = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = history_contents_provider.h; path = autocomplete/history_contents_provider.h; sourceTree = "<group>"; }; 2757 E40CC5E20F2E348900708647 /* history_contents_provider.h */ = {is a = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = history_contents_provider.h; path = autocomplete/history_contents_provider.h; sourceTree = "<group>"; };
2750 E40CC5E40F2E349000708647 /* history_contents_provider_unittest.c c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode .cpp.cpp; name = history_contents_provider_unittest.cc; path = autocomplete/hist ory_contents_provider_unittest.cc; sourceTree = "<group>"; }; 2758 E40CC5E40F2E349000708647 /* history_contents_provider_unittest.c c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode .cpp.cpp; name = history_contents_provider_unittest.cc; path = autocomplete/hist ory_contents_provider_unittest.cc; sourceTree = "<group>"; };
2751 E40CC5F00F2E34EE00708647 /* bookmark_folder_tree_model.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; name = bookmark_folder_tree_model.cc; path = bookmarks/bookmark_folder_tree_mo del.cc; sourceTree = "<group>"; }; 2759 E40CC5F00F2E34EE00708647 /* bookmark_folder_tree_model.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; name = bookmark_folder_tree_model.cc; path = bookmarks/bookmark_folder_tree_mo del.cc; sourceTree = "<group>"; };
2752 E40CC5F10F2E34EE00708647 /* bookmark_folder_tree_model.h */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; nam e = bookmark_folder_tree_model.h; path = bookmarks/bookmark_folder_tree_model.h; sourceTree = "<group>"; }; 2760 E40CC5F10F2E34EE00708647 /* bookmark_folder_tree_model.h */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; nam e = bookmark_folder_tree_model.h; path = bookmarks/bookmark_folder_tree_model.h; sourceTree = "<group>"; };
2753 E40CC5F30F2E34F400708647 /* bookmark_folder_tree_model_unittest. cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod e.cpp.cpp; name = bookmark_folder_tree_model_unittest.cc; path = bookmarks/bookm ark_folder_tree_model_unittest.cc; sourceTree = "<group>"; }; 2761 E40CC5F30F2E34F400708647 /* bookmark_folder_tree_model_unittest. cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod e.cpp.cpp; name = bookmark_folder_tree_model_unittest.cc; path = bookmarks/bookm ark_folder_tree_model_unittest.cc; sourceTree = "<group>"; };
2754 E40CC5F50F2E351A00708647 /* bookmark_table_model.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bo okmark_table_model.h; path = bookmarks/bookmark_table_model.h; sourceTree = "<gr oup>"; }; 2762 E40CC5F50F2E351A00708647 /* bookmark_table_model.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bo okmark_table_model.h; path = bookmarks/bookmark_table_model.h; sourceTree = "<gr oup>"; };
2755 E40CC5F60F2E351A00708647 /* bookmark_table_model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bookmark_table_model.cc; path = bookmarks/bookmark_table_model.cc; sourceTree = "<group>"; }; 2763 E40CC5F60F2E351A00708647 /* bookmark_table_model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bookmark_table_model.cc; path = bookmarks/bookmark_table_model.cc; sourceTree = "<group>"; };
2756 E40CC5F80F2E351F00708647 /* bookmark_table_model_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp. cpp; name = bookmark_table_model_unittest.cc; path = bookmarks/bookmark_table_mo del_unittest.cc; sourceTree = "<group>"; }; 2764 E40CC5F80F2E351F00708647 /* bookmark_table_model_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp. cpp; name = bookmark_table_model_unittest.cc; path = bookmarks/bookmark_table_mo del_unittest.cc; sourceTree = "<group>"; };
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 E45076D40F1538D2003BE099 /* automation */, 3228 E45076D40F1538D2003BE099 /* automation */,
3221 F4143BEC0F4B003D008C8F73 /* extensions */, 3229 F4143BEC0F4B003D008C8F73 /* extensions */,
3222 AB8962F70F4E082A009CFFAC /* media */, 3230 AB8962F70F4E082A009CFFAC /* media */,
3223 4D640CE00EAE868E00EBCFC0 /* net */, 3231 4D640CE00EAE868E00EBCFC0 /* net */,
3224 4D640CBD0EAE868600EBCFC0 /* about_handler.cc */, 3232 4D640CBD0EAE868600EBCFC0 /* about_handler.cc */,
3225 4D640CBE0EAE868600EBCFC0 /* about_handler.h */, 3233 4D640CBE0EAE868600EBCFC0 /* about_handler.h */,
3226 4D640CBF0EAE868600EBCFC0 /* chrome_plugin_host.c c */, 3234 4D640CBF0EAE868600EBCFC0 /* chrome_plugin_host.c c */,
3227 4D640CC00EAE868600EBCFC0 /* chrome_plugin_host.h */, 3235 4D640CC00EAE868600EBCFC0 /* chrome_plugin_host.h */,
3228 4D640CC10EAE868600EBCFC0 /* debug_message_handle r.cc */, 3236 4D640CC10EAE868600EBCFC0 /* debug_message_handle r.cc */,
3229 4D640CC20EAE868600EBCFC0 /* debug_message_handle r.h */, 3237 4D640CC20EAE868600EBCFC0 /* debug_message_handle r.h */,
3238 D792830F807C366EAB752D69 /* dev_tools_agent.cc * /,
3239 07FE4EE1A3A0636A63757967 /* dev_tools_agent.h */ ,
3240 2F904214F0F0BA780D8DC4C9 /* dev_tools_client.cc */,
3241 839AD6DF3CB6649E84A4A94E /* dev_tools_client.h * /,
3242 7F10273789D2D71620792788 /* dev_tools_messages.h */,
3243 0DF4243691A34E9B11373400 /* dev_tools_messages_i nternal.h */,
3230 4D640CC30EAE868600EBCFC0 /* dom_ui_bindings.cc * /, 3244 4D640CC30EAE868600EBCFC0 /* dom_ui_bindings.cc * /,
3231 4D640CC40EAE868600EBCFC0 /* dom_ui_bindings.h */ , 3245 4D640CC40EAE868600EBCFC0 /* dom_ui_bindings.h */ ,
3232 4D640CC50EAE868600EBCFC0 /* external_host_bindin gs.cc */, 3246 4D640CC50EAE868600EBCFC0 /* external_host_bindin gs.cc */,
3233 4D640CC60EAE868600EBCFC0 /* external_host_bindin gs.h */, 3247 4D640CC60EAE868600EBCFC0 /* external_host_bindin gs.h */,
3234 4D640CC70EAE868600EBCFC0 /* external_js_object.c c */, 3248 4D640CC70EAE868600EBCFC0 /* external_js_object.c c */,
3235 4D640CC80EAE868600EBCFC0 /* external_js_object.h */, 3249 4D640CC80EAE868600EBCFC0 /* external_js_object.h */,
3236 4D640CCB0EAE868600EBCFC0 /* localized_error.cc * /, 3250 4D640CCB0EAE868600EBCFC0 /* localized_error.cc * /,
3237 4D640CCC0EAE868600EBCFC0 /* localized_error.h */ , 3251 4D640CCC0EAE868600EBCFC0 /* localized_error.h */ ,
3238 E434BE240F38DF4300B665C7 /* mock_render_thread.c c */, 3252 E434BE240F38DF4300B665C7 /* mock_render_thread.c c */,
3239 E434BE230F38DF4300B665C7 /* mock_render_thread.h */, 3253 E434BE230F38DF4300B665C7 /* mock_render_thread.h */,
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
5602 }; 5616 };
5603 4D640CE80EAE86BD00EBCFC0 /* Sources */ = { 5617 4D640CE80EAE86BD00EBCFC0 /* Sources */ = {
5604 isa = PBXSourcesBuildPhase; 5618 isa = PBXSourcesBuildPhase;
5605 buildActionMask = 2147483647; 5619 buildActionMask = 2147483647;
5606 files = ( 5620 files = (
5607 4D640CF30EAE86E300EBCFC0 /* about_handler.cc in Sources */, 5621 4D640CF30EAE86E300EBCFC0 /* about_handler.cc in Sources */,
5608 AB8963000F4E0901009CFFAC /* audio_renderer_impl. cc in Sources */, 5622 AB8963000F4E0901009CFFAC /* audio_renderer_impl. cc in Sources */,
5609 3380A69B0F2E91AE004EF74F /* child_process.cc in Sources */, 5623 3380A69B0F2E91AE004EF74F /* child_process.cc in Sources */,
5610 3380A69F0F2E91E5004EF74F /* chrome_plugin_lib.cc in Sources */, 5624 3380A69F0F2E91E5004EF74F /* chrome_plugin_lib.cc in Sources */,
5611 AB8963010F4E0907009CFFAC /* data_source_impl.cc in Sources */, 5625 AB8963010F4E0907009CFFAC /* data_source_impl.cc in Sources */,
5626 3569E82DB055CE4B8E329CCC /* dev_tools_agent.cc i n Sources */,
5627 29D0CE7BEF15AE6D5233BA6A /* dev_tools_client.cc in Sources */,
5612 E45076D90F1538E4003BE099 /* dom_automation_contr oller.cc in Sources */, 5628 E45076D90F1538E4003BE099 /* dom_automation_contr oller.cc in Sources */,
5613 E45076C90F1537F5003BE099 /* dom_ui_bindings.cc i n Sources */, 5629 E45076C90F1537F5003BE099 /* dom_ui_bindings.cc i n Sources */,
5614 E45076CB0F15380C003BE099 /* external_host_bindin gs.cc in Sources */, 5630 E45076CB0F15380C003BE099 /* external_host_bindin gs.cc in Sources */,
5615 3380A6A30F2E9207004EF74F /* ipc_sync_channel.cc in Sources */, 5631 3380A6A30F2E9207004EF74F /* ipc_sync_channel.cc in Sources */,
5616 E45076CF0F153871003BE099 /* localized_error.cc i n Sources */, 5632 E45076CF0F153871003BE099 /* localized_error.cc i n Sources */,
5617 A7A20BF20F3A16DC00F62B4D /* render_widget.cc in Sources */, 5633 A7A20BF20F3A16DC00F62B4D /* render_widget.cc in Sources */,
5618 3380A9D70F2FC8F9004EF74F /* render_dns_master.cc in Sources */, 5634 3380A9D70F2FC8F9004EF74F /* render_dns_master.cc in Sources */,
5619 4D640CF40EAE86EA00EBCFC0 /* render_dns_queue.cc in Sources */, 5635 4D640CF40EAE86EA00EBCFC0 /* render_dns_queue.cc in Sources */,
5620 3380A6A10F2E91F9004EF74F /* render_process.cc in Sources */, 5636 3380A6A10F2E91F9004EF74F /* render_process.cc in Sources */,
5621 3380A69D0F2E91D4004EF74F /* render_thread.cc in Sources */, 5637 3380A69D0F2E91D4004EF74F /* render_thread.cc in Sources */,
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
7235 E4F325980EE837BF002533CE /* Debug */, 7251 E4F325980EE837BF002533CE /* Debug */,
7236 E4F325990EE837BF002533CE /* Release */, 7252 E4F325990EE837BF002533CE /* Release */,
7237 ); 7253 );
7238 defaultConfigurationIsVisible = 0; 7254 defaultConfigurationIsVisible = 0;
7239 defaultConfigurationName = Release; 7255 defaultConfigurationName = Release;
7240 }; 7256 };
7241 /* End XCConfigurationList section */ 7257 /* End XCConfigurationList section */
7242 }; 7258 };
7243 rootObject = 4D7BF2E90E9D46A4009A6919 /* Project object */; 7259 rootObject = 4D7BF2E90E9D46A4009A6919 /* Project object */;
7244 } 7260 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/dev_tools_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698