diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/mac/main.mm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj index 7274f2a..1ad7c92 100644 --- a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj +++ b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj @@ -1587,6 +1587,7 @@ ../../../../third_party/npapi, ../../../pending, ../../../../third_party/WebKit/WebCore, + ../../../../third_party/WebKit/WebKit/mac/WebCoreSupport, ../../../../third_party/WebKit/JavaScriptCore, "$(SYMROOT)/webkit.build/$(CONFIGURATION)/generated/WebCore/v8", ); @@ -1621,6 +1622,7 @@ ../../../../third_party/npapi, ../../../pending, ../../../../third_party/WebKit/WebCore, + ../../../../third_party/WebKit/WebKit/mac/WebCoreSupport, ../../../../third_party/WebKit/JavaScriptCore, "$(SYMROOT)/webkit.build/$(CONFIGURATION)/generated/WebCore/v8", ); diff --git a/webkit/tools/test_shell/mac/main.mm b/webkit/tools/test_shell/mac/main.mm index 1c36517..552da77 100644 --- a/webkit/tools/test_shell/mac/main.mm +++ b/webkit/tools/test_shell/mac/main.mm @@ -22,7 +22,7 @@ #include "webkit/tools/test_shell/test_shell.h" #include "webkit/tools/test_shell/test_shell_switches.h" -#include "webkit/tools/test_shell/mac/temp/WebSystemInterface.h" +#include "WebSystemInterface.h" static char g_currentTestName[PATH_MAX]; |