Use verbose shell commands Update sorting of deps Fix license auto-accept Many other fixes for proper building
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
solutions = [
|
|
{ "name" : "src",
|
|
"url" : "https://chromium.googlesource.com/chromium/src.git",
|
|
"deps_file" : "DEPS",
|
|
"managed" : True,
|
|
"custom_deps" : {
|
|
},
|
|
"custom_vars": {
|
|
'checkout_nacl': False
|
|
},
|
|
},
|
|
]
|
|
cache_dir = None
|
|
target_os = ["android"];
|