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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gn_.json

Issue 1400283004: WebRTC: Remove build_with_chromium=false flag for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Mac64 Debug (GN)", 10 "Mac64 Debug (GN)",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "name": "gclient runhooks" 82 "name": "gclient runhooks"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[DEPOT_TOOLS]/gn.py", 88 "[DEPOT_TOOLS]/gn.py",
89 "--root=[SLAVE_BUILD]/src", 89 "--root=[SLAVE_BUILD]/src",
90 "gen", 90 "gen",
91 "//out/Debug", 91 "//out/Debug",
92 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/ goma\" build_with_chromium=false" 92 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/ goma\""
93 ], 93 ],
94 "cwd": "[SLAVE_BUILD]", 94 "cwd": "[SLAVE_BUILD]",
95 "name": "gn" 95 "name": "gn"
96 }, 96 },
97 { 97 {
98 "allow_subannotations": true, 98 "allow_subannotations": true,
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "[BUILD]/scripts/slave/clang_revision.py", 102 "[BUILD]/scripts/slave/clang_revision.py",
(...skipping 26 matching lines...) Expand all
129 "goma-clang", 129 "goma-clang",
130 "--goma-dir", 130 "--goma-dir",
131 "[BUILD]/goma", 131 "[BUILD]/goma",
132 "--", 132 "--",
133 "all" 133 "all"
134 ], 134 ],
135 "cwd": "[SLAVE_BUILD]", 135 "cwd": "[SLAVE_BUILD]",
136 "name": "compile" 136 "name": "compile"
137 } 137 }
138 ] 138 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698