summaryrefslogtreecommitdiffstats
path: root/o3d/DEPS_gyp
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 16:29:41 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 16:29:41 +0000
commitd73053211c5db825ad997b7900e69b2dd05f8b0c (patch)
treefe5a5467ae1d08356918b569543d09e402234463 /o3d/DEPS_gyp
parente01087a666ae4be9e183484c7c7e4b5e127f0874 (diff)
downloadchromium_src-d73053211c5db825ad997b7900e69b2dd05f8b0c.zip
chromium_src-d73053211c5db825ad997b7900e69b2dd05f8b0c.tar.gz
chromium_src-d73053211c5db825ad997b7900e69b2dd05f8b0c.tar.bz2
These are gyp file changes that start to make the Mac GYP build work.
It still doesn't but I want to checkpoint these changes. Review URL: http://codereview.chromium.org/155890 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS_gyp')
-rw-r--r--o3d/DEPS_gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp
index e518310..f7b2829 100644
--- a/o3d/DEPS_gyp
+++ b/o3d/DEPS_gyp
@@ -3,7 +3,7 @@ vars = {
"http://src.chromium.org/svn/trunk",
"nixysa_rev": "28",
"chromium_rev": "19644",
- "o3d_code_rev": "95",
+ "o3d_code_rev": "97",
}
deps = {
@@ -54,6 +54,9 @@ deps = {
"third_party/skia":
"http://skia.googlecode.com/svn/trunk@239",
+ "third_party/libevent":
+ Var("chromium_trunk") + "/src/third_party/libevent@" + Var("chromium_rev"),
+
"third_party/boost":
Var("chromium_trunk") + "/src/third_party/boost@" + Var("chromium_rev"),