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/build | |
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/build')
-rw-r--r-- | o3d/build/all.gyp | 2 | ||||
-rw-r--r-- | o3d/build/common.gypi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/o3d/build/all.gyp b/o3d/build/all.gyp index dfb41e1..8705962 100644 --- a/o3d/build/all.gyp +++ b/o3d/build/all.gyp @@ -17,7 +17,7 @@ '../../<(jpegdir)/libjpeg.gyp:*', '../../<(pngdir)/libpng.gyp:*', '../../<(zlibdir)/zlib.gyp:*', - '../compiler/technique/technique.gyp:technique', + '../compiler/technique/technique.gyp:o3dTechnique', '../converter/converter.gyp:o3dConverter', '../core/core.gyp:o3dCore', '../core/core.gyp:o3dCorePlatform', diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index 0d0f714..c386319 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -14,8 +14,8 @@ 'gtestdir': 'testing/gtest/include', 'jpegdir': 'third_party/libjpeg', 'nacldir': 'third_party/native_client/googleclient', - 'nixysadir': 'third_party/nixysa/files', - 'npapidir': 'third_party/npapi/files', + 'nixysadir': 'third_party/nixysa', + 'npapidir': 'third_party/npapi', 'pngdir': 'third_party/libpng', 'skiadir': 'third_party/skia/include', 'zlibdir': 'third_party/zlib', |