Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: webrtc/build/ios/client.webrtc/iOS64_Debug_(GN).json

Issue 2239643002: iOS: Update MB and JSON configs + enable Goma (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Complete configs Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "kjellander" 3 "kjellander"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "GN + Ninja builder." 6 "Builder for 64-bit devices.",
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 ."
7 ], 9 ],
8 "xcode version": "7.0", 10 "xcode version": "7.0",
9 "GYP_DEFINES": { 11 "GYP_DEFINES": [
10 "chromium_ios_signing": "0", 12 "use_goma=1",
11 "target_arch": "arm64" 13 "gomadir=$(goma_dir)",
12 }, 14 "chromium_ios_signing=0",
15 "component=static_library",
16 "target_arch=arm64"
17 ],
13 "gn_args": [ 18 "gn_args": [
19 "is_debug=true",
20 "target_os=\"ios\"",
14 "ios_enable_code_signing=false", 21 "ios_enable_code_signing=false",
15 "target_cpu=\"arm\"", 22 "is_component_build=false",
kjellander_webrtc 2016/08/15 19:00:43 Spotted an error here, this was arm before - shoul
16 "target_os=\"ios\"" 23 "use_goma=true",
24 "goma_dir=\"$(goma_dir)\"",
25 "target_cpu=\"arm64\""
17 ], 26 ],
18 "mb_type": "gn", 27 "mb_type": "gn",
19 "compiler": "ninja", 28 "compiler": "ninja",
29 "additional_compile_targets": [ "all" ],
20 "configuration": "Debug", 30 "configuration": "Debug",
21 "sdk": "iphoneos9.0", 31 "sdk": "iphoneos9.0",
22 "tests": [ 32 "tests": [
23 ] 33 ]
24 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698