blob: fe4c3f0e4fba9d6b302ee7a2d095212ca89a82ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-DEPS,v 1.1 2013/01/18 11:36:40 ryoon Exp $
--- DEPS.orig 2012-08-31 05:36:42.000000000 +0000
+++ DEPS
@@ -91,3 +91,9 @@ deps_os = {
Var("clang_helper_in_chromium_revision"),
},
}
+ "netbsd": {
+ "src/third_party/clang/scripts":
+ "https://src.chromium.org/chrome/trunk/src/tools/clang/scripts@" +
+ Var("clang_helper_in_chromium_revision"),
+ },
+}
|