From da18ddafd0c32c5bd8f36d0f696458ac56170926 Mon Sep 17 00:00:00 2001 From: "bradnelson@chromium.org" Date: Wed, 29 Oct 2008 23:16:17 +0000 Subject: Fixing some windows scons build breaks. Review URL: http://codereview.chromium.org/8723 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4186 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/SConscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/views') diff --git a/chrome/views/SConscript b/chrome/views/SConscript index 8836d09..21a936a 100644 --- a/chrome/views/SConscript +++ b/chrome/views/SConscript @@ -20,7 +20,7 @@ env.Prepend( env.Append( CPPPATH = [ - '../app/resources', + '$CHROME_DIR/app/resources', '$SKIA_DIR/include', '$SKIA_DIR/include/corecg', '$SKIA_DIR/include/platform', @@ -90,4 +90,3 @@ input_files = [ ] env.ChromeStaticLibrary('views', input_files) - -- cgit v1.1