Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "dpranke", | |
| 3 "smut" | 4 "smut" |
| 4 ], | 5 ], |
| 5 "comments": [ | 6 "comments": [ |
| 6 "Builder for fat binaries using ninja." | 7 "GN + Ninja simulator build." |
| 7 ], | 8 ], |
| 8 "xcode version": "7.0", | 9 "xcode version": "7.0", |
| 9 "GYP_DEFINES": { | 10 "GYP_DEFINES": { |
| 10 "chromium_ios_signing": "0", | 11 "chromium_ios_signing": "0", |
| 11 "target_subarch": "both" | 12 "target_subarch": "both" |
| 12 }, | 13 }, |
| 14 "gn_args": [ | |
| 15 "target_os=\"ios\"", | |
| 16 "use_ios_simulator=false" | |
|
smut
2015/11/18 22:00:29
What is meant by use_ios_simulator=false? Are you
Dirk Pranke
2015/11/18 22:30:27
I don't think iossim even builds yet in GN, period
smut
2015/11/18 22:34:19
Toggles SDK? Can you use what I set on line 21? Th
Dirk Pranke
2015/11/18 22:46:20
Hmm.
It looks like the way this is working is be
smut
2015/11/18 23:02:40
In that case can it be made clearer that this corr
Dirk Pranke
2015/11/19 01:05:25
Let me fix all of the typos and try again. I'm get
| |
| 17 ], | |
| 18 "mb_type": "gn", | |
| 13 "compiler": "ninja", | 19 "compiler": "ninja", |
| 14 "configuration": "Release", | 20 "configuration": "Debug", |
| 15 "sdk": "iphoneos9.0", | 21 "sdk": "iphonesimulator9.0", |
| 16 "tests": [ | 22 "tests": [ |
| 17 ] | 23 ] |
| 18 } | 24 } |
| OLD | NEW |