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

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

Issue 20027: Capability: passing fds over IPC (Closed)
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
« no previous file with comments | « chrome/browser/renderer_host/test_render_view_host.h ('k') | chrome/common/common.scons » ('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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 B5FDC1D10EE48ADB00BEC6E6 /* libevent.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFF4B0E9D53B4009A6919 /* libevent.a */; }; 280 B5FDC1D10EE48ADB00BEC6E6 /* libevent.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFF4B0E9D53B4009A6919 /* libevent.a */; };
281 B5FDC1D30EE48ADB00BEC6E6 /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFF410E9D538D009A6919 /* libgtest.a */; }; 281 B5FDC1D30EE48ADB00BEC6E6 /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFF410E9D538D009A6919 /* libgtest.a */; };
282 B5FDC1D40EE48ADB00BEC6E6 /* libicudata.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFE690E9D52DC009A6919 /* libicudata.a */; }; 282 B5FDC1D40EE48ADB00BEC6E6 /* libicudata.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFE690E9D52DC009A6919 /* libicudata.a */; };
283 B5FDC1D60EE48ADB00BEC6E6 /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFE710E9D52DC009A6919 /* libicuuc.a */; }; 283 B5FDC1D60EE48ADB00BEC6E6 /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFE710E9D52DC009A6919 /* libicuuc.a */; };
284 B5FDC2180EE48F4100BEC6E6 /* libicui18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFE6D0E9D52DC009A6919 /* libicui18n.a */; }; 284 B5FDC2180EE48F4100BEC6E6 /* libicui18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFE6D0E9D52DC009A6919 /* libicui18n.a */; };
285 B61C4C1F0F3284A700489E0F /* browser_init.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF83A0E9D4839009A6919 /* browser_init.cc */; }; 285 B61C4C1F0F3284A700489E0F /* browser_init.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF83A0E9D4839009A6919 /* browser_init.cc */; };
286 B61C4CFA0F329ACE00489E0F /* browser_prefs.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D7BF83F0E9D4839009A6919 /* browser_prefs.cc */; }; 286 B61C4CFA0F329ACE00489E0F /* browser_prefs.cc in Sources */ = {is a = PBXBuildFile; fileRef = 4D7BF83F0E9D4839009A6919 /* browser_prefs.cc */; };
287 B61C4EDC0F34EE8300489E0F /* browser_process_impl.cc in Sources * / = {isa = PBXBuildFile; fileRef = 4D7BF8430E9D4839009A6919 /* browser_process_i mpl.cc */; }; 287 B61C4EDC0F34EE8300489E0F /* browser_process_impl.cc in Sources * / = {isa = PBXBuildFile; fileRef = 4D7BF8430E9D4839009A6919 /* browser_process_i mpl.cc */; };
288 B6CCB9FA0F1EC33100106F0D /* provisional_load_details.cc in Sourc es */ = {isa = PBXBuildFile; fileRef = B6CCB9DE0F1EC32700106F0D /* provisional_l oad_details.cc */; }; 288 B6CCB9FA0F1EC33100106F0D /* provisional_load_details.cc in Sourc es */ = {isa = PBXBuildFile; fileRef = B6CCB9DE0F1EC32700106F0D /* provisional_l oad_details.cc */; };
289 B9BF55F87A4BB2FD366B6DDC /* template_url_parser.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28AA584AB2ECFB33C7C7FD8A /* template_url_parse r.cc */; }; 289 B9BF55F87A4BB2FD366B6DDC /* template_url_parser.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28AA584AB2ECFB33C7C7FD8A /* template_url_parse r.cc */; };
290 BA60A6800F3CB09F005A6703 /* protocol_manager_unittest.cc in Sour ces */ = {isa = PBXBuildFile; fileRef = 4D7BFAD70E9D49DE009A6919 /* protocol_man ager_unittest.cc */; };
291 BAA609ED0F3BCAA800783510 /* protocol_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFAD50E9D49DE009A6919 /* protocol_manager.cc * /; }; 290 BAA609ED0F3BCAA800783510 /* protocol_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFAD50E9D49DE009A6919 /* protocol_manager.cc * /; };
292 BADB8B710F3A35AC00989B26 /* resource_dispatcher_host.cc in Sourc es */ = {isa = PBXBuildFile; fileRef = BADB8B6D0F3A356000989B26 /* resource_disp atcher_host.cc */; }; 291 BADB8B710F3A35AC00989B26 /* resource_dispatcher_host.cc in Sourc es */ = {isa = PBXBuildFile; fileRef = BADB8B6D0F3A356000989B26 /* resource_disp atcher_host.cc */; };
293 E40CC5E30F2E348900708647 /* history_contents_provider.cc in Sour ces */ = {isa = PBXBuildFile; fileRef = E40CC5E10F2E348900708647 /* history_cont ents_provider.cc */; }; 292 E40CC5E30F2E348900708647 /* history_contents_provider.cc in Sour ces */ = {isa = PBXBuildFile; fileRef = E40CC5E10F2E348900708647 /* history_cont ents_provider.cc */; };
294 E40CC5EE0F2E34C100708647 /* base_history_model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF82B0E9D4839009A6919 /* base_history_model. cc */; }; 293 E40CC5EE0F2E34C100708647 /* base_history_model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF82B0E9D4839009A6919 /* base_history_model. cc */; };
295 E40CC5F20F2E34EE00708647 /* bookmark_folder_tree_model.cc in Sou rces */ = {isa = PBXBuildFile; fileRef = E40CC5F00F2E34EE00708647 /* bookmark_fo lder_tree_model.cc */; }; 294 E40CC5F20F2E34EE00708647 /* bookmark_folder_tree_model.cc in Sou rces */ = {isa = PBXBuildFile; fileRef = E40CC5F00F2E34EE00708647 /* bookmark_fo lder_tree_model.cc */; };
296 E40CC5F70F2E351A00708647 /* bookmark_table_model.cc in Sources * / = {isa = PBXBuildFile; fileRef = E40CC5F60F2E351A00708647 /* bookmark_table_mo del.cc */; }; 295 E40CC5F70F2E351A00708647 /* bookmark_table_model.cc in Sources * / = {isa = PBXBuildFile; fileRef = E40CC5F60F2E351A00708647 /* bookmark_table_mo del.cc */; };
297 E40CC5FE0F2E35A800708647 /* security_filter_peer.cc in Sources * / = {isa = PBXBuildFile; fileRef = 4D7BFBFA0E9D4C9F009A6919 /* security_filter_p eer.cc */; }; 296 E40CC5FE0F2E35A800708647 /* security_filter_peer.cc in Sources * / = {isa = PBXBuildFile; fileRef = 4D7BFBFA0E9D4C9F009A6919 /* security_filter_p eer.cc */; };
298 E42155D80F3240AF00A4A951 /* tab_strip_view.mm in Sources */ = {i sa = PBXBuildFile; fileRef = E433E65E0F323E2100CAC3AC /* tab_strip_view.mm */; } ; 297 E42155D80F3240AF00A4A951 /* tab_strip_view.mm in Sources */ = {i sa = PBXBuildFile; fileRef = E433E65E0F323E2100CAC3AC /* tab_strip_view.mm */; } ;
299 E434B9060F37672900B665C7 /* web_contents.cc in Sources */ = {isa = PBXBuildFile; fileRef = B6CCB9EF0F1EC32700106F0D /* web_contents.cc */; }; 298 E434B9060F37672900B665C7 /* web_contents.cc in Sources */ = {isa = PBXBuildFile; fileRef = B6CCB9EF0F1EC32700106F0D /* web_contents.cc */; };
300 E434BBAA0F37D4EA00B665C7 /* navigation_entry.cc in Sources */ = {isa = PBXBuildFile; fileRef = B6CCB9D90F1EC32700106F0D /* navigation_entry.cc * /; }; 299 E434BBAA0F37D4EA00B665C7 /* navigation_entry.cc in Sources */ = {isa = PBXBuildFile; fileRef = B6CCB9D90F1EC32700106F0D /* navigation_entry.cc * /; };
(...skipping 4423 matching lines...) Expand 10 before | Expand all | Expand 10 after
4724 4D7BFCE70E9D4DD4009A6919 /* json_value_serialize r_unittest.cc in Sources */, 4723 4D7BFCE70E9D4DD4009A6919 /* json_value_serialize r_unittest.cc in Sources */,
4725 B52E29BE0F0AA333008AD1C8 /* l10n_util_unittest.c c in Sources */, 4724 B52E29BE0F0AA333008AD1C8 /* l10n_util_unittest.c c in Sources */,
4726 A7C613C10F30D7E4008CEE5D /* mock_render_process_ host.cc in Sources */, 4725 A7C613C10F30D7E4008CEE5D /* mock_render_process_ host.cc in Sources */,
4727 E434BE3D0F3901A100B665C7 /* mock_render_thread.c c in Sources */, 4726 E434BE3D0F3901A100B665C7 /* mock_render_thread.c c in Sources */,
4728 E450775F0F154036003BE099 /* mru_cache_unittest.c c in Sources */, 4727 E450775F0F154036003BE099 /* mru_cache_unittest.c c in Sources */,
4729 E45077620F15405C003BE099 /* notification_service _unittest.cc in Sources */, 4728 E45077620F15405C003BE099 /* notification_service _unittest.cc in Sources */,
4730 4D7BFB580E9D4C43009A6919 /* page_range_unittest. cc in Sources */, 4729 4D7BFB580E9D4C43009A6919 /* page_range_unittest. cc in Sources */,
4731 4D7BFB5F0E9D4C46009A6919 /* page_setup_unittest. cc in Sources */, 4730 4D7BFB5F0E9D4C46009A6919 /* page_setup_unittest. cc in Sources */,
4732 8268477E0F2F69C8009F6555 /* profile_manager_unit test.cc in Sources */, 4731 8268477E0F2F69C8009F6555 /* profile_manager_unit test.cc in Sources */,
4733 B562E2FC0F05845100FB1A4F /* property_bag_unittes t.cc in Sources */, 4732 B562E2FC0F05845100FB1A4F /* property_bag_unittes t.cc in Sources */,
4734 BA60A6800F3CB09F005A6703 /* protocol_manager_uni ttest.cc in Sources */,
4735 4D7BFB780E9D4C5A009A6919 /* protocol_parser_unit test.cc in Sources */, 4733 4D7BFB780E9D4C5A009A6919 /* protocol_parser_unit test.cc in Sources */,
4736 3380A9D60F2FC8F6004EF74F /* render_dns_master.cc in Sources */, 4734 3380A9D60F2FC8F6004EF74F /* render_dns_master.cc in Sources */,
4737 B5D030F00F3A3C43001238AB /* renderer_main_unitte st.cc in Sources */, 4735 B5D030F00F3A3C43001238AB /* renderer_main_unitte st.cc in Sources */,
4738 8268533B0F30AE13009F6555 /* render_process.cc in Sources */, 4736 8268533B0F30AE13009F6555 /* render_process.cc in Sources */,
4739 3380A9C00F2FC61E004EF74F /* render_process_unitt est.cc in Sources */, 4737 3380A9C00F2FC61E004EF74F /* render_process_unitt est.cc in Sources */,
4740 E434BE130F38DDA700B665C7 /* renderer_security_po licy_unittest.cc in Sources */, 4738 E434BE130F38DDA700B665C7 /* renderer_security_po licy_unittest.cc in Sources */,
4741 826853350F30AE04009F6555 /* render_thread.cc in Sources */, 4739 826853350F30AE04009F6555 /* render_thread.cc in Sources */,
4742 3380A6B60F2E9252004EF74F /* render_thread_unitte st.cc in Sources */, 4740 3380A6B60F2E9252004EF74F /* render_thread_unitte st.cc in Sources */,
4743 4D7BFCF30E9D4E07009A6919 /* run_all_unittests.cc in Sources */, 4741 4D7BFCF30E9D4E07009A6919 /* run_all_unittests.cc in Sources */,
4744 E48FB9870EC4EBA10052B72B /* safe_browsing_databa se_unittest.cc in Sources */, 4742 E48FB9870EC4EBA10052B72B /* safe_browsing_databa se_unittest.cc in Sources */,
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
5721 E4F325980EE837BF002533CE /* Debug */, 5719 E4F325980EE837BF002533CE /* Debug */,
5722 E4F325990EE837BF002533CE /* Release */, 5720 E4F325990EE837BF002533CE /* Release */,
5723 ); 5721 );
5724 defaultConfigurationIsVisible = 0; 5722 defaultConfigurationIsVisible = 0;
5725 defaultConfigurationName = Release; 5723 defaultConfigurationName = Release;
5726 }; 5724 };
5727 /* End XCConfigurationList section */ 5725 /* End XCConfigurationList section */
5728 }; 5726 };
5729 rootObject = 4D7BF2E90E9D46A4009A6919 /* Project object */; 5727 rootObject = 4D7BF2E90E9D46A4009A6919 /* Project object */;
5730 } 5728 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/test_render_view_host.h ('k') | chrome/common/common.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698