diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 21:47:05 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 21:47:05 +0000 |
commit | eb34a24389eacf0ae1788aa3b495eee04e178a06 (patch) | |
tree | e49c219b701d4c73875e2cb59210e05037b1f053 | |
parent | 34372669c7a376b2036ef8cb747dd08c4695980d (diff) | |
download | chromium_src-eb34a24389eacf0ae1788aa3b495eee04e178a06.zip chromium_src-eb34a24389eacf0ae1788aa3b495eee04e178a06.tar.gz chromium_src-eb34a24389eacf0ae1788aa3b495eee04e178a06.tar.bz2 |
Fix Chromium XP (clobber) build following r38658:
tools\test_shell\resources\test_shell.rc(3) : fatal error RC1015: cannot open
include file 'resource.h'.
This file is compiled in a different directory now.
BUG=none
TEST=Chromium XP
Review URL: http://codereview.chromium.org/600048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38670 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/test_shell/resources/test_shell.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/resources/test_shell.rc b/webkit/tools/test_shell/resources/test_shell.rc index 73d0909..ce26e59 100644 --- a/webkit/tools/test_shell/resources/test_shell.rc +++ b/webkit/tools/test_shell/resources/test_shell.rc @@ -1,6 +1,6 @@ //Microsoft Visual C++ generated resource script. // -#include "resource.h" +#include "tools/test_shell/resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// |