From d38f0991f8a25a28d86a96152158059578e82017 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Mon, 18 May 2009 12:40:26 +0000 Subject: Also scan .m and .mm files in checkdeps.py - add necessary DEPS rules - fix skia includes in test_shell to contain full path (third_party/skia/include/core/SkBitmap.h instead of just SkBitmap.h) - remove forbidden chrome/common include from app/resource_bundle_mac.mm Review URL: http://codereview.chromium.org/113147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16273 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/tools/test_shell/test_shell_mac.mm') diff --git a/webkit/tools/test_shell/test_shell_mac.mm b/webkit/tools/test_shell/test_shell_mac.mm index 5be826d..c7a4a53 100644 --- a/webkit/tools/test_shell/test_shell_mac.mm +++ b/webkit/tools/test_shell/test_shell_mac.mm @@ -42,7 +42,7 @@ #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" #include "webkit/tools/test_shell/test_navigation_controller.h" -#import "third_party/skia/include/core/SkBitmap.h" +#include "third_party/skia/include/core/SkBitmap.h" #import "mac/DumpRenderTreePasteboard.h" -- cgit v1.1