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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2694163005: mb_config.pyl: Add Battor Agent Linux (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'Linux Builder': 'official_goma', 332 'Linux Builder': 'official_goma',
333 'Mac Builder': 'official_goma', 333 'Mac Builder': 'official_goma',
334 'Win Builder': 'official_goma_x86', 334 'Win Builder': 'official_goma_x86',
335 'Win x64 Builder': 'official_goma', 335 'Win x64 Builder': 'official_goma',
336 }, 336 },
337 337
338 'chromium.perf.fyi': { 338 'chromium.perf.fyi': {
339 'Android Builder FYI': 'official_goma_minimal_symbols_android', 339 'Android Builder FYI': 'official_goma_minimal_symbols_android',
340 'Win Builder FYI': 'official_goma', 340 'Win Builder FYI': 'official_goma',
341 'Win Clang Builder': 'official_goma_minimal_symbols_clang', 341 'Win Clang Builder': 'official_goma_minimal_symbols_clang',
342 'Battor Agent Linux': 'official_goma_minimal_symbols_clang',
342 }, 343 },
343 344
344 'client.nacl.sdk': { 345 'client.nacl.sdk': {
345 'linux-sdk-asan-multi': 'release_bot', 346 'linux-sdk-asan-multi': 'release_bot',
346 'linux-sdk-multi': 'release_bot', 347 'linux-sdk-multi': 'release_bot',
347 'linux-sdk-multirel': 'release_bot', 348 'linux-sdk-multirel': 'release_bot',
348 'mac-sdk-multi': 'release_bot', 349 'mac-sdk-multi': 'release_bot',
349 'mac-sdk-multirel': 'release_bot', 350 'mac-sdk-multirel': 'release_bot',
350 'windows-sdk-multi': 'release_bot_x86', 351 'windows-sdk-multi': 'release_bot_x86',
351 'windows-sdk-multirel': 'release_bot_x86', 352 'windows-sdk-multirel': 'release_bot_x86',
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1892 1893
1893 'x64': { 1894 'x64': {
1894 'gn_args': 'target_cpu="x64"', 1895 'gn_args': 'target_cpu="x64"',
1895 }, 1896 },
1896 1897
1897 'x86': { 1898 'x86': {
1898 'gn_args': 'target_cpu="x86"', 1899 'gn_args': 'target_cpu="x86"',
1899 }, 1900 },
1900 }, 1901 },
1901 } 1902 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698