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

Side by Side Diff: infra/bots/recipe_modules/skia/fake_specs.py

Issue 2189713003: recipes: Add a GN flavor. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: build all the things 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 file is generated by the infra/bots/gen_buildbot_specs.py script. 5 # This file is generated by the infra/bots/gen_buildbot_specs.py script.
6 6
7 FAKE_SPECS = { 7 FAKE_SPECS = {
8 'Build-Mac-Clang-Arm7-Debug-Android': { 8 'Build-Mac-Clang-Arm7-Debug-Android': {
9 'build_targets': [ 9 'build_targets': [
10 'most', 10 'most',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'do_test_steps': False, 298 'do_test_steps': False,
299 'env': { 299 'env': {
300 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1', 300 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1',
301 }, 301 },
302 'nanobench_flags': [ 302 'nanobench_flags': [
303 '--dummy-flags', 303 '--dummy-flags',
304 ], 304 ],
305 'upload_dm_results': True, 305 'upload_dm_results': True,
306 'upload_perf_results': False, 306 'upload_perf_results': False,
307 }, 307 },
308 'Build-Ubuntu-GCC-x86_64-Debug-GN': {
309 'build_targets': [
310 'most',
311 ],
312 'builder_cfg': {
313 'compiler': 'GCC',
314 'configuration': 'Debug',
315 'extra_config': 'GN',
316 'is_trybot': False,
317 'os': 'Ubuntu',
318 'role': 'Build',
319 'target_arch': 'x86_64',
320 },
321 'configuration': 'Debug',
322 'dm_flags': [
323 '--dummy-flags',
324 ],
325 'do_perf_steps': False,
326 'do_test_steps': False,
327 'env': {
328 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1',
329 },
330 'nanobench_flags': [
331 '--dummy-flags',
332 ],
333 'upload_dm_results': True,
334 'upload_perf_results': False,
335 },
308 'Build-Ubuntu-GCC-x86_64-Debug-MSAN': { 336 'Build-Ubuntu-GCC-x86_64-Debug-MSAN': {
309 'build_targets': [ 337 'build_targets': [
310 'dm', 338 'dm',
311 'nanobench', 339 'nanobench',
312 ], 340 ],
313 'builder_cfg': { 341 'builder_cfg': {
314 'compiler': 'GCC', 342 'compiler': 'GCC',
315 'configuration': 'Debug', 343 'configuration': 'Debug',
316 'extra_config': 'MSAN', 344 'extra_config': 'MSAN',
317 'is_trybot': False, 345 'is_trybot': False,
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'GYP_DEFINES': 554 'GYP_DEFINES':
527 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 ' 555 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 '
528 'skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0'), 556 'skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0'),
529 }, 557 },
530 'nanobench_flags': [ 558 'nanobench_flags': [
531 '--dummy-flags', 559 '--dummy-flags',
532 ], 560 ],
533 'upload_dm_results': True, 561 'upload_dm_results': True,
534 'upload_perf_results': False, 562 'upload_perf_results': False,
535 }, 563 },
564 'Build-Win-MSVC-x86-Release-GN': {
565 'build_targets': [
566 'most',
567 ],
568 'builder_cfg': {
569 'compiler': 'MSVC',
570 'configuration': 'Release',
571 'extra_config': 'GN',
572 'is_trybot': False,
573 'os': 'Win',
574 'role': 'Build',
575 'target_arch': 'x86',
576 },
577 'configuration': 'Release',
578 'dm_flags': [
579 '--dummy-flags',
580 ],
581 'do_perf_steps': False,
582 'do_test_steps': False,
583 'env': {
584 'GYP_DEFINES':
585 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 '
586 'skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0'),
587 },
588 'nanobench_flags': [
589 '--dummy-flags',
590 ],
591 'upload_dm_results': True,
592 'upload_perf_results': False,
593 },
536 'Build-Win-MSVC-x86_64-Release': { 594 'Build-Win-MSVC-x86_64-Release': {
537 'build_targets': [ 595 'build_targets': [
538 'most', 596 'most',
539 ], 597 ],
540 'builder_cfg': { 598 'builder_cfg': {
541 'compiler': 'MSVC', 599 'compiler': 'MSVC',
542 'configuration': 'Release', 600 'configuration': 'Release',
543 'is_trybot': False, 601 'is_trybot': False,
544 'os': 'Win', 602 'os': 'Win',
545 'role': 'Build', 603 'role': 'Build',
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1398 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1341 's_errors=0'), 1399 's_errors=0'),
1342 }, 1400 },
1343 'nanobench_flags': [ 1401 'nanobench_flags': [
1344 '--dummy-flags', 1402 '--dummy-flags',
1345 ], 1403 ],
1346 'upload_dm_results': True, 1404 'upload_dm_results': True,
1347 'upload_perf_results': False, 1405 'upload_perf_results': False,
1348 }, 1406 },
1349 } 1407 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698