Index: chrome/chrome.xcodeproj/project.pbxproj |
=================================================================== |
--- chrome/chrome.xcodeproj/project.pbxproj (revision 9053) |
+++ chrome/chrome.xcodeproj/project.pbxproj (working copy) |
@@ -203,6 +203,7 @@ |
4DDC644B0EAE390800FB5EBE /* libxml.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7BFB230E9D4BBF009A6919 /* libxml.a */; }; |
4DDC64580EAE394200FB5EBE /* libzlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DDC64550EAE392400FB5EBE /* libzlib.a */; }; |
534E66C40F311BEC0006B2B2 /* temp_scaffolding_stubs.cc in Sources */ = {isa = PBXBuildFile; fileRef = 534E66C30F311BEC0006B2B2 /* temp_scaffolding_stubs.cc */; }; |
+ 671555F7DF06E224B646E5D2 /* backing_store_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = B94B5B0CBF4D7FAC48BB1AE2 /* backing_store_posix.cc */; }; |
8268477E0F2F69C8009F6555 /* profile_manager_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF8E60E9D4839009A6919 /* profile_manager_unittest.cc */; }; |
8268477F0F2F69D1009F6555 /* profile_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF8E40E9D4839009A6919 /* profile_manager.cc */; }; |
826847800F2F69D1009F6555 /* profile.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BF8E20E9D4839009A6919 /* profile.cc */; }; |
@@ -1988,6 +1989,7 @@ |
B6CCB9F70F1EC32700106F0D /* web_drag_source.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = web_drag_source.h; path = tab_contents/web_drag_source.h; sourceTree = "<group>"; }; |
B6CCB9F80F1EC32700106F0D /* web_drop_target.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = web_drop_target.cc; path = tab_contents/web_drop_target.cc; sourceTree = "<group>"; }; |
B6CCB9F90F1EC32700106F0D /* web_drop_target.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = web_drop_target.h; path = tab_contents/web_drop_target.h; sourceTree = "<group>"; }; |
+ B94B5B0CBF4D7FAC48BB1AE2 /* backing_store_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = backing_store_posix.cc; path = browser/renderer_host/backing_store_posix.cc; sourceTree = SOURCE_ROOT; }; |
E40CC5E10F2E348900708647 /* history_contents_provider.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = history_contents_provider.cc; path = autocomplete/history_contents_provider.cc; sourceTree = "<group>"; }; |
E40CC5E20F2E348900708647 /* history_contents_provider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = history_contents_provider.h; path = autocomplete/history_contents_provider.h; sourceTree = "<group>"; }; |
E40CC5E40F2E349000708647 /* history_contents_provider_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = history_contents_provider_unittest.cc; path = autocomplete/history_contents_provider_unittest.cc; sourceTree = "<group>"; }; |
@@ -2428,6 +2430,7 @@ |
4D7BFB090E9D4BA1009A6919 /* Projects */, |
4D7BF3070E9D477E009A6919 /* Products */, |
A9C335E39D39A7DE087850FC /* url_pattern_unittest.cc */, |
+ B94B5B0CBF4D7FAC48BB1AE2 /* backing_store_posix.cc */, |
6447F24FADC63E58A44DB762 /* url_pattern.cc */, |
); |
sourceTree = "<group>"; |
@@ -4494,6 +4497,7 @@ |
4D7BFA1E0E9D48FD009A6919 /* archived_database.cc in Sources */, |
E45075DC0F150A53003BE099 /* async_resource_handler.cc in Sources */, |
E43A770B0F1660EA00ABD5D1 /* automation_resource_tracker.cc in Sources */, |
+ 671555F7DF06E224B646E5D2 /* backing_store_posix.cc in Sources */, |
E40CC5EE0F2E34C100708647 /* base_history_model.cc in Sources */, |
4D7BFAEE0E9D49E5009A6919 /* bloom_filter.cc in Sources */, |
E45075B20F1505C0003BE099 /* bookmark_codec.cc in Sources */, |