Skip to content

Commit 94d3cf6

Browse files
We don't really use it, but this is more similar to what we're using
1 parent 3de0f0a commit 94d3cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/3rdparty/.gclient

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
solutions = [
22
{ "name" : 'chromium',
3-
"url" : 'git@github.com:turtlebrowser/chromium.git',
3+
"url" : 'https://github.com/chromium/chromium.git',
44
"deps_file" : 'DEPS',
55
"managed" : False,
66
"custom_deps" : {
77
},
8-
"custom_vars": {},
8+
"custom_vars": {'checkout_nacl': False},
99
},
1010
]
11-
target_os = ["linux", "mac"]
11+
target_os = ["linux", "mac", "win"]

0 commit comments

Comments
 (0)