summaryrefslogtreecommitdiffstats
path: root/o3d/svn_paths.scons
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 21:35:54 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 21:35:54 +0000
commit840434d046cbaefb5a70875b7e364523c713c79b (patch)
treeb55362ca094f48705624af7f6812964d1faeda1c /o3d/svn_paths.scons
parentf17863106dd6715f2c18b6fcccacd5f232f95831 (diff)
downloadchromium_src-840434d046cbaefb5a70875b7e364523c713c79b.zip
chromium_src-840434d046cbaefb5a70875b7e364523c713c79b.tar.gz
chromium_src-840434d046cbaefb5a70875b7e364523c713c79b.tar.bz2
These are code changes required to make the GYP build work.
Mostly these are fixes to warnings (signed/unsigned mismatches were the most common), and some changes to include paths. I've updated the build.scons files and DEPS file to match these changes so that the scons build will still function with these changes. Review URL: http://codereview.chromium.org/146047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/svn_paths.scons')
-rw-r--r--o3d/svn_paths.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/svn_paths.scons b/o3d/svn_paths.scons
index ad3957c..019a618 100644
--- a/o3d/svn_paths.scons
+++ b/o3d/svn_paths.scons
@@ -74,7 +74,7 @@ env.Replace(
SELENIUM_JAVA_DIR = '$THIRD_PARTY/java/selenium/rev2478_mod',
SELENIUM_PYTHON_DIR = '$THIRD_PARTY/py/selenium',
# TODO: pull from SVN with gclient ?
- SKIA_DIR = '$THIRD_PARTY/skia/files',
+ SKIA_DIR = '$THIRD_PARTY/skia',
# TODO: pull from SVN with gclient ?
V8_SRC_DIR = '$THIRD_PARTY/v8',
WIX_DIR = '$THIRD_PARTY/wix_2_0_4221/files',