diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:15:54 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:15:54 +0000 |
commit | ac75f7f4418a8ca304dc030695465fab8ef02f6d (patch) | |
tree | d9d2921c0936b61dffdf2610abaa0142c9a5ebf1 /o3d/DEPS | |
parent | 2e066b3eed13cc1dc502a1f9cc7c1ac3891b0bdc (diff) | |
download | chromium_src-ac75f7f4418a8ca304dc030695465fab8ef02f6d.zip chromium_src-ac75f7f4418a8ca304dc030695465fab8ef02f6d.tar.gz chromium_src-ac75f7f4418a8ca304dc030695465fab8ef02f6d.tar.bz2 |
Lots more docs changes.
*) added stylesheet.css, tabs.css, tab_?.gif back in
*) refactored so classtree.html splits names that are too long.
*) removed constructor docs and source link from o3d docs (vs o3djs docs)
*) fixed paths in header.html. They used to be statically
included but now that they are used by both o3d and o3djs
they needed to have certain paths fixed dynamically.
*) Pull in new nixysa.
Review URL: http://codereview.chromium.org/155526
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS')
-rw-r--r-- | o3d/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "chromium_trunk": "http://src.chromium.org/svn/trunk", - "nixysa_rev": "25", + "nixysa_rev": "26", "o3d_code_rev": "93", } |