diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 22:46:00 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 22:46:00 +0000 |
commit | 20713d08bc0adb4d9c9c211647993a8e7787cd18 (patch) | |
tree | 086eb85ece958cfb60df96f414e9f990edd514f4 | |
parent | 6ab9b20222cb8ac94dea662c3d65a59839817dd4 (diff) | |
download | chromium_src-20713d08bc0adb4d9c9c211647993a8e7787cd18.zip chromium_src-20713d08bc0adb4d9c9c211647993a8e7787cd18.tar.gz chromium_src-20713d08bc0adb4d9c9c211647993a8e7787cd18.tar.bz2 |
Fix Max Build (Location.cpp wasn't build with any target)
Review URL: http://codereview.chromium.org/16469
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7449 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/webkit.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/webkit.xcodeproj/project.pbxproj b/webkit/webkit.xcodeproj/project.pbxproj index af23877..237eda1 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -64,6 +64,7 @@ 41A362520F003B3000778012 /* EventHandlerChromium.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41A3624C0F003B3000778012 /* EventHandlerChromium.cpp */; }; 41A362530F003B3000778012 /* FrameChromium.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41A3624D0F003B3000778012 /* FrameChromium.cpp */; }; 41A362D70F01695600778012 /* PluginsChromium.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41A362D60F01695600778012 /* PluginsChromium.cpp */; }; + 41A365230F01A0DF00778012 /* Location.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1640DC0EC29BB4008F024E /* Location.cpp */; }; 41AF32C60EE5E6ED00BF6361 /* ScriptInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41AF32C40EE5E6ED00BF6361 /* ScriptInstance.cpp */; }; 41F1D4630EF70D1600DA8753 /* FontFastPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41F1D4620EF70D1600DA8753 /* FontFastPath.cpp */; }; 4D1637CC0EBFA49E008F024E /* SQLiteAuthorizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637C30EBFA49E008F024E /* SQLiteAuthorizer.cpp */; }; @@ -8831,6 +8832,7 @@ E45625550E268E87005E4685 /* ListMarkerBox.cpp in Sources */, E456248B0E268E87005E4685 /* loader.cpp in Sources */, E45624FC0E268E87005E4685 /* LocalCurrentGraphicsContext.mm in Sources */, + 41A365230F01A0DF00778012 /* Location.cpp in Sources */, E45624EB0E268E87005E4685 /* Logging.cpp in Sources */, E45624FE0E268E87005E4685 /* LoggingMac.mm in Sources */, E45624900E268E87005E4685 /* MainResourceLoader.cpp in Sources */, |