diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 07:03:55 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 07:03:55 +0000 |
commit | 3a3b3a5e1ade427d162b780e9d79abac0f91489a (patch) | |
tree | b6909589b810e2ccd4700acf2bded468400349e8 /webkit | |
parent | f14418894ae1d7729ca24a52960a79f18afc494b (diff) | |
download | chromium_src-3a3b3a5e1ade427d162b780e9d79abac0f91489a.zip chromium_src-3a3b3a5e1ade427d162b780e9d79abac0f91489a.tar.gz chromium_src-3a3b3a5e1ade427d162b780e9d79abac0f91489a.tar.bz2 |
fix path.
Review URL: http://codereview.chromium.org/16235
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj index 56f8e68..01f2dde 100644 --- a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj +++ b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj @@ -2293,7 +2293,7 @@ ../../../../third_party/icu38/public/i18n, ../../../../third_party/npapi, ../../../pending, - ../../../../third_party/WebCore/platform/chromium, + ../../../../third_party/WebKit/WebCore/platform/chromium, ../../../../third_party/WebKit/WebCore, ../../../../third_party/WebKit/WebKit/mac/WebCoreSupport, "$(SYMROOT)/webkit.build/$(CONFIGURATION)/generated/WebCore/v8", @@ -2328,7 +2328,7 @@ ../../../../third_party/icu38/public/i18n, ../../../../third_party/npapi, ../../../pending, - ../../../../third_party/WebCore/platform/chromium, + ../../../../third_party/WebKit/WebCore/platform/chromium, ../../../../third_party/WebKit/WebCore, ../../../../third_party/WebKit/WebKit/mac/WebCoreSupport, "$(SYMROOT)/webkit.build/$(CONFIGURATION)/generated/WebCore/v8", |