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

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: fix 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
« no previous file with comments | « infra/bots/recipe_modules/skia/api.py ('k') | infra/bots/recipe_modules/skia/gn_flavor.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'do_test_steps': False, 325 'do_test_steps': False,
326 'env': { 326 'env': {
327 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1', 327 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1',
328 }, 328 },
329 'nanobench_flags': [ 329 'nanobench_flags': [
330 '--dummy-flags', 330 '--dummy-flags',
331 ], 331 ],
332 'upload_dm_results': True, 332 'upload_dm_results': True,
333 'upload_perf_results': False, 333 'upload_perf_results': False,
334 }, 334 },
335 'Build-Ubuntu-GCC-x86_64-Debug-GN': {
336 'build_targets': [
337 'most',
338 ],
339 'builder_cfg': {
340 'compiler': 'GCC',
341 'configuration': 'Debug',
342 'extra_config': 'GN',
343 'is_trybot': False,
344 'os': 'Ubuntu',
345 'role': 'Build',
346 'target_arch': 'x86_64',
347 },
348 'configuration': 'Debug',
349 'dm_flags': [
350 '--dummy-flags',
351 ],
352 'do_perf_steps': False,
353 'do_test_steps': False,
354 'env': {
355 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1',
356 },
357 'nanobench_flags': [
358 '--dummy-flags',
359 ],
360 'upload_dm_results': True,
361 'upload_perf_results': False,
362 },
335 'Build-Ubuntu-GCC-x86_64-Debug-MSAN': { 363 'Build-Ubuntu-GCC-x86_64-Debug-MSAN': {
336 'build_targets': [ 364 'build_targets': [
337 'dm', 365 'dm',
338 'nanobench', 366 'nanobench',
339 ], 367 ],
340 'builder_cfg': { 368 'builder_cfg': {
341 'compiler': 'GCC', 369 'compiler': 'GCC',
342 'configuration': 'Debug', 370 'configuration': 'Debug',
343 'extra_config': 'MSAN', 371 'extra_config': 'MSAN',
344 'is_trybot': False, 372 'is_trybot': False,
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'GYP_DEFINES': 581 'GYP_DEFINES':
554 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 ' 582 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 '
555 'skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0'), 583 'skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0'),
556 }, 584 },
557 'nanobench_flags': [ 585 'nanobench_flags': [
558 '--dummy-flags', 586 '--dummy-flags',
559 ], 587 ],
560 'upload_dm_results': True, 588 'upload_dm_results': True,
561 'upload_perf_results': False, 589 'upload_perf_results': False,
562 }, 590 },
591 'Build-Win-MSVC-x86-Release-GN': {
592 'build_targets': [
593 'most',
594 ],
595 'builder_cfg': {
596 'compiler': 'MSVC',
597 'configuration': 'Release',
598 'extra_config': 'GN',
599 'is_trybot': False,
600 'os': 'Win',
601 'role': 'Build',
602 'target_arch': 'x86',
603 },
604 'configuration': 'Release',
605 'dm_flags': [
606 '--dummy-flags',
607 ],
608 'do_perf_steps': False,
609 'do_test_steps': False,
610 'env': {
611 'GYP_DEFINES':
612 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 '
613 'skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0'),
614 },
615 'nanobench_flags': [
616 '--dummy-flags',
617 ],
618 'upload_dm_results': True,
619 'upload_perf_results': False,
620 },
563 'Build-Win-MSVC-x86_64-Release': { 621 'Build-Win-MSVC-x86_64-Release': {
564 'build_targets': [ 622 'build_targets': [
565 'most', 623 'most',
566 ], 624 ],
567 'builder_cfg': { 625 'builder_cfg': {
568 'compiler': 'MSVC', 626 'compiler': 'MSVC',
569 'configuration': 'Release', 627 'configuration': 'Release',
570 'is_trybot': False, 628 'is_trybot': False,
571 'os': 'Win', 629 'os': 'Win',
572 'role': 'Build', 630 'role': 'Build',
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1426 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1369 's_errors=0'), 1427 's_errors=0'),
1370 }, 1428 },
1371 'nanobench_flags': [ 1429 'nanobench_flags': [
1372 '--dummy-flags', 1430 '--dummy-flags',
1373 ], 1431 ],
1374 'upload_dm_results': True, 1432 'upload_dm_results': True,
1375 'upload_perf_results': False, 1433 'upload_perf_results': False,
1376 }, 1434 },
1377 } 1435 }
OLDNEW
« no previous file with comments | « infra/bots/recipe_modules/skia/api.py ('k') | infra/bots/recipe_modules/skia/gn_flavor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698