diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 21:36:16 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 21:36:16 +0000 |
commit | a159e9cb19eda1c21c0669a0804080a874daf9a4 (patch) | |
tree | 71acbd8a2f31a14634a586be7f3e43fdea88fd2b /webkit/webkit.xcodeproj | |
parent | 57311cc6e8e8afef3d833a30eb8a3debae8ccc5f (diff) | |
download | chromium_src-a159e9cb19eda1c21c0669a0804080a874daf9a4.zip chromium_src-a159e9cb19eda1c21c0669a0804080a874daf9a4.tar.gz chromium_src-a159e9cb19eda1c21c0669a0804080a874daf9a4.tar.bz2 |
Add WebCore/bridge/jni to the list of include directories to satisfy
WebCore/page/Frame.cpp's dependency on jni_jsobject.h (via
WebCore/bridge/runtime_root.h on PLATFORM_MAC). This include directory may
not be a permanent addition, but it doesn't hurt anything for now.
Review URL: http://codereview.chromium.org/6510
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2908 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 7887a93..9a70615 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -8166,6 +8166,7 @@ "$(DIR_WEBCORE)/bindings", "$(DIR_WEBCORE)/bindings/js", "$(DIR_WEBCORE)/bridge", + "$(DIR_WEBCORE)/bridge/jni", "$(DIR_WEBCORE)/bridge/mac", "$(DIR_WEBCORE)/css", "$(DIR_WEBCORE)/dom", @@ -8282,6 +8283,7 @@ "$(DIR_WEBCORE)/bindings", "$(DIR_WEBCORE)/bindings/js", "$(DIR_WEBCORE)/bridge", + "$(DIR_WEBCORE)/bridge/jni", "$(DIR_WEBCORE)/bridge/mac", "$(DIR_WEBCORE)/css", "$(DIR_WEBCORE)/dom", |