Index: chrome/chrome.xcodeproj/project.pbxproj |
=================================================================== |
--- chrome/chrome.xcodeproj/project.pbxproj (revision 9173) |
+++ chrome/chrome.xcodeproj/project.pbxproj (working copy) |
@@ -204,6 +204,7 @@ |
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 */; }; |
+ 6D62D71064BA3204EF0A964A /* autofill_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 629BF493DEA096E2DD844F2B /* autofill_manager.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 */; }; |
@@ -1865,6 +1866,7 @@ |
4DCE9E2C0EF0B8C000682526 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
4DDC64500EAE392400FB5EBE /* zlib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = zlib.xcodeproj; path = third_party/zlib/zlib.xcodeproj; sourceTree = "<group>"; }; |
534E66C30F311BEC0006B2B2 /* temp_scaffolding_stubs.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = temp_scaffolding_stubs.cc; sourceTree = "<group>"; }; |
+ 629BF493DEA096E2DD844F2B /* autofill_manager.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = autofill_manager.cc; sourceTree = "<group>"; }; |
6447F24FADC63E58A44DB762 /* url_pattern.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_pattern.cc; path = common/extensions/url_pattern.cc; sourceTree = SOURCE_ROOT; }; |
778D7927798B7E3FAA498D3D /* url_fetcher.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_fetcher.cc; sourceTree = "<group>"; }; |
8104B4AFD95DCA06B2F37551 /* chrome_paths_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chrome_paths_internal.h; sourceTree = "<group>"; }; |
@@ -2540,6 +2542,7 @@ |
E46C45990F1F88D100B393B8 /* app_controller_mac.mm */, |
4D7BF8260E9D4839009A6919 /* app_modal_dialog_queue.cc */, |
4D7BF8270E9D4839009A6919 /* app_modal_dialog_queue.h */, |
+ 629BF493DEA096E2DD844F2B /* autofill_manager.cc */, |
4D7BF8280E9D4839009A6919 /* back_forward_menu_model.cc */, |
4D7BF8290E9D4839009A6919 /* back_forward_menu_model.h */, |
4D7BF82A0E9D4839009A6919 /* back_forward_menu_model_unittest.cc */, |
@@ -4537,6 +4540,7 @@ |
files = ( |
4D7BFA1E0E9D48FD009A6919 /* archived_database.cc in Sources */, |
E45075DC0F150A53003BE099 /* async_resource_handler.cc in Sources */, |
+ 6D62D71064BA3204EF0A964A /* autofill_manager.cc in Sources */, |
E43A770B0F1660EA00ABD5D1 /* automation_resource_tracker.cc in Sources */, |
E434BFD90F3A074300B665C7 /* backing_store.cc in Sources */, |
671555F7DF06E224B646E5D2 /* backing_store_posix.cc in Sources */, |