OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "kjellander" | 3 "kjellander" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Tests for 64-bit iOS 9.0 simulators.", | 6 "Tests for 64-bit iOS 9.0 simulators.", |
7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ", | 7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ", |
8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled
." | 8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled
." |
9 ], | 9 ], |
10 "xcode version": "7.0", | 10 "xcode version": "8.0", |
11 "GYP_DEFINES": [ | 11 "GYP_DEFINES": [ |
12 "use_goma=1", | 12 "use_goma=1", |
13 "gomadir=$(goma_dir)", | 13 "gomadir=$(goma_dir)", |
14 "chromium_ios_signing=0", | 14 "chromium_ios_signing=0", |
15 "component=static_library", | 15 "component=static_library", |
16 "target_arch=x64" | 16 "target_arch=x64" |
17 ], | 17 ], |
18 "gn_args": [ | 18 "gn_args": [ |
19 "is_debug=true", | 19 "is_debug=true", |
20 "target_os=\"ios\"", | 20 "target_os=\"ios\"", |
(...skipping 10 matching lines...) Expand all Loading... |
31 "configuration": "Debug", | 31 "configuration": "Debug", |
32 "sdk": "iphonesimulator9.0", | 32 "sdk": "iphonesimulator9.0", |
33 "tests": [ | 33 "tests": [ |
34 { | 34 { |
35 "include": "common_tests.json", | 35 "include": "common_tests.json", |
36 "device type": "iPhone 5s", | 36 "device type": "iPhone 5s", |
37 "os": "9.0" | 37 "os": "9.0" |
38 } | 38 } |
39 ] | 39 ] |
40 } | 40 } |
OLD | NEW |