-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gclientconfig
77 lines (75 loc) · 2 KB
/
.gclientconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
solutions = [{
"url": "https://chromium.googlesource.com/chromium/src.git",
"managed": False,
"name": "src",
"custom_deps": {
"src/native_client": None,
"src/third_party/gvr-android-sdk/src": None,
"src/third_party/arcore-android-sdk/src": None
},
"custom_hooks": [{
"name": "gvr_static_shim_android_arm",
"condition": False
}, {
"name": "gvr_static_shim_android_arm_1",
"condition": False
}, {
"name": "gvr_static_shim_android_arm_ndk1",
"condition": False
}, {
"name": "gvr_static_shim_android_arm_Cr",
"condition": False
}, {
"name": "gvr_static_shim_android_arm64",
"condition": False
}, {
"name": "gvr_static_shim_android_arm64_1",
"condition": False
}, {
"name": "gvr_static_shim_android_arm64_ndk1",
"condition": False
}, {
"name": "gvr_static_shim_android_arm64_Cr",
"condition": False
}, {
"name": "gvr_static_shim_custom_libcxx_android_arm",
"condition": False
}, {
"name": "gvr_static_shim_custom_libcxx_android_arm64",
"condition": False
}, {
"name": "sdkextras",
"condition": False
}, {
"name": "sysroot_x86",
"condition": False
}, {
"name": "sysroot_x64",
"condition": False
}, {
"name": "vr_controller_test_api",
"condition": False
}, {
"name": "vr_test_apks",
"condition": False
}, {
"name": "ar_test_apks",
"condition": False
}, {
"name": "test_fonts",
"condition": False
}, {
"name": "zucchini_testdata",
"condition": False
}, {
"name": "Fetch Android RenderTest goldens",
"condition": False
}],
"custom_vars": {
"checkout_instrumented_libraries": False,
"checkout_nacl": False,
"checkout_traffic_annotation_tools": False,
}
}]
target_os = ["android"]
# vi: ft=python