diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 18:34:50 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 18:34:50 +0000 |
commit | 3a3ee1938aa73534cbb0190fdc90d198af654968 (patch) | |
tree | 2bb4be74e7d507bf174358d79bfe9b1091079778 /webkit/webkit.xcodeproj | |
parent | e1673b3621b8ad1097d2797d43200db22b7a2c79 (diff) | |
download | chromium_src-3a3ee1938aa73534cbb0190fdc90d198af654968.zip chromium_src-3a3ee1938aa73534cbb0190fdc90d198af654968.tar.gz chromium_src-3a3ee1938aa73534cbb0190fdc90d198af654968.tar.bz2 |
fix mac build part 3
"config.h" needs to be included first
TBR=mark
Review URL: http://codereview.chromium.org/9647
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.xcodeproj')
-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 e2b70a6f..e1fbc44 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -1692,6 +1692,7 @@ 4DDC62B40EAD142D00FB5EBE /* PluginArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PluginArray.cpp; sourceTree = "<group>"; }; 4DDC62B50EAD142D00FB5EBE /* PluginArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginArray.h; sourceTree = "<group>"; }; 53E8BE470EC36DD700B3F8B0 /* autocomplete_input_listener.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = autocomplete_input_listener.cc; sourceTree = "<group>"; }; + 53E8BE8D0EC36F4B00B3F8B0 /* autocomplete_input_listener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autocomplete_input_listener.h; sourceTree = "<group>"; }; 7B00912B0DAFEFBE00F72082 /* CSSGrammar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CSSGrammar.cpp; sourceTree = "<group>"; }; 7B00912C0DAFEFBE00F72082 /* CSSGrammar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSSGrammar.h; sourceTree = "<group>"; }; 7B00912D0DAFEFBE00F72082 /* HTMLNames.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLNames.cpp; sourceTree = "<group>"; }; @@ -7411,6 +7412,7 @@ 825404ED0D92E3DA0006B936 /* alt_error_page_resource_fetcher.cc */, 825404EE0D92E3DA0006B936 /* alt_error_page_resource_fetcher.h */, 53E8BE470EC36DD700B3F8B0 /* autocomplete_input_listener.cc */, + 53E8BE8D0EC36F4B00B3F8B0 /* autocomplete_input_listener.h */, 825404EF0D92E3DA0006B936 /* cache_manager.cc */, 825404F00D92E3DA0006B936 /* cache_manager.h */, 825404F10D92E3DA0006B936 /* chrome_client_impl.cc */, |