Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Issue 115847: This adds a DEPS file for o3d that maps in all of its dependencies,... (Closed)

Created:
11 years, 7 months ago by Greg Spencer
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

This adds a DEPS file for o3d that maps in all of its dependencies, and updates the build files so that it will build. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17142

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -15 lines) Patch
A DEPS View 1 1 chunk +104 lines, -0 lines 0 comments Download
M main.scons View 1 4 chunks +4 lines, -5 lines 0 comments Download
M scons View 2 chunks +29 lines, -6 lines 0 comments Download
M scons.bat View 1 chunk +1 line, -2 lines 0 comments Download
M svn_paths.scons View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Antoine Labour
http://codereview.chromium.org/115847/diff/1/4 File main.scons (right): http://codereview.chromium.org/115847/diff/1/4#newcode220 Line 220: AddPathToWindowsEnv(nacl_os_env, 'INCLUDE', env.subst('$NACL_DIR/..')) If this is needed to ...
11 years, 7 months ago (2009-05-28 21:09:29 UTC) #1
Greg Spencer
As soon as this is checked in, O3D will be able to begin development in ...
11 years, 7 months ago (2009-05-28 21:11:34 UTC) #2
Nicolas Sylvain
Deps LGTM. I don't think it will cause any side effects. I haven't really looked ...
11 years, 7 months ago (2009-05-28 21:13:51 UTC) #3
Greg Spencer
Also, I fixed up the scons files to point to the right place. http://codereview.chromium.org/115847/diff/1/4 File ...
11 years, 7 months ago (2009-05-28 23:27:40 UTC) #4
Antoine Labour
LGTM
11 years, 7 months ago (2009-05-29 00:04:11 UTC) #5
Mark Larson
11 years, 6 months ago (2009-05-30 09:27:55 UTC) #6
I know this is already checked in, but...

Why not have one entry in DEPS for 

"o3d/third_party":
"http://o3d.googlecode.com/svn/trunk/googleclient/third_party@" +
Var("o3d_code_rev"),

It would seem to simplify things. 

It might not matter if this has a short shelf life. If we continue to pull
o3d/third_party from codesite, however, this would make sure that you get
_everything_ under third_party at the given rev. 

You wouldn't have to add paths to DEPS if you add to (or remove from)
third_party. You just update the o3d_code_rev variable.

Powered by Google App Engine
This is Rietveld 408576698