diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 19:07:32 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 19:07:32 +0000 |
commit | 8b8a8fd0d47835f8f90cd4d568a1697d1f8dec25 (patch) | |
tree | f0b0a823033c805c1090997b82f806f028c8d94e /o3d/svn_paths.scons | |
parent | 6513feea8262f7daa26132681c93e4229aa1d357 (diff) | |
download | chromium_src-8b8a8fd0d47835f8f90cd4d568a1697d1f8dec25.zip chromium_src-8b8a8fd0d47835f8f90cd4d568a1697d1f8dec25.tar.gz chromium_src-8b8a8fd0d47835f8f90cd4d568a1697d1f8dec25.tar.bz2 |
This updates the DEPS to bring them in line with the versions
that Chrome is currently using, and it removes "files" from the NPAPI
include paths and file location in third_party so that we can be consistent
with other Chrome third party directories.
TEST=build using gyp and scons and ran unit tests on each.
Review URL: http://codereview.chromium.org/159277
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/svn_paths.scons')
-rw-r--r-- | o3d/svn_paths.scons | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/o3d/svn_paths.scons b/o3d/svn_paths.scons index 318ea72..79d4c78 100644 --- a/o3d/svn_paths.scons +++ b/o3d/svn_paths.scons @@ -39,7 +39,7 @@ env.Replace( # A whole bunch of third-party and internal dependencies ANTLRLIBC_DIR = '$THIRD_PARTY/antlr3/runtime/C', ANTLR_DIR = '$THIRD_PARTY/antlr3/lib', - BREAKPAD_DIR = '$THIRD_PARTY/breakpad/files/src', + BREAKPAD_DIR = '$THIRD_PARTY/breakpad', CG_BASE_DIR = '$THIRD_PARTY/cg/files', # TODO: pull from Chrome's SVN with gclient ? CHROME_SRC_DIR = '$THIRD_PARTY/chrome/files', @@ -66,10 +66,10 @@ env.Replace( # NACL has to be in this weird directory because it looks for # googleclient two levels above it. NACL_DIR = '$THIRD_PARTY/native_client/googleclient/native_client', - NIXYSA_DIR = '$THIRD_PARTY/nixysa/files', - NPAPI_DIR = '$THIRD_PARTY/npapi/files', + NIXYSA_DIR = '$THIRD_PARTY/nixysa', + NPAPI_DIR = '$THIRD_PARTY/npapi', PDIFF_DIR = '$THIRD_PARTY/pdiff/files', - PLY_DIR = '$THIRD_PARTY/ply/files', + PLY_DIR = '$THIRD_PARTY/ply', PNG_DIR = '$THIRD_PARTY/png/src', SCONS_DIR = '$THIRD_PARTY/scons', SELENIUM_JAVA_DIR = '$THIRD_PARTY/java/selenium/rev2478_mod', |