summaryrefslogtreecommitdiffstats
path: root/o3d/DEPS_gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/DEPS_gyp')
-rw-r--r--o3d/DEPS_gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp
index f16fee6..74d68a6 100644
--- a/o3d/DEPS_gyp
+++ b/o3d/DEPS_gyp
@@ -138,6 +138,13 @@ deps_os = {
# Linux, really.
"site_scons":
Var("chromium_trunk") + "/src/site_scons@" + Var("chromium_rev"),
+ # TODO(bradnelson): make these optional!!!
+ # These are currently required by gyp on linux (even though o3d isn't using
+ # data_pack or grit).
+ "tools/grit":
+ Var("chromium_trunk") + "/src/tools/grit@" + Var("chromium_rev"),
+ "tools/data_pack":
+ Var("chromium_trunk") + "/src/tools/data_pack@" + Var("chromium_rev"),
},
}