Index: chrome/chrome.xcodeproj/project.pbxproj |
=================================================================== |
--- chrome/chrome.xcodeproj/project.pbxproj (revision 10443) |
+++ chrome/chrome.xcodeproj/project.pbxproj (working copy) |
@@ -442,6 +442,7 @@ |
CABE9938BF2DF78D9862DC8B /* template_url_fetcher.cc in Sources */ = {isa = PBXBuildFile; fileRef = B5D16EDB0F21455600861FAC /* template_url_fetcher.cc */; }; |
CC5A49EE23E4F332B06C99C8 /* search_provider.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0114EE7E1097BDFBF94057E6 /* search_provider.cc */; }; |
CE32446438BB391ACC07C3B7 /* autocomplete.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4F3E216FC08B4749FC8C2ED5 /* autocomplete.cc */; }; |
+ D5B8ADE25A518E0D12A90C8C /* render_view_context_menu.cc in Sources */ = {isa = PBXBuildFile; fileRef = A76E42A90F28EDB5009A7E88 /* render_view_context_menu.cc */; }; |
D87A8ECE6652FC99AF1ADA6F /* ssl_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = B5D16ECC0F21451600861FAC /* ssl_manager.cc */; }; |
DDB41CECE38B852000F30D9F /* browsing_data_remover.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF84E0E9D4839009A6919 /* browsing_data_remover.cc */; }; |
E40CC5E30F2E348900708647 /* history_contents_provider.cc in Sources */ = {isa = PBXBuildFile; fileRef = E40CC5E10F2E348900708647 /* history_contents_provider.cc */; }; |
@@ -5760,6 +5761,7 @@ |
E4F324500EE5CF7C002533CE /* query_parser.cc in Sources */, |
E4F3247A0EE5D17E002533CE /* referrer.cc in Sources */, |
A7C612990F30D63D008CEE5D /* render_process_host.cc in Sources */, |
+ D5B8ADE25A518E0D12A90C8C /* render_view_context_menu.cc in Sources */, |
E434C0280F3A0C0100B665C7 /* render_view_host.cc in Sources */, |
94542322A5E5A8F4FDDAB7F0 /* render_view_host_manager.cc in Sources */, |
E434BBBF0F37D6DB00B665C7 /* render_widget_helper.cc in Sources */, |